Releases: mariinkys/delphinus_flashcards
Release 0.6.3
What's Changed
- improv: search related performance improvements by @mariinkys in #5
- feat: implement memory-map by @mariinkys in #6
- chore: update to leptos 0.8.2 by @mariinkys
- fix: wrong link on FAQ by @mariinkys
Thanks to these changes, dictionary search is now significantly faster and overall memory usage has been greatly reduced, from around 450MB down to 40MB!
Full Changelog: 0.6.2...0.6.3
Release 0.6.2
What's Changed
- Update to leptos 0.8 by @mariinkys in #4
- New theming with updated daisyUI and tailwindcss
Full Changelog: 0.6.1...0.6.2
Release 0.6.1
What's Changed
- Proper Docker Support with an image hosted on DockerHub, allowing you to easily self-host the software.
- Updated dependencies
Full Changelog: 0.6.0...0.6.1
Release 0.6.0
What's Changed
- Migrate to leptos 0.7 by @mariinkys in #3
- updated dependencies
Full Changelog: 0.5.1...0.6.0
Release 0.5.1
Changelog
- updated dependencies
- application now always default to light theme and does not follow system preferences (this is slightly annoying but it's required while the theme changer is fixed, right now the theme changer does not work if your default theme is dark and the application automatically sets a dark theme)
- updated quizlet instructions
- fixed bug #2 that prevented the creation of flashcards when a word is repeated more than once
Release 0.5
Changelog
- Added proper Quizlet support
- Reworked Vaia(Studysmarter) support
- Added (for now experimental) Anki support (you can now download a file to import the flashcards to Anki)
- New Toast notifications
- Updated dependencies
Release 0.4
Changelog
- Now the dictionaries are loaded with the server and passed to each request massively improving the generation speed.
Release 0.3.2
Changelog
- Added Podman/Docker support to the application (self-hosting capabilities)
- Now the flashcard results keep the input order after generation making it easier to edit them
An official docker image may come in the future, however that's not guaranteed, for now you can build the image yourself using the provided Containerfile.
0.3.1
Release 0.3
This release features, again, a full rewrite of the application, this time in the Rust framework Leptos. This is the third rewrite of the application and again with a different language/technology however I finally feel like I've landed somewhere this time with Leptos.
The rewrite improves the general speed and feel of the application as well as the design, it also MASSIVELY improves the Japanese flashcards generation speed.