Skip to content

v1.0.10

Compare
Choose a tag to compare
@hwgilbert16 hwgilbert16 released this 24 Dec 20:22
· 134 commits to release since this release
d3ae25d

v1.0.10 Release

Merry Christmas to those of you who celebrate.

This release is a little earlier than I expected - wanted to wait longer to finalize Quizlet import functionality - but I thought it was best to get this out early as it includes a band-aid fix for the issue of sets failing to create under some yet unknown circumstances.

  • When creating a new set, progress is now saved. Leaving the page, closing the browser, or even restarting the device will not remove the data. You can now safely leave the set creation page while working on a new set. You'll be prompted whether you want to restore your progress each time you return to the page.
    • This is the band-aid fix to #72. If a set fails to create, an error message is now shown, and the card data is not deleted. You'll be able to try to create the set again.
  • Sets are now able to be exported as Anki apkg files - this buttons resides next to the "edit" button on the set page, but anyone can export a set.
    • Next release, you'll be able to export as a .txt formatted for a Quizlet format, and a .csv export. Additionally, .csv importing will be available next release.
  • Loading spinner icons are now present on the set creation page to show when the server is in the process of creating a set.
  • The profile page now displays properly on portrait-mode mobile devices.
  • API auth endpoints now have correct ratelimits.
  • The Dockerfile has been simplified by removing extraneous lines that were only needed for development testing.

Full Changelog: v1.0.9...v1.0.10

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