Releases: mariinkys/delphinus
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.
Release 0.2
This release includes a new frontend for the application written in Vue. Instead of the old "full-stack Golang" now the API is written in Go and the UI is written in Vue. This has been done in order to make new features easier to develop. Even though I have no previous experience with any other JavaScript framework, after trying Svelte, React and Vue, I feel like Vue is the one I like the most, and so I begin my JavaScript journey with this first project. (I still miss .NET and Blazor...)
Well, for now, this new release's features are:
- A new application frontend written in Vue
- Added the ability to review and edit the flashcards before generating them
- Fixed a bug that made finding words with a blank space impossible.
Project Pre-Release
Project pre-release, includes basic functionality. Still misses most of what would make it truly useful.