Skip to content

Commit ad2f2f4

Browse files
authored
Merge pull request #31 from mlsof21/revert-30-sanitize-item-names-further
Revert "Sanitize item names further"
2 parents 826bffb + 38fbccd commit ad2f2f4

7 files changed

Lines changed: 4035 additions & 4052 deletions

File tree

CHANGELOG.md

Lines changed: 75 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
1-
### 1.2.4 - 2023-02-25 - The One Where IKELOS Weapons Maybe Work
2-
3-
- Weapons with periods AND underscores (IKELOS weapons) are now parsed even better.
4-
- If a weapon contains a shorthand for a weapon type (IKELOS SMG) is handled since the code no longer only performs one type of search or the other. It will do both types and if a weapon name was matched, it'll override any generic weapon search.
5-
6-
### 1.2.3 - 2022-11-25 - Parsing Issues
7-
8-
- Weapons with periods in their name (IKELOS weapons, a few others) are now parsed correctly
9-
- Slight optimization for transferring weapons by name (no longer populates the search bar with `name:"<weapon>"`)
10-
11-
### 1.2.2 - 2022-10-04 - Activation Phrase Fix
12-
13-
- Added fix for capital letter in activation phrase by trimming/lowercasing everywhere
14-
15-
### 1.2.1 - 2022-10-03 - Only in Inventory
16-
17-
- Added fix for loading DIM on another tab. Previously required reloading the page on the inventory tab. Now Voice DIM will load no matter what page is started on
18-
- Added fix for a user having the item popup sidebar being collapsed.
19-
20-
### 1.2.0 - 2022-09-24 - Always Listening
21-
22-
- Added a toggle-able `Always Listening` mode
23-
- Each command must be prefixed with an activation phrase (defaulted to `okay ghost`)
24-
- Added fix for `maxPower` command (didn't work in normal DIM, only in beta)
25-
- Added fix for search already being populated when performing a command.
26-
27-
### 1.1.3 - 2022-09-20 - Perk fix
28-
29-
- Fixed perk matching
30-
31-
### 1.1.2 - 2022-09-19 - Options page links
32-
33-
- Added an `onInstalled` event for the extension. It'll direct users to the options page.
34-
- Link to the options page from the `?`
35-
36-
### 1.1.1 - 2022-09-16 - Better performance
37-
38-
- Use a `waitForElement/waitForSearchToUpdate` function instead of arbitrarily sleeping in code
39-
- Results in at least a 300% improvement in action duration
40-
41-
### 1.1.0 - 2022-09-13 - The One with Custom Commands
42-
43-
- Quite a few changes in this one
44-
- Reworked how the extension waits for the search to update visible (not dimmed) items
45-
- Really reworked how all UI interactions are performed
46-
- Added the ability to customize the command words for particular actions
47-
- Visit the options page (click the extension icon) to set these
48-
- Added a `store` command for storing items in the vault
49-
- Added an `equip` command for directly equipping an item on your current character (when possible)
50-
- This works like how `transfer` previously did, and `transfer` has been updated to only transfer, not equip
51-
- (from above) `Transfer` now only transfers instead of equipping
52-
- Added mic icon on page with a link to the website
53-
- When listening, there will be text next to the icon that updates as the user speaks their command
54-
- Added link to the [Voice DIM website](https://www.voicedim.com) via the `?` icon.
55-
- Fixed `Start Farming mode` command if a user has at least 10 loadouts saved
56-
57-
### 1.0.1 - 2022-08-23 - Corrected Shortcut
58-
59-
- Defaulted the shortcut correctly (set to `Ctrl+Shift+0`)
60-
61-
### 1.0.0 - 2022-08-19 - Initial Release
62-
63-
- See [Reddit post](https://www.reddit.com/r/DestinyTheGame/comments/wseigx/interact_with_dim_using_your_voice/) about the available commands with more info
64-
- Commands are available to:
65-
- Transfer a weapon by name
66-
- Transfer a weapon with particular perks
67-
- Transfer a weapon by attribute (energy type, slot, ammo type, etc)
68-
- Collect from the postmaster
69-
- Start/Stop farming mode
70-
- Equip loadouts by name
71-
- Equip max power
72-
- Use global shortcut to activate listening
1+
### 1.2.5 - 2023-02-27 - The Reversion
2+
- Revert previous change since it broke generic queries and item pulls (by weapon/energy type, etc.)
3+
4+
### 1.2.4 - 2023-02-25 - The One Where IKELOS Weapons Maybe Work
5+
6+
- Weapons with periods AND underscores (IKELOS weapons) are now parsed even better.
7+
- If a weapon contains a shorthand for a weapon type (IKELOS SMG) is handled since the code no longer only performs one type of search or the other. It will do both types and if a weapon name was matched, it'll override any generic weapon search.
8+
9+
### 1.2.3 - 2022-11-25 - Parsing Issues
10+
11+
- Weapons with periods in their name (IKELOS weapons, a few others) are now parsed correctly
12+
- Slight optimization for transferring weapons by name (no longer populates the search bar with `name:"<weapon>"`)
13+
14+
### 1.2.2 - 2022-10-04 - Activation Phrase Fix
15+
16+
- Added fix for capital letter in activation phrase by trimming/lowercasing everywhere
17+
18+
### 1.2.1 - 2022-10-03 - Only in Inventory
19+
20+
- Added fix for loading DIM on another tab. Previously required reloading the page on the inventory tab. Now Voice DIM will load no matter what page is started on
21+
- Added fix for a user having the item popup sidebar being collapsed.
22+
23+
### 1.2.0 - 2022-09-24 - Always Listening
24+
25+
- Added a toggle-able `Always Listening` mode
26+
- Each command must be prefixed with an activation phrase (defaulted to `okay ghost`)
27+
- Added fix for `maxPower` command (didn't work in normal DIM, only in beta)
28+
- Added fix for search already being populated when performing a command.
29+
30+
### 1.1.3 - 2022-09-20 - Perk fix
31+
32+
- Fixed perk matching
33+
34+
### 1.1.2 - 2022-09-19 - Options page links
35+
36+
- Added an `onInstalled` event for the extension. It'll direct users to the options page.
37+
- Link to the options page from the `?`
38+
39+
### 1.1.1 - 2022-09-16 - Better performance
40+
41+
- Use a `waitForElement/waitForSearchToUpdate` function instead of arbitrarily sleeping in code
42+
- Results in at least a 300% improvement in action duration
43+
44+
### 1.1.0 - 2022-09-13 - The One with Custom Commands
45+
46+
- Quite a few changes in this one
47+
- Reworked how the extension waits for the search to update visible (not dimmed) items
48+
- Really reworked how all UI interactions are performed
49+
- Added the ability to customize the command words for particular actions
50+
- Visit the options page (click the extension icon) to set these
51+
- Added a `store` command for storing items in the vault
52+
- Added an `equip` command for directly equipping an item on your current character (when possible)
53+
- This works like how `transfer` previously did, and `transfer` has been updated to only transfer, not equip
54+
- (from above) `Transfer` now only transfers instead of equipping
55+
- Added mic icon on page with a link to the website
56+
- When listening, there will be text next to the icon that updates as the user speaks their command
57+
- Added link to the [Voice DIM website](https://www.voicedim.com) via the `?` icon.
58+
- Fixed `Start Farming mode` command if a user has at least 10 loadouts saved
59+
60+
### 1.0.1 - 2022-08-23 - Corrected Shortcut
61+
62+
- Defaulted the shortcut correctly (set to `Ctrl+Shift+0`)
63+
64+
### 1.0.0 - 2022-08-19 - Initial Release
65+
66+
- See [Reddit post](https://www.reddit.com/r/DestinyTheGame/comments/wseigx/interact_with_dim_using_your_voice/) about the available commands with more info
67+
- Commands are available to:
68+
- Transfer a weapon by name
69+
- Transfer a weapon with particular perks
70+
- Transfer a weapon by attribute (energy type, slot, ammo type, etc)
71+
- Collect from the postmaster
72+
- Start/Stop farming mode
73+
- Equip loadouts by name
74+
- Equip max power
75+
- Use global shortcut to activate listening

0 commit comments

Comments
 (0)