From 41bc3738f65ee8c2700d56ef64b5dc08b1e97d5c Mon Sep 17 00:00:00 2001 From: Pipper Publishing Date: Fri, 10 Sep 2021 09:42:28 +1200 Subject: [PATCH] v0.7.1 10-Sep-2021 - Merged PR #26 - Revved CMPBrowser structure (was at 0.4.5) --- Patchnotes.md | 3 +++ compendium-browser.js | 2 +- module.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Patchnotes.md b/Patchnotes.md index dcf1dd8..d245452 100644 --- a/Patchnotes.md +++ b/Patchnotes.md @@ -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) diff --git a/compendium-browser.js b/compendium-browser.js index 68a0351..f3a0147 100644 --- a/compendium-browser.js +++ b/compendium-browser.js @@ -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 } diff --git a/module.json b/module.json index 0632a56..87811a3 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "compendium-browser", "title": "Compendium Browser", "description": "

Easily browse and filter spells, feats, items, and npcs loaded from compendia!

NEW! 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.
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": [ {