Ryot logo

Ryot

Self-hosted tracker for media consumption and fitness activities

Alternative to: trakt, goodreads, myanimelist


About Versions (100)

v8.8.0

2025-05-10

Updates in this release

  • Imports should now be much faster and more reproducible.
  • Add StringArray field type for custom collection fields [PRO].
  • You can now configure if an integration should be automatically disabled when it encounters errors.
  • Upgraded to Mantine v8. UI should feel much more performant.
  • While logging a workout, the previous set displayed should be more accurate.
  • While starting a new workout/template, do not refresh the complete page.
  • New documentation using vitepress.

What’s Changed

  • 074563c1 - Better logic for previous sets during workouts (#1370)
  • 00fb92e6 - Update dependencies in Cargo files to latest versions
  • 438df0d4 - Remove radarr and sonarr api rs (#1368)
  • 82d15fa3 - Refactor LinksGroup component in _dashboard.tsx
  • b5335554 - Upgrade to mantine v8 (#1366)
  • 7fc0b86b - Allow configuring disable on errors for integrations (#1365)
  • 4e205544 - Array field type (#1351)
  • 79a339dc - Aggregate metadata history before committing them (#1364)
  • f9bda1b0 - Commit media details asap (#1363)
  • 44f1d8f4 - Update GitHub Actions workflow to use latest Ubuntu version