Releases: IgnisDa/ryot
Version 3.2.0 (2023-10-24)
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)
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 |
Version 2.24.0 (2023-10-17)
Release Notes
Now you can add people, metadata groups and exercises to collections!
Install ryot 2.24.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.24.0/ryot-installer.sh | sh
Download ryot 2.24.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 2.23.0 (2023-10-13)
Release Notes
Importing from Strong is now fully supported.
Install ryot 2.23.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.23.0/ryot-installer.sh | sh
Download ryot 2.23.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 2.20.0 (2023-10-03)
Release Notes
There was a bug in the previous versions wherein the summaries were calculated incorrectly. Go to the "Miscellaneous Settings" and then click on the "Clean and Regenerate" button to fix it.
Install ryot 2.20.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.20.0/ryot-installer.sh | sh
Download ryot 2.20.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 2.19.0 (2023-09-27)
IMPORTANT
This release will delete all the creators/people in the instance. If you have reviewed any creator, you need to manually migrate the reviews. I did not make this a major release since it is not a very much used feature.
Steps for migration:
- Set the environment variables
SCHEDULER_RATE_LIMIT_NUM=2
andRUST_LOG=ryot=trace
- Login as admin on your instance and deploy the "Update all metadata" job from the "Miscellaneous settings" page. NOTE: This will take a lot of time (I have around 800 media items and took me 2 hours). You can leave it running, it will continue in the background.
- OPTIONAL: If you have reviewed any creators, you will have to manually migrate them. Connect to your database and run the following SQL command:
SELECT r.id, r.rating, r.text, r.spoiler, r.visibility, c.name
FROM review r
JOIN creator c ON r.creator_id = c.id;
Using this information, you can migrate the reviews to the newly downloaded people data. You might have to wait for step 2 to complete. Once you have migrated the reviews, make sure you delete the old ones using DELETE FROM review where id = <id>;
.
4. Unset the above environment variables once the logs stop.
5. Continue with the upgrade as you normally would.
Install ryot 2.19.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.19.0/ryot-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/IgnisDa/ryot/releases/download/v2.19.0/ryot-installer.ps1 | iex
Download ryot 2.19.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-pc-windows-msvc.zip | Windows x64 | checksum |
ryot-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Version 2.18.8 (2023-09-26)
Release Notes
Bug Fixes
-
frontend: get posting reviews and updating progress working
Build
-
backend: bump version
Install ryot 2.18.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.18.8/ryot-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/IgnisDa/ryot/releases/download/v2.18.8/ryot-installer.ps1 | iex
Download ryot 2.18.8
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-pc-windows-msvc.zip | Windows x64 | checksum |
ryot-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Version 2.18.7 (2023-09-26)
Release Notes
Features
- move stuff to railway (#366)
Install ryot 2.18.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.18.7/ryot-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/IgnisDa/ryot/releases/download/v2.18.7/ryot-installer.ps1 | iex
Download ryot 2.18.7
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-pc-windows-msvc.zip | Windows x64 | checksum |
ryot-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Version 2.18.6 (2023-09-25)
Release Notes
Install ryot 2.18.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.18.6/ryot-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/IgnisDa/ryot/releases/download/v2.18.6/ryot-installer.ps1 | iex
Download ryot 2.18.6
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-pc-windows-msvc.zip | Windows x64 | checksum |
ryot-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Version 2.18.5 (2023-09-25)
Release Notes
Install ryot 2.18.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/IgnisDa/ryot/releases/download/v2.18.5/ryot-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/IgnisDa/ryot/releases/download/v2.18.5/ryot-installer.ps1 | iex
Download ryot 2.18.5
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-pc-windows-msvc.zip | Windows x64 | checksum |
ryot-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |