v1.0.7
v1.0.7 Release
API housekeeping in this release primarily. Tedious and time-consuming, but necessary for the application. Spaced repetition is next on the agenda.
This release has been focused on modifying the API to be more legible for a public audience in a future version. Esoteric routes have been changes to ones that are more understandable, and all routes that will eventually be public facing have been documented. Response types have been changed for security purposes for some, too.
The handbook now includes an API section. In a future version, this will include instructions for obtaining an API key.
As always, if there's any issues, don't hesitate to reach out by opening an issue or joining our discord server.
Full Changelog: v1.0.6...v1.0.7
Upgrade Instructions
There are no changes to the file structure or environment file in this release - no action is required on your part other than downloading the new image.
Pull changes.
git pull
Pull the new image.
docker compose pull
Restart the service.
docker compose up -d --remove-orphans