Skip to content

Releases: mariinkys/delphinus

0.3.1

05 Mar 19:49

Choose a tag to compare

This release fixes a breaking bug that prevents the flashcards from being deleted

Changelog

#1 Fixed, flashcards should now delete without problems

Release 0.3

05 Mar 16:55

Choose a tag to compare

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

06 Nov 09:25

Choose a tag to compare

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

27 Oct 22:18

Choose a tag to compare

Project Pre-Release Pre-release
Pre-release

Project pre-release, includes basic functionality. Still misses most of what would make it truly useful.