v0.7.1 10-Sep-2021

- Merged PR #26
- Revved CMPBrowser structure (was at 0.4.5)
features_update
Pipper Publishing 2021-09-10 09:42:28 +12:00
parent de6b59cf82
commit 41bc3738f6
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
#0.7.1
- Merged PR [League-of-Foundry-Developers/compendium-browser#26](https://github.com/League-of-Foundry-Developers/compendium-browser/pull/26)
#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)

View File

@ -50,7 +50,7 @@
const CMPBrowser = {
MODULE_NAME : "compendium-browser",
MODULE_VERSION : "0.4.5",
MODULE_VERSION : "0.7.1",
MAXLOAD : 500, //Default for the maximum number to load before displaying a message that you need to filter to see more
}

View File

@ -2,7 +2,7 @@
"name": "compendium-browser",
"title": "Compendium Browser",
"description": "<p>Easily browse and filter spells, feats, items, and npcs loaded from compendia!</p><strong>NEW! Compendium Browser is faster and better-behaved;</strong> 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.<br>Changes in 0.7.0: Supports Foundry 0.8+ only; faster searches using Foundry 0.8 queries!",
"version": "0.7.0",
"version": "0.7.1",
"author": "Spetzel#0103",
"authors": [
{