Releases: Carifio24/SpellbookApp
v4.3.0
The main new feature in this update is that it's now possible to import/export all of the created app content (character profiles, created sources, and created spells), either via the clipboard or using JSON files (#114). Other changes include updating the text of the spells that got changes in the errata for Xanathar's (#118), and fixing an issue where the concentration string was not added to cantrips in the spell table view (#116)
Full Changelog: v4.2.0...v4.3.0
v4.2.0
The primary new feature of this update is the ability to save/load character profiles and sources to/from JSON files (#108) (the preexisting copy/paste JSON loading is still present). There are a few other minor updates:
- Fix issues with the English text of Divine Word (#107)
- Fix an issue with the slide-out animation of the spell window on a phone when exiting using the back button (#110, #113)
There are a few non-user-facing technical updates as well:
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