compendium-browser/CHANGELOG.md

85 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

2023-11-09 17:59:23 +00:00
# 2.0.0
- Updated for V11.
- Small visual enhancements.
2023-03-14 23:32:50 +00:00
#0.9.0
2023-11-08 03:03:55 +00:00
2023-03-15 00:01:57 +00:00
- Button on character sheets for opening a search with class and spell level (works on default and TidySheet5e)
- added filters for subclasses and backgrounds [League-of-Foundry-Developers/compendium-browser#48](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/48)
2023-03-14 23:32:50 +00:00
- Additional searches for sub-features
2023-03-15 00:01:57 +00:00
- Merged PR [League-of-Foundry-Developers/compendium-browser#45](https://github.com/League-of-Foundry-Developers/compendium-browser/pull/45)
- Used more DnD5e loaclization tags. Should be less work to translate, also defaults localization to tag name
2023-03-15 00:08:59 +00:00
- Fixed item rarity search in Foundry 10+ [League-of-Foundry-Developers/compendium-browser#54](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/54)
2023-03-14 23:32:50 +00:00
#0.8.2
2023-11-08 03:03:55 +00:00
- Fixed Class searching for spells - issue: #43
2023-11-08 03:03:55 +00:00
- Fixed Drag-and-Drop error in Foundry V10 - issue: #41
#0.8
- Merged PR [League-of-Foundry-Developers/compendium-browser#40](https://github.com/League-of-Foundry-Developers/compendium-browser/pull/40): Foundry v10 support
2023-11-08 03:03:55 +00:00
#0.7
Works only with Foundry v0.8 and 9
##0.7.2
- Merged PR [League-of-Foundry-Developers/compendium-browser#33](https://github.com/League-of-Foundry-Developers/compendium-browser/pull/33)
- Fixed: Issue [League-of-Foundry-Developers/compendium-browser#29](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/29)
- Fixed: Issue [League-of-Foundry-Developers/compendium-browser#30](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/30)
- Fixed: Issue [League-of-Foundry-Developers/compendium-browser#31](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/31)
2023-11-08 03:03:55 +00:00
- Change message to "Loading..." until we're done, then "Loaded" (also when we hit the maxLoaded)
##0.7.1
2023-11-08 03:03:55 +00:00
- Merged PR [League-of-Foundry-Developers/compendium-browser#26](https://github.com/League-of-Foundry-Developers/compendium-browser/pull/26)
2021-09-12 01:47:31 +00:00
- Fixed: Issue [League-of-Foundry-Developers/compendium-browser#25](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/25)
##v0.7.0 (only Foundry 0.8+)
2023-11-08 03:03:55 +00:00
- Merged PR #24 (performance speed ups)
- Fixed: Issue [League-of-Foundry-Developers/compendium-browser#19](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/19)
- Fixed: Issue [League-of-Foundry-Developers/compendium-browser#7](https://github.com/League-of-Foundry-Developers/compendium-browser/issues/7)
##v0.6.0
2023-11-08 03:03:55 +00:00
- Merged PR #14, #8 (classes for new spells and Optional Class Features in Tasha's)
- Manually merged PR #3 (German and Spanish translations)
##v0.5.0
2023-11-08 03:03:55 +00:00
- Fixed: Issue #17 (error in filtering NPCs by Creature Type)
##v0.4.5
2023-11-08 03:03:55 +00:00
2021-03-17 19:10:18 +00:00
- Fixed: [Suggestion] Show compendium source in results; Issue #11
- Fixed: Spells from non-system compendium show up in items tab. Issue#10
##v0.4.3
2020-05-18 11:32:08 +00:00
##v0.3.1
2023-11-08 03:03:55 +00:00
- fixed a bug that prevented loading when Class type items were loaded.
- fixed a bug that prevented disabled the scrollbar in the settings tab.
2020-06-12 15:29:13 +00:00
##v0.3.0
2023-11-08 03:03:55 +00:00
- improved load times by lazyloading images
- fixed some css problems
- new Feature: Feat Browser
- Compendium Browser now has a new section for Feats
- lets you filter by source, class (as set in the requirements field), activation cost, damage type and if it uses ressources
- new Feature: Item Browser
- Compendium Browser now has a new section for all inventory Items
- All item Packs (such as Explorer's Pack) are configured and you can browse a List of all Items contained in a pack!
- this list can be modified by editing the "item-packs.json" file to customize your packs
- many further filters available!
2020-06-12 15:29:13 +00:00
##v0.2.1
2023-11-08 03:03:55 +00:00
- fixed an issue that prevented the rendering of the Button to open the browser
##v0.2
2020-06-12 16:33:32 +00:00
2023-11-08 03:03:55 +00:00
- fixed a bug that could prevent proper npc loading
- added a filter for "Source" for both spells and npcs
- migrated to the new TabsV2
- added a Reset Filters button
- Added the Artificer class, thanks to Tielc#7191 for that