Skip to content

Releases: IgnisDa/ryot

Version 5

20 Apr 01:54
b30f912
Compare
Choose a tag to compare

Created from tag: v5.3.4
Created from git revision: b30f912d36e499e5096b01825b2efeb7986dcd0f
Published on: May 14, 2024

Caution

This is a breaking release. Please consult the migration docs for an upgrade path.

Release Notes

  • Ryot now has a new logo! If you were using the PWA, you will have to re-install it.
  • Ryot now supports authentication using OAuth/OIDC! Please follow this guide if you want to port existing users to the new provider.
  • Addressed layout issues on the website for 4k screens.
  • You can now edit created exercises.
  • The media list pages now shows if a media has been seen, added to watchlist or owned.
  • Added 3 new default collections: "Completed", "Owned" and "Reminders".
  • Added a job to clean-up useless data. For example: my database size went from 1.2 GB to 166 MB.

Version 4.4.0 (2024-04-10)

09 Apr 23:52
Compare
Choose a tag to compare

Release Notes

  • Ryot now supports authentication using OAuth/OIDC! Please follow this guide if you want to port existing users to the new provider.

Install ryot 4.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v4.4.0/ryot-installer.sh | sh

Download ryot 4.4.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 4.3.0 (2024-03-19)

19 Mar 03:21
Compare
Choose a tag to compare

Release Notes

  • You can now keep track of where you watched a media (e.g. Netflix, Hulu etc). All integrations and importers have been updated to set this automatically.
  • You can import your IMDb watchlist.
  • You can now search for people. Additionally, only relevant people are shown in the people tab.
  • You can now search for media groups. Additionally, only relevant groups are shown in the groups tab.
  • People, measurements and workouts can now be imported via generic JSON inputs.
  • Calendar, collections, people, genres and groups can be disabled in the preferences.
  • Monitored media now form a collection.

Install ryot 4.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v4.3.0/ryot-installer.sh | sh

Download ryot 4.3.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 4.2.0 (2024-02-01)

01 Feb 04:30
Compare
Choose a tag to compare

Release Notes

  • People can be monitored. When a new media is released, you will get a notification on the configured providers.
  • Anime episodes and manga chapters can now be marked as watched/seen individually.
  • Fixed long standing issue of too much CPU being consumed.
  • You can now add a measurement directly from the current workout.
  • Clicking on the previous set in the current workout will automatically fill the inputs.
  • You can now add a media to multiple collections from the search page.
  • Imports will now be much faster.

Install ryot 4.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v4.2.0/ryot-installer.sh | sh

Download ryot 4.2.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 4.1.0 (2024-01-12)

12 Jan 01:40
Compare
Choose a tag to compare

Caution

[This applies to you only if the migration failed after you upgraded.] Due to a major bug in the previous versions, all the persons in this database need to be deleted. You will have to migrate their data manually.

If there are still persons that have been reviewed or are in a collection, they will be shown to you and the migration will fail. Please revert to an older version (v4.0.15), and take screenshots of the reviews and collections for them, and delete the reviews/disassociate collections for them from the UI. Then upgrade to this version again. You can now restore the reviews manually.

Release Notes

  • You can now import finished media from Audiobookshelf.
  • Added transitions when navigating between pages.
  • Reduced the docker image size by ~200 MB.
  • Now total consumed time is calculated for each media item. This will be updated only when calculating summaries. NOTE: Make sure to deploy the "Regenerate Summaries" job from the miscellaneous settings for the correct values.
  • Fixed a major bug which prevented background jobs from completing.
  • Notification will be sent on the day a media is published. NOTE: You will have to enable this explicitly from the notification preferences.
  • Added Telemetry using Umami. Can be disabled using environment variable DISABLE_TELEMETRY=true.

Install ryot 4.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v4.1.0/ryot-installer.sh | sh

Download ryot 4.1.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 4.0.0 (2023-12-31)

31 Dec 05:31
Compare
Choose a tag to compare

Caution

This is a breaking release. Please consult the migration docs for an upgrade path.

Release Notes

  • This release changes the frontend (to a server side rendered model) which will directly result in a snappier experience using the webapp. This also lays the groundwork for making Ryot a LetterBoxd like service (#373).
  • The workout tracking feature is now complete and is now stable. Thanks for the feedback!
  • The color scheme (in dark mode) was changed slightly.
  • A lot of bugfixes and quality of life improvements.

Warning

Because of the frontend now requiring NodeJS to be installed, the docker image size and server memory consumption has increased a fair amount. I consider it a reasonable trade-off for the capabilities we gain.

Install ryot 4.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v4.0.0/ryot-installer.sh | sh

Download ryot 4.0.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 3.4.0 (2023-11-03)

03 Nov 06:41
Compare
Choose a tag to compare

Release Notes

  • You can now mark media items as owned.
  • Now only monitored media show up in the "Upcoming" section of the dashboard.
  • You can now create Rep only exercises.
  • Added some animations to the workout tracker.
  • Language details for shows and movies are now downloaded.
  • There was a bug in which muscles for exercises were saved in the wrong order. Please deploy the "Update Exercises" job from the Miscellaneous settings.
  • Ryot will only support Postgres going forward.

Install ryot 3.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v3.4.0/ryot-installer.sh | sh

Download ryot 3.4.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 3.3.0 (2023-10-29)

29 Oct 09:53
Compare
Choose a tag to compare

Release Notes

  • Ryot now has pages to display genres, enabling easier access to related media but same genre at once!
  • More author information for audiobooks are now downloaded. If you have any audiobooks, make sure to update them to make sure you have the latest information.

IMPORTANT

  • You will need to clear your local storage since some data types stored there have been changed. Here is a guide to do so.

Install ryot 3.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v3.3.0/ryot-installer.sh | sh

Download ryot 3.3.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 3.2.0 (2023-10-24)

24 Oct 03:24
Compare
Choose a tag to compare

Release Notes

It is now possible to review collections and media groups!

Install ryot 3.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v3.2.0/ryot-installer.sh | sh

Download ryot 3.2.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 3.0.0 (2023-10-18)

18 Oct 17:21
Compare
Choose a tag to compare

IMPORTANT for existing users

This is a major release and contains breaking changes. Please follow the guide to upgrade your instance.

Install ryot 3.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v3.0.0/ryot-installer.sh | sh

Download ryot 3.0.0

File Platform Checksum
ryot-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
ryot-x86_64-apple-darwin.tar.xz macOS Intel checksum
ryot-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum