Skip to content

2.4.4

Compare
Choose a tag to compare
@earlSt1 earlSt1 released this 28 May 12:46
· 17 commits to 09x-update since this release
a4d31bd

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)