Skip to content

v1.0.5

Choose a tag to compare

@hwgilbert16 hwgilbert16 released this 22 Jul 04:49
· 234 commits to release since this release
d230bef

v1.0.5 Release

Primarily QOL changes in this release. v1.0.6 will have more substantial changes.

The documentation has been renamed to the handbook, and now has help articles for some of our features. It's integrated directly now, whereas before it was ran separately from the rest of Scholarsome. Development article hasbeen updated to provide instructions on using Docker to run needed database dependencies.

The environment file is now validated before the backend starts, there is a schema for it.

Flashcards now have some much needed accessibility changes. Arrow keys can now be used to navigate, along with the spacebar and up and down arrow keys to flip the card. Edit modals automatically open when creating a new card, and you no longer need to exit the modal and click add card if you're adding multiple in succession - there are buttons with the modal to do this.

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.4...v1.0.5

Upgrade instructions:

If you do not have the HOST field filled out in your environment file, then it must be added, as it is now required in this release. More information can be found in the installation page in the handbook.

After adding the HOST field,

Pull the new image.

docker compose pull

Restart the service.

docker compose up -d --remove-orphans