Skip to content

v0.5.0

Choose a tag to compare

@xgi xgi released this 20 Mar 00:28
· 351 commits to master since this release
e58fff5

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 feeds file is no longer used, in favor of a castero.db file in the same location. The client will migrate your feeds file 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.