v0.7.0b 8-Sep-2021

- Patchnotes re fixing Issue #7 as well
features_update
Pipper Publishing 2021-09-08 12:57:01 +12:00
parent a0277c9b86
commit de6b59cf82
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,7 @@
#v0.7.0 (only Foundry 0.8+) #v0.7.0 (only Foundry 0.8+)
- Merged PR #24 (performance speed ups) - 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#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 #v0.6.0
- Merged PR #14, #8 (classes for new spells and Optional Class Features in Tasha's) - Merged PR #14, #8 (classes for new spells and Optional Class Features in Tasha's)

View File

@ -1,15 +1,15 @@
# Compendium Browser # Compendium Browser
Tired of scrolling compendia? Easily browse and filter for spells, feats, items, and NPCs using Compendium Browser.
Compendium Browser is faster and better-behaved; **it no longer loads all the compendia into memory on start-up** (which sometimes hung servers because of memory or CPU requirements). Instead, it filters and loads on-demand, as well as giving you a Module Setting to control how many rows are loaded at a time.
[Patch Notes](https://raw.githubusercontent.com/League-of-Foundry-Developers/compendium-browser/master/Patchnotes.md)
## v0.7: ## v0.7:
- Only supports Foundry 0.8.x - Only supports Foundry 0.8.x
- Faster searches using Foundry 0.8.x queries (thanks ZoltantheDM!) - Faster searches using Foundry 0.8.x queries (thanks ZoltantheDM!)
## v0.6: ## v0.6:
- Additional and Optional Features spells from Tasha's - Additional and Optional Features spells from Tasha's
- Spanish, German translations - Spanish, German translations
Tired of scrolling compendia? Easily browse and filter for spells, feats, items, and NPCs using Compendium Browser.
Compendium Browser is faster and better-behaved; **it no longer loads all the compendia into memory on start-up** (which sometimes hung servers because of memory or CPU requirements). Instead, it filters and loads on-demand, as well as giving you a Module Setting to control how many rows are loaded at a time.
## Summary ## Summary
* **Authors**: Discord: Spetzel#0103; Felix (felix.mueller.86@web.de); ZoltantheDM * **Authors**: Discord: Spetzel#0103; Felix (felix.mueller.86@web.de); ZoltantheDM
* **Version**: 0.7.0 * **Version**: 0.7.0
@ -22,7 +22,6 @@ Compendium Browser is faster and better-behaved; **it no longer loads all the co
2. Click Install Module and search for **Compendium Browser** OR paste this link: `https://github.com/League-of-Foundry-Developers/compendium-browser/releases/latest/download/module.json` 2. Click Install Module and search for **Compendium Browser** OR paste this link: `https://github.com/League-of-Foundry-Developers/compendium-browser/releases/latest/download/module.json`
3. Open your world and go to Settings>Manage Modules and enable Compendium Browser 3. Open your world and go to Settings>Manage Modules and enable Compendium Browser
![example](preview.jpg) ![example](preview.jpg)
## Details ## Details