From 1aa555638f0033dcc93de3629e681cd239914f07 Mon Sep 17 00:00:00 2001 From: opus1217 Date: Wed, 17 Feb 2021 14:29:24 -0800 Subject: [PATCH] 0.4.2 17-Dec-2021 module.json: Updated Description to match new Lite behavior --- compendium-browser.css | 4 ++-- module.json | 20 ++++++++++++-------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/compendium-browser.css b/compendium-browser.css index 8713105..96021bc 100644 --- a/compendium-browser.css +++ b/compendium-browser.css @@ -53,7 +53,7 @@ position: sticky; display: block; min-width: 250px; - max-width: 50%; + max-width: 45%; width: 350px; height: 100%; padding-right: 5px; @@ -63,7 +63,7 @@ position: sticky; display: flex; min-width: 250px; - max-width: 50%; + max-width: 55%; width: 400px; height: 100%; padding-right: 5px; diff --git a/module.json b/module.json index 26e78b3..f1a158f 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "name": "compendium-browser", "title": "Compendium Browser", - "description": "A module to easily browse and filter spells as well as npcs loaded from compendia.", + "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.", "version": "0.4.2-spetzel2020", "author": "Felix#6196", "authors": [ @@ -34,14 +34,18 @@ "path": "lang/fr.json" }, { - "lang": "pt-BR", - "name": "Português (Brasil)", - "path": "lang/pt-BR.json" - } + "lang": "pt-BR", + "name": "Português (Brasil)", + "path": "lang/pt-BR.json" + } ], "url": "https://github.com/League-of-Foundry-Developers/compendium-browser", - "manifest": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/v0.4.2-s/module.json", - "download": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/v0.4.2-s/compendium-browser.zip", + "manifest": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/latest/module.json", + "download": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/latest/compendium-browser.zip", "minimumCoreVersion": "0.6.2", - "compatibleCoreVersion": "0.7.9" + "compatibleCoreVersion": "0.7.9", + "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/CHANGELOG.md" }