Releases: Carifio24/SpellbookApp
Releases · Carifio24/SpellbookApp
v4.1.3
v4.1.2
v4.1.1
This is a bugfix PR with both some content and code fixes:
- Add another null check to attempt to solve crash issues by @Carifio24 in #96
- Fix text of 2014 Dominate Beast by @Carifio24 in #97
- Fix issues with typos in duration texts by @Carifio24 in #98
Full Changelog: v4.1.0...v4.1.1
v4.1.0
This release adds content from the new 2024 Player's Handbook (#91, #93). That's the only user-facing update, but it's an important one.
For the sake of completeness, there are a couple of technical updates as well:
- Update the app to target API version 34. This was required to remain in compliance with Google Play guidelines (#94)
- Bump our version of
android-stem
to 2.10.0, which helped remove a workaround that we previously needed (#90)
Full Changelog: v4.0.4...v4.1.0
v4.0.4
v4.0.3
v4.0.2
v4.0.1
This release is a bugfix update that makes the following updates (#82):
- Adds some padding to the bottom of the spell slots RecyclerView to fix an issue where the bottom spell slot row could be unreachable on smaller phones
- Attempt to fix an issue (noticed from crash reports) with the FAB center reveal when opening the spell slots window that seems to happen on some phones
v4.0.0
The spellbook has been updated with several new features:
- It is now possible to create homebrew spells which can be organized into custom sources. Homebrew spells show up in the spell table and are shared across all characters. (#60)
- It is now possible to to export a spell list to an external file. Available formats are PDF, Markdown, and HTML. (#64)
- The spells from The Book of Many Things have been added to the spellbook. (#68)
v3.6.0
The spellbook has been updated with the following new features:
- The ability to filter spells by royalty has been added (#51).
- The count for each spell list can now be shown next to the list name in both the side menu and the bottom navigation bar (#55). This can be enabled or disabled from the settings screen.
Additionally, this update fixes some typos and mistakes in the text for a few spells (#52 , #53, #56).
Relevant release update PR: #57.