Skip to content

Latest commit

 

History

History
91 lines (62 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

91 lines (62 loc) · 4.11 KB

1.3.0 - 2024-07-27 - The One Where It Actually Works When Not Using the Beta

  • Fixed Farming mode
  • Fixed basically anything that used the character menu when not using the Beta app

1.2.7 - 2023-04-20 - The One About Troubleshooting (and Strand)

  • Add Download Logs button to the options page
  • Make the mic icon pulse and change color for a more visible representation of the extension being ready to hear a command
  • Add strand to energy types

1.2.6 - 2023-04-10 - Query selector updates

  • Update query selectors for store and transfer

1.2.5 - 2023-02-27 - The Reversion

  • Revert previous change since it broke generic queries and item pulls (by weapon/energy type, etc.)

1.2.4 - 2023-02-25 - The One Where IKELOS Weapons Maybe Work

  • Weapons with periods AND underscores (IKELOS weapons) are now parsed even better.
  • 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.

1.2.3 - 2022-11-25 - Parsing Issues

  • Weapons with periods in their name (IKELOS weapons, a few others) are now parsed correctly
  • Slight optimization for transferring weapons by name (no longer populates the search bar with name:"<weapon>")

1.2.2 - 2022-10-04 - Activation Phrase Fix

  • Added fix for capital letter in activation phrase by trimming/lowercasing everywhere

1.2.1 - 2022-10-03 - Only in Inventory

  • 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
  • Added fix for a user having the item popup sidebar being collapsed.

1.2.0 - 2022-09-24 - Always Listening

  • Added a toggle-able Always Listening mode
    • Each command must be prefixed with an activation phrase (defaulted to okay ghost)
  • Added fix for maxPower command (didn't work in normal DIM, only in beta)
  • Added fix for search already being populated when performing a command.

1.1.3 - 2022-09-20 - Perk fix

  • Fixed perk matching

1.1.2 - 2022-09-19 - Options page links

  • Added an onInstalled event for the extension. It'll direct users to the options page.
  • Link to the options page from the ?

1.1.1 - 2022-09-16 - Better performance

  • Use a waitForElement/waitForSearchToUpdate function instead of arbitrarily sleeping in code
    • Results in at least a 300% improvement in action duration

1.1.0 - 2022-09-13 - The One with Custom Commands

  • Quite a few changes in this one
  • Reworked how the extension waits for the search to update visible (not dimmed) items
    • Really reworked how all UI interactions are performed
  • Added the ability to customize the command words for particular actions
    • Visit the options page (click the extension icon) to set these
  • Added a store command for storing items in the vault
  • Added an equip command for directly equipping an item on your current character (when possible)
    • This works like how transfer previously did, and transfer has been updated to only transfer, not equip
  • (from above) Transfer now only transfers instead of equipping
  • Added mic icon on page with a link to the website
    • When listening, there will be text next to the icon that updates as the user speaks their command
  • Added link to the Voice DIM website via the ? icon.
  • Fixed Start Farming mode command if a user has at least 10 loadouts saved

1.0.1 - 2022-08-23 - Corrected Shortcut

  • Defaulted the shortcut correctly (set to Ctrl+Shift+0)

1.0.0 - 2022-08-19 - Initial Release

  • See Reddit post about the available commands with more info
    • Commands are available to:
      • Transfer a weapon by name
      • Transfer a weapon with particular perks
      • Transfer a weapon by attribute (energy type, slot, ammo type, etc)
      • Collect from the postmaster
      • Start/Stop farming mode
      • Equip loadouts by name
      • Equip max power
  • Use global shortcut to activate listening