Skip to content

Releases: earlSt1/vtt-compendium-folders

2.3.63

04 Dec 12:37
f9ff1c1
Compare
Choose a tag to compare

v2.3.63

  • Fixed an issue where extra translated compendiums were appearing in the world

2.3.62

04 Dec 12:07
8b1dcad
Compare
Choose a tag to compare

v2.3.62

  • Fixed an issue where the compendium directory would render across the scene canvas

2.3.61

01 Dec 19:49
66131b3
Compare
Choose a tag to compare

v2.3.61

  • Fixed a bug in the API which caused DDB Importer's Migration process to break.

2.3.60

29 Nov 13:23
c440580
Compare
Choose a tag to compare

v2.3.60

  • Fixing versioning issues

2.3.6

29 Nov 13:07
449fee2
Compare
Choose a tag to compare

v2.3.6

  • Using new API in import/export process. In testing has resulted in less compendiums breaking randomly.
  • Regenerating scene thumbnails when exporting a scene to a compendium
  • Added 2 new functions to FICFolderAPI - renameFolder(folder,newName) and moveFolder(folderToMove,destFolder)
  • Added Changelog

2.3.53

29 Aug 16:10
c4a3a19
Compare
Choose a tag to compare

v2.3.53 - Bugfixes

  • Fixed issue with initial checks when opening a compendium
  • Fixed issue with Validation dialog where the error would not output if something went wrong

2.3.52

20 Aug 22:21
b3d4235
Compare
Choose a tag to compare

v2.3.52 - Small API change + compatibility bump

  • Fixing API so it now returns folder objects correctly
  • Bumping compatibility to 0.8.9

2.3.51

17 Aug 00:51
c05915e
Compare
Choose a tag to compare

v2.3.51 - Bugfixes

  • Fixed issue where some data wasn't saved in the new API functions.
  • Fixed typo that caused compendiums to not fix themselves automatically (#101)
  • Fixed issue with Merge by name not working (#100) .

2.3.5

14 Aug 12:10
80f0990
Compare
Choose a tag to compare

v2.3.5 - FIC improvements and public API

  • HUGE improvements to folders in compendiums, now load much much faster by utilizing 0.8's getIndex() (thanks @MrPrimate!)
  • Now provides a public API for module developers to create folder structures and move documents around inside compendiums (game.CF.FICFolderAPI)

2.3.4

07 Aug 11:54
4348d5c
Compare
Choose a tag to compare

v2.3.4 - Auto-Create Folders and Fix My Compendium

  • New setting added - Auto-Create Folders. When enabled, will try to create/merge folder structures when importing a single item from a compendium. Disabled by default. #95
  • New feature added - Fix My Compendium. A process to try and repair compendiums with folders in them that appear unrenderable/unusable. Still fairly experimental so best to perform this on a duplicated compendium first. Accessible in module settings
  • Reintroduces pf1 buffs browser button #93
  • Fixed issue where editing the default folder would hide it's contents #92