Skip to content

Releases: Aedif/multi-token-edit

Release 2.7.5

20 Jan 11:11

Choose a tag to compare

  • Fixed inputChangeCallback not being called on Generic forms

Release 2.7.4

15 Jan 20:41

Choose a tag to compare

  • 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

18 Dec 18:04

Choose a tag to compare

Indexer

  • Fixed a bug preventing merge window rendering when the current/main cache does not exist

Release 2.7.2

14 Dec 14:30

Choose a tag to compare

  • 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

13 Dec 21:25

Choose a tag to compare

Preset Browser

  • Fixed folder export
  • Fixed Actor folder import

Release 2.7.0

11 Dec 18:04

Choose a tag to compare

Search

  • Support of logical operators OR & AND has been added within all preset search contexts
    • e.g. (statue OR chair) AND (elvish OR orcish #ruined)

Indexer

  • Fixed incomplete exports when editing Virtual Directory presets from within a Category Browser without first opening the Preset Browser
  • Fixed folder icon and subtext not caching

Release 2.6.2

10 Dec 15:19

Choose a tag to compare

3D Canvas

  • Fixed Token preview scaling

Release 2.6.1

10 Dec 15:01

Choose a tag to compare

3D Canvas

  • Fixed Token previews not getting cleaned up and removed
  • Fixed Apply to Selected Placeables option not loading Virtual Directory presets before applying their data

Release 2.6.0

10 Dec 13:31

Choose a tag to compare

Indexer

  • Removed Override Tags and Fresh Scan settings
  • Added new button to export and import VIRTUAL DIRECTORY index
  • After generating an index a new Index Merge form 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
image image

Scenescapes

  • Improved Token box select to take into account artworks with large empty areas
image

Preset Browser

  • Replaced Tag Selector with Saved 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
saved_search.mp4

Release 2.5.3

30 Nov 18:11

Choose a tag to compare

  • 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"]}