# v5.0.3 - Prevent additional flip animations from playing until the existing one is complete - NOTE: This may not fix all possible edge cases, but should fix most # v5.0.2 - Verified to work with Foundry V14 - Fix a bug where flipping a token with animations on would sometimes cause the token scale to get messed up # v5.0.1 - Fix a bug where adjusting a token's HP would flip the token - Fix tooltips on the token and tile HUD to use Foundry's native tooltips # v5.0.0 - Major rewrite of the module, prepping for future features - Changed the speech bubble keybind to `B` - Separated the keybinds for flipping tiles and tokens allowing them to be bound separately - Combined horizontal and vertical flipping into a single keybind, with `SHIFT` flipping vertically # v4.0.2 - Fix the way rollup bundles the module and switch to esmodules to prevent global namespace pollution. # v4.0.1 - Minor bug fixes and clean up tasks # v4.0.0 - Updated to work with Foundry V13 - Changed flip keybinds to `G` and `Shift+G` to avoid conflicts with Foundry V13 # v3.2.2 - Fix an issue where speech bubbles would disappear after a short period for remote clients. # v3.2.1 - Fix issue where AFK toggles would not display for tokens that had their player permissions updated - Fix an issue where the AFK overlay was sometimes very tiny # v3.2.0 - Draw mirroring buttons in horizontal row on HUD - Fix issues with the AFK overlay messing with status effect icons # v3.1.0 - Add the ability to configure token flipping animation durations - Add a mechanism to throttle flipping of tokens while being flipped to prevent them from bugging out # v3.0.0 - V10 compatibility # v2.6.0 - Add a client-side setting to allow players to adjust the font size of speech bubbles - Cleanup orphaned speech bubbles caused by the client losing focus while the shortcut key is active # v2.5.0 - Migrate speech bubbles to use the same template as Foundry's chat bubbles for consistency # v2.4.1 - Fix an issue where speech bubbles failed to render correctly when using Firefox # v2.4.0 - Add a setting and hotkey (default `Alt+S`) to show speech bubbles attached to the currently selected token # v2.3.0 - Add a setting to enable/disable sending AFK status indicators in chat # v2.2.0 - Make AFK indicators a world option that can be disabled for all players - Only show the AFK toggle on tokens owned by players and only for the owners of the token # v2.1.0 - Added a `Shift+K` (default binding) shortcut to mark a token as AFK - Added token HUD buttons for mirroring tokens and marking tokens as AFK - Added tile HUD buttons for mirroring tiles - Added settings to allow players to show/hide the mirror and AFK toggle buttons on their token HUD - Restructured the mod internals to allow for more token related features to be added # v2.0.0 - Support for Foundry V9 - Migrate to the new V9 Keybindings API (this is a breaking change that requires V9 minimum) # v1.2.0 - Support for Foundry 0.8.6+ # v1.1.0 Tiles! - Added the ability to vertically flip tokens (default shortcur `Shift+F`) - Add the ability to horizontally and vertically flip selected tiles # v1.0.1 Initial public release of Fast Flip! - Create a keybind that can be used to horizontally mirror all selected tokens. Works for both the GM and players