Releases: Carifio24/SpellbookiOS
Releases · Carifio24/SpellbookiOS
v3.6.2
v3.6.1
v3.6.0
v3.5.0
v3.4.0
The spellbook has been updated with the following new features:
- The ability to filter spells by royalty has been added (#20).
- The count for each spell list is now shown next to the list name in both the side menu and the bottom navigation bar (#26).
- Don't immediately remove spells from list view if they're removed from the list via the table buttons (#27).
- Fix a bug where the navigation bar could be hidden on scroll in the spell slots controller (#28).
Additionally, this update fixes some typos and mistakes in the text for a few spells (#21, #22, #25).
v3.3.0
v3.2.0
v3.1.0
v3.0.0
This update involves a major rework of the app architecture. The primary updates are outlined below:
- The app architecture has been reworked to do state management with ReSwift. While there are still a few lingering bits of coupling between controllers, this mostly disentangles them and should keep things more modular and cleaner in the future.
- The character profile has been modified and is now composed of a name together with three statuses - one for sort/filter settings, one for spell filters, and one for spell slots.
- The ability to add spell slots (total and used) for each character has been added, with the corresponding view controllers to manipulate these.
- The abilities to copy the JSON representing a character, and to import a character from JSON, have been added.
- Move package management from Cocoapods -> Swift Package Manager.