Skip to content

Releases: jonmichaels/compendium-browser-bf

v1.1.0 — Foundry v14 and Black Flag v3 compatibility

Choose a tag to compare

@hermes90201 hermes90201 released this 20 Jun 12:01

Changes

  • Fixed Source Book display for mixed-source compendium modules, including parser-created records that store source metadata under system.description.source.book.
  • Added parser-known Source Book labels for Black Flag / Tales of the Valiant source keys.
  • Fixed Light theme contrast for the browser gear icon, left tab icons, and result-list headers.
  • Fixed Light theme input styling for sidebar range filters and Settings package filtering.
  • Verified Foundry v14 / Black Flag v3 compatibility while preserving Foundry v13 support.

Installation

Use this manifest URL in Foundry:

https://github.com/jonmichaels/compendium-browser-bf/releases/latest/download/module.json

v1.0.1 — Hotkey Toggle

Choose a tag to compare

@hermes90201 hermes90201 released this 23 May 10:39

What's New

Hotkey Toggle

  • Shift+Alt+B opens or closes the Compendium Browser from anywhere in Foundry
  • Appears in Configure Controls for custom keybinding
  • Toggle works both via hotkey and the compendium sidebar button

How It Works

The hotkey tracks the open browser instance internally — no dependency on ui.windows lookups. Press once to open, press again to close.

Installation

Via Foundry Module Browser:

https://github.com/jonmichaels/compendium-browser-bf/releases/latest/download/module.json

Manual:
Download module.zip and extract to Data/modules/compendium-browser-bf/.

Requirements

  • Foundry VTT v13+
  • Black Flag Roleplaying (Tales of the Valiant) v2.0+

v1.0.0 — Initial Stable Release

Choose a tag to compare

@hermes90201 hermes90201 released this 22 May 14:05

v1.0.0 — Initial Stable Release

The Compendium Browser for Black Flag / Tales of the Valiant reaches v1.0.0. Ported from the dnd5e built-in compendium browser with full support for all Black Flag content types.

Features

  • 10 tabs — Classes, Subclasses, Lineages, Heritages, Talents, Backgrounds, Items, Spells, Monsters, Vehicles
  • Rich filtering — Tab-specific sidebar filters with 3-state toggle (off / include / exclude)
  • Type checkboxes — Filter by item subtypes
  • Name search with debounced filtering
  • Source configuration — GM-configurable compendium source selection
  • Drag-and-drop — Drag entries into actor sheets or sidebar
  • Lazy loading — Scroll to load more results
  • Document preview — Click entry titles to open full sheets
  • Styled UI — Row dividers, hover glow, uppercase filter headers with dividing lines

Requirements

  • Foundry VTT v13+
  • Black Flag Roleplaying (Tales of the Valiant) v2.0+

v0.10.0 — Source filter fix, item type checkboxes, drag-and-drop

Choose a tag to compare

@hermes90201 hermes90201 released this 22 May 02:13

v0.10.0

Fixed

  • Source filters now work on all tabs. The pack source filter was being run through applyAllFilters with no _keyPath, causing every entry to be silently rejected. Fixed by excluding the pack filter from index-level filtering.

Added

  • Item type checkboxes on Items tab. All 9 Black Flag item categories (weapon, armor, gear, tool, container, sundry, currency, consumable, ammunition) now show as checkboxes in the sidebar. All checked by default. Uncheck to filter results.
  • Drag-and-drop from browser entries directly to the sidebar or world (restored from v0.9).

Changed

  • Item Piles utility packs filtered from Sources list
  • Type checkboxes use proper type names (was array indices)

v0.9.0 — Drag-and-Drop

Choose a tag to compare

@hermes90201 hermes90201 released this 20 May 02:10

New: Drag-and-drop from browser entries to sidebar or canvas.

  • Drag monsters to the Actors tab or onto the map.
  • Drag items to the Items sidebar.
  • Drag spells, classes, etc. to appropriate panels.

Uses the same text/plain transfer format as dnd5e, compatible with all Foundry VTT drop targets.

v0.8.0 — Initial Public Release

Choose a tag to compare

@hermes90201 hermes90201 released this 19 May 22:06

First public release of the Compendium Browser for Black Flag Roleplaying (Tales of the Valiant).

What Works

  • 10 tabs — Classes, Subclasses, Lineages, Heritages, Talents, Backgrounds, Items, Spells, Monsters, Vehicles
  • Rich search with debounced name filtering across all tabs
  • Lazy loading — scroll to load more results
  • 3-state filters — off / include (green check) / exclude (red minus)
  • Tab-specific filters:
    • Classes: spellcasting toggle
    • Subclasses: parent class filter
    • Talents: magic / martial / technical categories
    • Items: price range, rarity (Mundane through Artifact)
    • Spells: circle, school, magic source, tags
    • Monsters: CR, size, creature type
    • Vehicles: size
  • Source configuration — enable/disable compendium sources
  • Document preview — click entry titles to open character sheets

Known Limitations

  • Darkvision filter on Lineages researched but not yet working (BF stores traits in advancement, not index)
  • Spell List by Class filter researched but not feasible (BF spells don"t store class associations)
  • No selection mode (import feature from dnd5e browser not yet ported)

Requirements

  • Foundry VTT v13+
  • Black Flag Roleplaying (ToV) system v2.0+