Releases: earlSt1/vtt-compendium-folders
Releases · earlSt1/vtt-compendium-folders
2.5.0
2.4.7
2.4.6
2.4.5
2.4.4
v2.4.4 - Drag/drop and sort retention
- Overhauled folders in compendiums, a lot of refactoring and tidying up the module.
- Folders now retain sort mode and sort order when importing/exporting.
- New option added to the create/edit dialog to chose between Alphabetical or Manual sort
- Folders in compendiums now support drag/drop. Behaviour is mostly the same as core Folders. (#42, #94, #115)
- Dragging a folder onto an open folder will move the folder
- Dragging a folder onto a closed folder will move the folder above the targetted folder (provided they are in the same folder)
- Dragging a document onto a folder will move the document into the folder (like before)
- Dragging a document onto another document in the same folder will move the document above the targetted document (provided they are in the same folder)
- Dragging a document/folder onto the root directory (which extends over the search bar) will move the document/folder to the root directory.
- Finally, drag/drop highlights are enabled
- Added more functions to the API and added documentation (see README for details)
- You can now import/export Playlist folder structures (#139)
- Fixed issue where editing a document in the world would sometimes generate an error in the console.
- Fixed issue where keepId option would not work on Import process
- Fixed issue where selecting the Delete All option on a folder in a compendium would not remove the selected folder
- Updating pt-BR translations (thanks MagelaCE!)
- Fixed name of swedish language in module.json (#137)
2.4.3
2.4.2
v2.4.2
- Folders in compendiums now support localized keys (as if you were using
game.i18n.localize(name)
) - Exporting folder structures will now remember the last compendium exported to
- Now compatible with Sidebar Macros (thanks @arcanistzed!)
- Updated french localization (thanks @rectulo!)
- Fixed issue where exporting folder structures with folders that have the same name and depth would break the process.
- Potential fix for exporting large amounts of items into a compendium breaking the folder structure
- Potential fix for issue where dragging items into a folder would not move them.