From 8c6546a97dda9eea27862f8d4208b15ff6a7553c Mon Sep 17 00:00:00 2001 From: Pipper Publishing Date: Fri, 16 Sep 2022 14:13:24 +1200 Subject: [PATCH] 0.8.1 16-Sep-2022 - Updated description to reflect Foundry v10 support --- Patchnotes.md | 2 ++ module.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Patchnotes.md b/Patchnotes.md index 9610384..49347eb 100644 --- a/Patchnotes.md +++ b/Patchnotes.md @@ -1,3 +1,5 @@ +#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 #0.7 Works only with Foundry v0.8 and 9 ##0.7.2 diff --git a/module.json b/module.json index 9885a93..cb31478 100644 --- a/module.json +++ b/module.json @@ -1,8 +1,8 @@ { "name": "compendium-browser", "title": "Compendium Browser", - "description": "

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

Now works with Foundry 0.8 and 9 only

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.8.0", + "description": "

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

Verified with Foundry 9 and 10 only

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.8.1", "author": "Spetzel#0103", "authors": [ { @@ -59,7 +59,7 @@ ], "url": "https://github.com/League-of-Foundry-Developers/compendium-browser", "manifest": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/latest/download/module.json", - "download": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/v0.8.0/compendium-browser.zip", + "download": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/v0.8.1/compendium-browser.zip", "minimumCoreVersion": "0.9.266", "compatibleCoreVersion": "10", "allowBugReporter": true,