diff --git a/Patchnotes.md b/Patchnotes.md index 8d5b3d8..dcf1dd8 100644 --- a/Patchnotes.md +++ b/Patchnotes.md @@ -1,6 +1,7 @@ #v0.7.0 (only Foundry 0.8+) - 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 - Merged PR #14, #8 (classes for new spells and Optional Class Features in Tasha's) diff --git a/README.md b/README.md index bb5fc5d..3ca224b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # 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: - Only supports Foundry 0.8.x - Faster searches using Foundry 0.8.x queries (thanks ZoltantheDM!) ## v0.6: - Additional and Optional Features spells from Tasha's - 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 * **Authors**: Discord: Spetzel#0103; Felix (felix.mueller.86@web.de); ZoltantheDM * **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` 3. Open your world and go to Settings>Manage Modules and enable Compendium Browser - ![example](preview.jpg) ## Details