• v0.0.8 a0f17fc4f5

    v0.0.8 Pre-release

    github-actions[bot] released this 2024-04-06 18:03:47 +00:00 | 47 commits to main since this release

    Downloads
  • v0.0.7 d8b676535f

    v0.0.7 Pre-release

    github-actions[bot] released this 2024-04-05 05:14:46 +00:00 | 52 commits to main since this release

    Features:

    • First release featuring the new character sheet design
      • Follows Material design (as best I can)
      • Has tabs instead of trying to cram everything into one page
      • Automatically calculates amount of items you are carrying based on the items configurations
    • New Custom item sheet
      • Follows Material design (as best I can)
      • Has tabs to fit everything
    • Context menus
      • Where the sheets need additional controls but can't fit it into buttons on the sheet, there are now right-click context menus

    Full Changelog: https://github.com/Oliver-Akins/foundry.dungeon/compare/v0.0.6...v0.0.7

    Downloads
  • v0.0.6 1ca9958c52

    v0.0.6 Pre-release

    github-actions[bot] released this 2024-02-23 05:51:59 +00:00 | 168 commits to main since this release

    Bug Fixes:

    • The Aspect data now correctly populates on the sheet and doesn't error on submit

    Features:

    • Added a utility helper to recursively translate localization strings to better serve contexts. Localization strings can now reference other localization strings via @-ing the other key. (e.g. "key1": "foo @key2", "key2": "potato" results in "foo potato" being the calculated localization string)

    Full Changelog: https://github.com/Oliver-Akins/foundry.dungeon/compare/v0.0.5...v0.0.6

    Downloads
  • v0.0.5 bb542b8545

    v0.0.5 Pre-release

    github-actions[bot] released this 2024-02-16 05:12:33 +00:00 | 171 commits to main since this release

    Features:

    • Add a new item type "untyped" that is the most generic form of item, allowing for items that don't fit into one of the other categories to be created
    • Character : Improved inventory management
      • Bytes / Supplies / Materials all have a +/- button to allow incrementing / decrementing the value easier
      • Get rid of the atrocious textarea in the inventory that was a nightmare to edit, replacing it with a list of untyped items
      • Remove the maximum value from supplies and materials
    • Group : Rest dice tracking
      • Added a number to track how many Rest Dice the group has
      • The group sheets now have auto-increasing of Rest Dice
    • Character & Mob : Initiative rolling
      • Characters and Mobs can now utilize the Encounter Tracker within Foundry
    • Compendiums:
      • Begin work on some rudimentary compendia for the core game data.

    Bug Fixes:

    • Mob : Remove the data migration code that was preventing editing of mobs
    • Made it so that buttons that aren't meant to submit the form data don't submit the form data.

    Full Changelog: https://github.com/Oliver-Akins/foundry.dungeon/compare/v0.0.4...v0.0.5

    Downloads
  • v0.0.4 11b721a4cb

    v0.0.4 Pre-release

    github-actions[bot] released this 2024-02-04 00:52:10 +00:00 | 205 commits to main since this release

    Improvements:

    • Updated Mob sheet
      • Added the data fields that were missing from mobs (immune, weak, description
      • Made a dice editer for mobs that creates buttons so that you can roll the dice directly from the Mob sheet
      • Test the data migration process so that I can see if/how it works.

    Full Changelog: https://github.com/Oliver-Akins/foundry.dungeon/compare/v0.0.3...v0.0.4

    Downloads
  • v0.0.3 a657b2e3e8

    v0.0.3 Pre-release

    github-actions[bot] released this 2024-02-01 01:34:24 +00:00 | 220 commits to main since this release

    Improvements:

    • Made it so that sheets shouldn't take 3-5 seconds between each render because of icon loading.

    Full Changelog: https://github.com/Oliver-Akins/foundry.dungeon/compare/v0.0.2...v0.0.3

    Downloads
  • v0.0.2 f3a4604be9

    v0.0.2 Pre-release

    github-actions[bot] released this 2024-01-30 06:08:05 +00:00 | 222 commits to main since this release

    Downloads