Skip to content

Releases: BrewingWeasel/Kalba

Kalba v0.3.5

26 Aug 20:55
Compare
Choose a tag to compare

Added

  • Basic support for epub files

Fixed

  • problems with mwt tokens
  • some problems with weird line breaks in the reader (still more to solve though)

See the assets to download this version and install.

Kalba v0.3.4

26 Aug 02:24
Compare
Choose a tag to compare

See the assets to download this version and install.

Kalba v0.3.2

25 Aug 00:06
Compare
Choose a tag to compare

See the assets to download this version and install.

Kalba v0.3.1

24 Aug 19:57
Compare
Choose a tag to compare

Added

  • Button to uninstall stanza
  • Up to date README documentation, photos etc

Fixed

  • Issue with receiving events in the debug version
  • Not giving an error when pip install fails
  • Issues with running out of space in flatpak (hopefully)
  • Scrolling looking ugly on grammar page

See the assets to download this version and install.

Kalba v0.3.0

23 Aug 19:47
Compare
Choose a tag to compare

Added:

  • Dictionaries
  • Word Knowledge
  • Anki Exporting
  • Grammar Parsing

See the assets to download this version and install.

v0.3.0 Alpha

23 Aug 19:07
Compare
Choose a tag to compare
v0.3.0 Alpha Pre-release
Pre-release
v0.3.0-alpha.12

chore: rename from app to kalba in cargo.toml

v0.3.0-alpha.10

22 Aug 01:25
Compare
Choose a tag to compare
v0.3.0-alpha.10 Pre-release
Pre-release
v0.3.0-alpha-11

fix(ci): not being able to install pnpm dependencies

v0.2.1

05 Nov 22:41
086fd39
Compare
Choose a tag to compare

[0.2.1] - 2023-11-05

Added

  • Autogenerated release binaries for every platform
  • Grammatical info for each word ( #18 )
  • Ability to color code based on any grammatical feature ( #13 )

Fixed

  • Running spacy even when input was empty

Technical

  • Moved spacy parsing into its own crate ( #13 )
  • Added a bunch of tests

v0.2.0

29 Oct 00:20
Compare
Choose a tag to compare

Added

  • Support for custom styles
  • Support for any html

Changed

  • Switched to tauri + leptos, so the entire UI is different

v0.1.0

09 Oct 00:44
Compare
Choose a tag to compare

New Features:

  • Support for reading text from the clipboard
  • Highlighting text based on grammatical properties
  • Automatically detecting the lemma of each word
  • Settings menu
  • Support for multiple dictionaries from a server, file with custom delimiter and stardict
  • Using a custom spacy model