Skip to content

v1.0.9

Compare
Choose a tag to compare
@hwgilbert16 hwgilbert16 released this 20 Nov 02:37
· 144 commits to release since this release
8a85f36

v1.0.9 Release

UX changes and bug fixes are what this release comprises of mostly.

On the UX side, besides some visual changes, the homepage's requests have been lessened to increase a page load time. Many bugs have been fixed - with quizzes, flashcards, the navbar, and others. The Dockerfile has been modified to decrease the size of the image, and an issue with the networking has been fixed.

The quiz page now waits for everything to load before showing the quiz creation prompt. You can now tab between the erm and definition text editor when modifying a card. There is now documentation for SSL-enabled installations of Scholarsome - the feature already existed, but there was no documentation for it.

Regarding upcoming features, I've pushed back spaced repetition functionality for a bit. It was taking up a lot of my time from other features that were more pressing for most users. Additionally, the code wasn't up to great standards - I'm planning to rewrite what I've done so far on it. It is still planned, but will be released at a future time.

Full Changelog: v1.0.8...v1.0.9

Upgrade Instructions

There is a new compose.yml file for this release. If you are running a Docker compose installation, make sure that you run git pull to get the new file.

Pull changes.

git pull

Pull the new image.

docker compose pull

Restart the service.

docker compose up -d --remove-orphans