|
1 | | -### 1.2.0 - 2022-09-24 - Always Listening |
2 | | - |
3 | | -- Added a toggle-able `Always Listening` mode |
4 | | - - Each command must be prefixed with an activation phrase (defaulted to `okay ghost`) |
5 | | -- Added fix for `maxPower` command (didn't work in normal DIM, only in beta) |
6 | | -- Added fix for search already being populated when performing a command. |
7 | | - |
8 | | -### 1.1.3 - 2022-09-20 - Perk fix |
9 | | - |
10 | | -- Fixed perk matching |
11 | | - |
12 | | -### 1.1.2 - 2022-09-19 - Options page links |
13 | | - |
14 | | -- Added an `onInstalled` event for the extension. It'll direct users to the options page. |
15 | | -- Link to the options page from the `?` |
16 | | - |
17 | | -### 1.1.1 - 2022-09-16 - Better performance |
18 | | - |
19 | | -- Use a `waitForElement/waitForSearchToUpdate` function instead of arbitrarily sleeping in code |
20 | | - - Results in at least a 300% improvement in action duration |
21 | | - |
22 | | -### 1.1.0 - 2022-09-13 - The One with Custom Commands |
23 | | - |
24 | | -- Quite a few changes in this one |
25 | | -- Reworked how the extension waits for the search to update visible (not dimmed) items |
26 | | - - Really reworked how all UI interactions are performed |
27 | | -- Added the ability to customize the command words for particular actions |
28 | | - - Visit the options page (click the extension icon) to set these |
29 | | -- Added a `store` command for storing items in the vault |
30 | | -- Added an `equip` command for directly equipping an item on your current character (when possible) |
31 | | - - This works like how `transfer` previously did, and `transfer` has been updated to only transfer, not equip |
32 | | -- (from above) `Transfer` now only transfers instead of equipping |
33 | | -- Added mic icon on page with a link to the website |
34 | | - - When listening, there will be text next to the icon that updates as the user speaks their command |
35 | | -- Added link to the [Voice DIM website](https://www.voicedim.com) via the `?` icon. |
36 | | -- Fixed `Start Farming mode` command if a user has at least 10 loadouts saved |
37 | | - |
38 | | -### 1.0.1 - 2022-08-23 - Corrected Shortcut |
39 | | - |
40 | | -- Defaulted the shortcut correctly (set to `Ctrl+Shift+0`) |
41 | | - |
42 | | -### 1.0.0 - 2022-08-19 - Initial Release |
43 | | - |
44 | | -- See [Reddit post](https://www.reddit.com/r/DestinyTheGame/comments/wseigx/interact_with_dim_using_your_voice/) about the available commands with more info |
45 | | - - Commands are available to: |
46 | | - - Transfer a weapon by name |
47 | | - - Transfer a weapon with particular perks |
48 | | - - Transfer a weapon by attribute (energy type, slot, ammo type, etc) |
49 | | - - Collect from the postmaster |
50 | | - - Start/Stop farming mode |
51 | | - - Equip loadouts by name |
52 | | - - Equip max power |
53 | | -- Use global shortcut to activate listening |
| 1 | +### 1.2.1 - 2022-10-03 - Only in Inventory |
| 2 | + |
| 3 | +- 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 |
| 4 | +- Added fix for a user having the item popup sidebar being collapsed. |
| 5 | + |
| 6 | +### 1.2.0 - 2022-09-24 - Always Listening |
| 7 | + |
| 8 | +- Added a toggle-able `Always Listening` mode |
| 9 | + - Each command must be prefixed with an activation phrase (defaulted to `okay ghost`) |
| 10 | +- Added fix for `maxPower` command (didn't work in normal DIM, only in beta) |
| 11 | +- Added fix for search already being populated when performing a command. |
| 12 | + |
| 13 | +### 1.1.3 - 2022-09-20 - Perk fix |
| 14 | + |
| 15 | +- Fixed perk matching |
| 16 | + |
| 17 | +### 1.1.2 - 2022-09-19 - Options page links |
| 18 | + |
| 19 | +- Added an `onInstalled` event for the extension. It'll direct users to the options page. |
| 20 | +- Link to the options page from the `?` |
| 21 | + |
| 22 | +### 1.1.1 - 2022-09-16 - Better performance |
| 23 | + |
| 24 | +- Use a `waitForElement/waitForSearchToUpdate` function instead of arbitrarily sleeping in code |
| 25 | + - Results in at least a 300% improvement in action duration |
| 26 | + |
| 27 | +### 1.1.0 - 2022-09-13 - The One with Custom Commands |
| 28 | + |
| 29 | +- Quite a few changes in this one |
| 30 | +- Reworked how the extension waits for the search to update visible (not dimmed) items |
| 31 | + - Really reworked how all UI interactions are performed |
| 32 | +- Added the ability to customize the command words for particular actions |
| 33 | + - Visit the options page (click the extension icon) to set these |
| 34 | +- Added a `store` command for storing items in the vault |
| 35 | +- Added an `equip` command for directly equipping an item on your current character (when possible) |
| 36 | + - This works like how `transfer` previously did, and `transfer` has been updated to only transfer, not equip |
| 37 | +- (from above) `Transfer` now only transfers instead of equipping |
| 38 | +- Added mic icon on page with a link to the website |
| 39 | + - When listening, there will be text next to the icon that updates as the user speaks their command |
| 40 | +- Added link to the [Voice DIM website](https://www.voicedim.com) via the `?` icon. |
| 41 | +- Fixed `Start Farming mode` command if a user has at least 10 loadouts saved |
| 42 | + |
| 43 | +### 1.0.1 - 2022-08-23 - Corrected Shortcut |
| 44 | + |
| 45 | +- Defaulted the shortcut correctly (set to `Ctrl+Shift+0`) |
| 46 | + |
| 47 | +### 1.0.0 - 2022-08-19 - Initial Release |
| 48 | + |
| 49 | +- See [Reddit post](https://www.reddit.com/r/DestinyTheGame/comments/wseigx/interact_with_dim_using_your_voice/) about the available commands with more info |
| 50 | + - Commands are available to: |
| 51 | + - Transfer a weapon by name |
| 52 | + - Transfer a weapon with particular perks |
| 53 | + - Transfer a weapon by attribute (energy type, slot, ammo type, etc) |
| 54 | + - Collect from the postmaster |
| 55 | + - Start/Stop farming mode |
| 56 | + - Equip loadouts by name |
| 57 | + - Equip max power |
| 58 | +- Use global shortcut to activate listening |
0 commit comments