Releases: Aedif/multi-token-edit
Releases · Aedif/multi-token-edit
Release 2.7.5
- Fixed
inputChangeCallbacknot being called onGenericforms
Release 2.7.4
- Fixed Tab right-click select on Mass Edit forms
- Fixed MATT custom field insertion
- Updated Generic forms to AppV2
- Virtual Presets/Folders can now be removed manually from the index using context menu options
Release 2.7.3
Indexer
- Fixed a bug preventing merge window rendering when the current/main cache does not exist
Release 2.7.2
- Improved migration API to reload Mass Edit index of migrated compendiums
- Improved Token Attacher migration macro to account for control token offset
Release 2.7.1
Preset Browser
- Fixed folder export
- Fixed Actor folder import
Release 2.7.0
Search
- Support of logical operators
OR&ANDhas been added within all preset search contexts- e.g.
(statue OR chair) AND (elvish OR orcish #ruined)
- e.g.
Indexer
- Fixed incomplete exports when editing
Virtual Directorypresets from within aCategory Browserwithout first opening thePreset Browser - Fixed folder icon and subtext not caching
Release 2.6.2
3D Canvas
- Fixed Token preview scaling
Release 2.6.1
3D Canvas
- Fixed Token previews not getting cleaned up and removed
- Fixed
Apply to Selected Placeablesoption not loading Virtual Directory presets before applying their data
Release 2.6.0
Indexer
- Removed
Override TagsandFresh Scansettings - Added new button to export and import VIRTUAL DIRECTORY index
- After generating an index a new
Index Mergeform will now be shown- The form shows the total folder, file, and tag counts shown for:
- VIRTUAL DIRECTORY
- The latest scan that was just performed
- Pre-built indexes that have been found during the scan
- An option to
Discard VIRTUAL DIRECTORY- If checked instead of merging the latest scan into the VIRTUAL DIRECTORY, it will replace it
- Tags of files shared between the VIRTUAL DIRECTORYU and the latest scan will be preserved
- The form shows the total folder, file, and tag counts shown for:
Scenescapes
- Improved Token box select to take into account artworks with large empty areas
Preset Browser
- Replaced
Tag SelectorwithSaved Searches- Allows saving the snapshot of the current search state:
- Query, Category, Layer Switch, Auto-Scaling, External Compendiums, Virtual Directory
- The search state can be given a label and a background color to be saved under
- Clicking a saved search will re-create that state within the browser
- Saved searches can be dragged around to change their order
- Allows saving the snapshot of the current search state:
saved_search.mp4
Release 2.5.3
- Token dimensions updates on Scenescapes will now be blocked by default, preventing system/third-party modules breaking auto-scaling functionality
- If the working pack is removed, the Preset Browser will now automatically switch to and if needed create the default preset compendium
- New API:
MassEdit.updatePresetTags(...)- Allows mass importing of tags using the following format:
{ uuid: ["tag1"], uuid2: ["tag1", "tag2"]}
- Allows mass importing of tags using the following format: