Skip to content

Releases: Carifio24/SpellbookApp

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

v4.0.0

31 May 04:51
967e857
Compare
Choose a tag to compare

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

22 Feb 16:26
07a32c1
Compare
Choose a tag to compare

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.