Releases: hwgilbert16/scholarsome
v1.0.2
v1.0.2 Release
I was going to wait a bit to bundle some more features in this release, but with the recent Hacker News coverage, I want to get this out early to make the flashcards more usable with progressive mode.
Additionally, thank you all for the feedback. I've been blown away by the response this has gotten - waking up to thousands of visitors to the repo has truly made me feel that the many, many hours I've put into this have all been worth it.
- Improve flashcards and quizzes UI -> new flip animation, configuration before starting flashcards, improved mobile usability, separation of buttons from flashcards element
- Add progressive mode to flashcards -> repeats with showing cards until all cards are marked as known. Nowhere near as useful as an SRS, but a good option in the interim.
- Update readme to match new version
Full Changelog: v1.0.1...v1.0.2
Upgrade instructions:
Pull the new image.
docker compose pull
Restart the service.
docker compose up -d --remove-orphans
v1.0.1
v1.0.1 release
- New documentation site
- Reworked README
- Add header notification for selfhosted installs when update is available
- Add version number to header
- Move to AGPL V3 license
* Note: most of the diff is from package-lock.json
changes from the Docusaurus install
Upgrade instructions:
Pull the new image.
docker compose pull
Restart the service.
docker compose up -d --remove-orphans
v1.0.0
Initial v1.0.0 release of Scholarsome
- User authentication
- Complete study set implementation
- Visibility settings for sets
- Initial flashcard implementation
- Quizzes functional
- User profiles accessible
- Plans for features in future releases