orcnog / autocomplete-whisper

Foundry VTT module to enhance chat whisper targeting with typeahead suggestions
GNU General Public License v3.0
4 stars 2 forks source link

autocomplete-whisper

Foundry VTT module to enhance chat whisper targeting with typeahead suggestions and popup menu of available targets.

Demo

Demo of autocomplete-whisper module

Release Notes

v0.1.0

Original release. Module approved!

v0.1.1

Fixes issue #12 - post-whisper ']' brackets triggering unwanted keydown handler

v0.1.2

Fixes issue #11, if "Players" targeted in array the menu now hides all indiv players

v0.2.0

Navigate up/down the player menu with the arrow keys!

v0.3.0

Removes support for '@' syntax

v0.3.1

Updated latest tested compatible version number to remove that pesky "compatibility risk" tag in setup.

v0.3.2

Updated latest tested compatible version number to remove that pesky "compatibility risk" tag in setup.

v0.3.3

Updated latest tested compatible version number to remove that pesky "compatibility risk" tag in setup. Sigh.

v0.3.4

Added support for Foundry V9.

v1.0.0

Updated the compatible version to get this module out of an archived status! Yikes. Also updated one misspelled word in a js comment. Calling a spade a spade: this shuold have been at a version 1 a while ago.

v1.0.1

v10 Compatible. Updated latest tested compatible version number to keep this from being automatically uninstalled on world migration.

v1.0.2

v10 Compatible. Updated compatibility values in module.json, and removed incorrect dependancy on libwrapper because it is actually independent.

v1.0.3

v10 Compatible. Bugfix: updated the zip file to correctly contain the latest manifest file.

v1.0.4

Fixed the keydown binding incompatibility issues with other modules by using @DJ4ddi's solution (thank you!). Implements shift-click to multiselect in menu.

v1.0.5

Tested and found to be compatible with Foundry v11. No code changes.

v1.0.6

Tested and found to be compatible with Foundry v12. No code changes. But I did remove some @-specific notes from this README, as @ syntax was deprecated a while ago.