Commit Graph

44 Commits (63758b9d27a27ef47c0c7464abc2ea66496dbf56)

Author SHA1 Message Date
Matheus Clemente 2c267d0c86 Prettier formatting 2023-11-08 00:03:55 -03:00
Zoltan the DM d52bf98bb4 Merge branch 'master' into mergable 2023-10-20 17:13:05 -07:00
Zoltan the DM 0b10037449 Updated to fix some issues with version 11 2023-10-20 15:49:21 -07:00
Zoltan the DM aa3c7a4259 updated target 2023-03-14 17:03:50 -07:00
Zoltan the DM 073869d18a added a new releases branch so anyone can use this 2023-03-08 13:12:56 -08:00
joevaughan d4181d347e
Fixes for issue #41 and #43 (#44)
Co-authored-by: Joe Vaughan <Joe.Vaughan@xoserve.com>
2022-09-23 12:05:07 -07:00
Pipper Publishing 8c6546a97d 0.8.1 16-Sep-2022
- Updated description to reflect Foundry v10 support
2022-09-16 14:13:24 +12:00
joevaughan fd0c903be3
Foundry V10 compatibility (#40)
* Foundry V10 compatibility

* bumped number for download zip

* Fixes for v9 and set minimum compat to v9.266

Co-authored-by: Joe Vaughan <Joe.Vaughan@xoserve.com>
2022-09-14 15:50:08 -04:00
opus1217 755308e83c 0.7.2b 4-Jan-2022
- Merge PR #33 (improved NPC search performance) - thanks kyleady
- Fixed #29,#30,#31: Problems running with Foundry v9
- Fixed #28: Problems sorting by magical rarity
- change message to Loading... while still loading.
2022-01-04 17:39:05 -08:00
opus1217 62c64e432f 0.7.2 1-Jan-2022
Remove deprecated variables
Check for isFoundryv8Plus
2022-01-01 21:27:33 -08:00
Pipper Publishing d789f150ab v0.7.1a 12-Sep-2021
Revved module.json
2021-09-12 14:01:48 +12:00
Pipper Publishing 41bc3738f6 v0.7.1 10-Sep-2021
- Merged PR #26
- Revved CMPBrowser structure (was at 0.4.5)
2021-09-10 09:42:28 +12:00
Pipper Publishing a0277c9b86 v0.7.0 7-Sep-2021
-Merged PR #24
- Fixed: Support for CompendiumCollection#getContent will be removed in 0.9.0. League-of-Foundry-Developers/compendium-browser#19
- Revved versions and updated Patch notes
2021-09-07 15:00:11 +12:00
Pipper Publishing c6ef646da2 v0.6.0e 5-Sep-2021
- Attribution for Spanish and German translations
- Updates for Patchnotes and README
2021-09-05 15:40:16 +12:00
Pipper Publishing 9d72f1bdac v0.6.0d 5-Sep-2021 2021-09-05 15:27:26 +12:00
Pipper Publishing d74183149a 0.6.0b 5-Sep-2021
-Modified description for merges: Tasha's classes
2021-09-05 12:36:22 +12:00
Pipper Publishing f7fa4de8d9 0.6.0 5-Sep-2021
- Merge PRs for languages and performance improvements
2021-09-05 09:38:12 +12:00
opus1217 0f6fb758cb 0.5.0b 12-Jun-2021
Updated module.json description
2021-06-12 20:09:51 -07:00
opus1217 5e01bca499 0.5.0 12-Jun-2021
- Updated to use correct "latest" link
- Fixed: Issue https://github.com/League-of-Foundry-Developers/compendium-browser/issues/17 (structure had changed)

compendium-browser.js
- addNpcFilers(): Test for Foundry 0.8.x in which creature type is now data.details.type.value
2021-06-12 19:59:08 -07:00
Spetzel b2a287fd5d
Updated description for 0.4.5 2021-03-17 12:15:20 -07:00
opus1217 f724d8fb4e 0.4.5 15-Mar-2021
Fixed; Issue #10 ( Spells from non-system compendium show up in items tab.)

compendium-browser.js
- loadAndFilterItems(): Refactor test on content to switch on tab (spells, feats, items) and if on item type
- getFilterResult() -> passesFilter()
2021-03-15 13:06:06 -07:00
opus1217 a6502011e5 0.4.3c 12-Mar-2021
Updated module description with fixed bugs
2021-03-12 13:47:55 -08:00
opus1217 de541099c3 0.4.3 12-Mar-2021
Version to v0.4.3 for testing
2021-03-12 13:34:01 -08:00
opus1217 d7d8e85e3c 0.4.3 11-Mar-2021
- Fixed: Error on dragging item from Compendium Browser #9
- Partially Fixed: Issue #4 (filter fields don't get cleared)
-- Is clearing on the current tab but getting out of sync otherwise on other tabs

compendium-browser.js:
- activateItemListListeners(): Remove spurious li.parents (wasn't being used anyway)
- activateListeners(): Add this.refreshList to say what tab we should get data for and then re-render
2021-03-11 17:32:07 -08:00
opus1217 1aa555638f 0.4.2 17-Dec-2021
module.json: Updated Description to match new Lite behavior
2021-02-17 14:29:24 -08:00
opus1217 3ff0a0fac5 0.4.2 15-Feb-2021
NPC initial load working and subsequent filtering/ordering

compendium-browser.js
- Fix NPCs to use loadAndFilterNpcs
loadAndFilterNpcs(): ADDED
- On settings changed, just do new render()
- decorateCompendiumEntry() -> decorateItem()

npc-browser.html
- Use correct css (cr vs cr-display etc)
- Simplify hidden filtering data fields

module.json
- Version bump
2021-02-15 13:50:14 -08:00
opus1217 24cfde1119 0.4.1 8-Feb-2021
Fixed: Issue #2: Was loading items twice (once as this.items, once as this.spells)

compendium-browser.js
- Add numToPreload (default 100, in Settings)
- loadItems(), loadNPCs() load "preload" number of spells, feats, items, NPCs each
- initialize(): Was setting this.spells and then setting this.items in getData()
-  Move load back to "ready" hook, but limit number loaded
- Added CMPBrowser constants
- Fixed minor eslint problems
- getData(): Cleaned up data initialization
2021-02-08 09:13:31 -08:00
opus1217 5c3ed89b71 0.4.0 4-Feb-2021
- Defer spell/item and NPC loading until you use the Compendium Browser

compendium-browser.js
- Switch to not pre-loading the indexes, and instead do that at browsing time, to reduce server load and memory usage
- getData(): Check spellsLoaded, npcsLoaded
- loadItems(): Deprecated spellsLoading
- addSpellFilters(), addFeatFilters(), addItemFilters(), addNpcFilters(): Added just for easier reading
- Refactor some of the eslint warnings

module.json
- Version bump to 0.4.0
2021-02-04 18:50:25 -08:00
Renato Innocenti ba1289fa99
Update module.json 2020-07-07 12:38:00 -03:00
Felix fdea01046d
Add files via upload 2020-06-12 18:16:39 +02:00
Felix ef2e6349b8
Add files via upload 2020-06-12 17:29:59 +02:00
Felix 7f9a113815
Add files via upload
fixed an issue that prevented the rendering of the Button to open the browser
2020-05-18 13:31:14 +02:00
Felix b8c45dea00
Add files via upload 2020-04-30 19:07:00 +02:00
Felix dbba6bd57e
Add files via upload 2020-04-20 19:33:52 +02:00
baktov bab461f4e9 add french translation 2020-01-16 19:50:20 +01:00
Felix af1f4d6298
Add files via upload
fixed a bug that prevented proper load order if `renderCompendiumDirectory` gets called during `init`
2020-01-13 12:13:55 +01:00
Felix b8fa5ccbdd
Update module.json 2020-01-10 22:32:37 +01:00
Felix 1bfd0f22ea
Add files via upload 2020-01-04 15:17:41 +01:00
Felix 18abb1063d
Add files via upload
added some localization that was missing
2020-01-03 16:10:41 +01:00
Felix d0a9c4d369
Add files via upload
minor localization fixes
2019-12-31 11:01:00 +01:00
Felix 1c2d5b1e78
Add files via upload
fixed alidgnment issues with multiSelect filters
fixed misplaced translation files
put the spell-class association list into its own file for easy translation/editing
added japanese translation. Thanks Brother Sharp for that one
2019-12-30 10:29:20 +01:00
Felix 83a79826b5
Add files via upload 2019-12-29 19:33:53 +01:00
Felix f0a5c5932b
Add files via upload 2019-12-29 19:10:27 +01:00
Felix 3bd9d6b3f7
Add files via upload
initial release
2019-12-29 17:54:57 +01:00