Releases: BrewingWeasel/Kalba
Releases · BrewingWeasel/Kalba
Kalba v0.3.6
Fixed
- Stanza not being able to correctly identify the lemma of words with diacritics in certain cases
being displayed in the reader- Fixed a few more cases where the reader would display weird line breaks
- Words directly after punctuation being interpreted as the punctuation
- Selecting context for an export removing any context not selected
See the assets to download this version and install.
Kalba v0.3.5
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
See the assets to download this version and install.
Kalba v0.3.2
See the assets to download this version and install.
Kalba v0.3.1
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
Added:
- Dictionaries
- Word Knowledge
- Anki Exporting
- Grammar Parsing
See the assets to download this version and install.
v0.3.0 Alpha
v0.3.0-alpha.12 chore: rename from app to kalba in cargo.toml
v0.3.0-alpha.10
v0.3.0-alpha-11 fix(ci): not being able to install pnpm dependencies
v0.2.1
[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
Added
- Support for custom styles
- Support for any html
Changed
- Switched to tauri + leptos, so the entire UI is different