v0.5.0
Added
- The client now uses an sqlite database file for storing data (sqlite added as a dependency).
- Added support for marking episodes as played.
- Added a metadata-less perspective (SimplePerspective) accessed with
3.
Changed
- Menus are now able to update dynamically from the database.
Deprecated
- The old JSON
feedsfile is no longer used, in favor of acastero.dbfile in the same location. The client will migrate yourfeedsfile to the new database upon starting if necessary. There are no known issues with this process, but your original file is not modified regardless (please create an Issue if you have any problems!).
Fixed
- Fixed a crash when trying to view the metadata of 0 episodes.