Compare commits

...

7 Commits

Author SHA1 Message Date
Zoltan the DM 4773c5b8c7 Merge branch 'master' into release 2023-10-20 15:50:40 -07:00
Zoltan the DM 83a6047769 Merge branch 'master' into release 2023-03-14 17:10:00 -07:00
Zoltan the DM aa3c7a4259 updated target 2023-03-14 17:03:50 -07:00
Zoltan the DM 922ffa6a87 Merge branch 'master' into release 2023-03-14 17:02:12 -07:00
Zoltan the DM 3ad4f4b78f Merge branch 'master' into release 2023-03-14 16:33:25 -07:00
Zoltan the DM 52a95a4e17 Merge branch 'master' into release 2023-03-14 16:23:40 -07:00
Zoltan the DM 073869d18a added a new releases branch so anyone can use this 2023-03-08 13:12:56 -08:00
5 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
"id": "compendium-browser",
"title": "Compendium Browser",
"description": "<p>Easily browse and filter spells, feats, items, and npcs loaded from compendia!</p><p>Verified with Foundry 9 and 10 only</p><strong>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.8.2",
"version": "0.9.1",
"author": "Spetzel#0103",
"authors": [
{
@ -57,16 +57,16 @@
"path": "lang/de.json"
}
],
"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.2/compendium-browser.zip",
"url": "https://github.com/ZoltanTheDM/compendium-browser",
"manifest": "https://raw.githubusercontent.com/ZoltanTheDM/compendium-browser/v0.9.1/module.json",
"download": "https://github.com/ZoltanTheDM/compendium-browser/archive/v0.9.1.zip",
"compatibility": {
"minimum": "9",
"verified": "11.313",
"maximum": "11"
},
"allowBugReporter": true,
"bugs": "https://github.com/League-of-Foundry-Developers/compendium-browser/issues",
"readme": "https://github.com/League-of-Foundry-Developers/compendium-browser/blob/master/README.md",
"changelog": "https://github.com/League-of-Foundry-Developers/compendium-browser/blob/master/Patchnotes.md"
"bugs": "https://github.com/ZoltanTheDM/compendium-browser/issues",
"readme": "https://github.com/ZoltanTheDM/compendium-browser/blob/master/README.md",
"changelog": "https://github.com/ZoltanTheDM/compendium-browser/blob/master/Patchnotes.md"
}

View File

@ -12,7 +12,7 @@
</select></dd>
</dl>
<button id="reset-feat-filter">{{localize "CMPBrowser.Filters.ResetFilters"}}</button>
<button id="copy-search-feat">Export to JS</button>
<!-- <button id="copy-search-feat">Export to <i class="fa-brands fa-square-js"></i></button> -->
</div>
{{> "modules/compendium-browser/template/filter-container.html" filters=featFilters}}
</div>

View File

@ -12,7 +12,7 @@
</select></dd>
</dl>
<button id="reset-item-filter">{{localize "CMPBrowser.Filters.ResetFilters"}}</button>
<button id="copy-search-item">Export to JS</button>
<!-- <button id="copy-search-item">Export to <i class="fa-brands fa-square-js"></i></button> -->
</div>
{{> "modules/compendium-browser/template/filter-container.html" filters=itemFilters}}
</div>

View File

@ -13,7 +13,7 @@
</select></dd>
</dl>
<button id="reset-npc-filter">{{localize "CMPBrowser.Filters.ResetFilters"}}</button>
<button id="copy-search-npc">Export to JS</button>
<!-- <button id="copy-search-npc">Export to <i class="fa-brands fa-square-js"></i></button> -->
</div>
{{> "modules/compendium-browser/template/filter-container.html" filters=npcFilters}}
</div>

View File

@ -12,7 +12,7 @@
</select></dd>
</dl>
<button id="reset-spell-filter">{{localize "CMPBrowser.Filters.ResetFilters"}}</button>
<button id="copy-search-spell">Export to JS</button>
<!-- <button id="copy-search-spell">Export to <i class="fa-brands fa-square-js"></i></button> -->
</div>
{{> "modules/compendium-browser/template/filter-container.html" filters=spellFilters}}
</div>