Skip to content

Releases: Carifio24/SpellbookApp

v4.3.0

25 Dec 07:52
297c78a
Compare
Choose a tag to compare

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

14 Nov 22:47
3d7496d
Compare
Choose a tag to compare

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:

  • Update versions of many of our dependencies (#104)
  • Update some navigation calls to account for changes in the navigation library (#105)
  • Update from the Android preference manager to the AndroidX one (#112)

v4.1.3

03 Oct 16:12
dad60df
Compare
Choose a tag to compare

This release contains a pair of bugfixes:

  • Fix a bug where the "hide duplicates" and "apply filters to spell lists" settings weren't playing nicely together (#102)
  • Fix a bug where the sort/filter fragment binding could be reset to null while the fragment view still existed (#102)

v4.1.2

01 Oct 21:51
0e2f56d
Compare
Choose a tag to compare

This is a small bugfix release with a few small changes. The most notable is to fix an issue where the "hide duplicates" setting was being applied to searches regardless of the value of "apply filters to search" (#100).

v4.1.1

26 Sep 21:59
192d86a
Compare
Choose a tag to compare

This is a bugfix PR with both some content and code fixes:

Full Changelog: v4.1.0...v4.1.1

v4.1.0

21 Sep 01:20
4c8159f
Compare
Choose a tag to compare

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

18 Jun 04:57
fa6eb70
Compare
Choose a tag to compare

This release makes the following updates to the spellbook:

  • Add Protection from Evil and Good to the expanded Druid spell list, as it was mistakenly missing (#87)
  • Add some additional null checks inside UI methods (#87, #88)
  • Update the logic for when the bottom nav bar is visible on a tablet (#89)

v4.0.3

16 Jun 20:21
9bd21af
Compare
Choose a tag to compare

This is a bugfix release with some updates intended to prevent crashes (#84), and updates fallback behavior for level sorting in case of an exception (#85).

v4.0.2

01 Jun 07:01
2691f7f
Compare
Choose a tag to compare

This update fixes a bug that could cause crashes on some phone models when opening the spell slots window via the floating action button (#83). In particular, this seemed to be an issue mostly for Pixel Xa phones (Pixel 6a, 7a, 8a, etc.).

v4.0.1

01 Jun 06:36
33026dd
Compare
Choose a tag to compare

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