diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e2e03..dba088a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.3.1 - 2024-08-24 + +### 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 + ## 0.3.0 - 2024-08-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index 896b33b..7e58918 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2218,7 +2218,7 @@ dependencies = [ [[package]] name = "kalba" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chrono", "dirs", @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "shared" -version = "0.3.0" +version = "0.3.1" dependencies = [ "rusty-hook", "serde", diff --git a/data/current_version.json b/data/current_version.json index db9f024..edf2ecc 100644 --- a/data/current_version.json +++ b/data/current_version.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "link": "https://github.com/BrewingWeasel/Kalba", - "blurb": "This version completeley redesigns the UI, dictionary system and input methods." + "blurb": "This version adds a way of removing stanza and fixes a few minor problems." } diff --git a/package.json b/package.json index 8c867e6..cec3414 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kalba", "private": true, - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "dev": "vite", diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 943be6e..737354a 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 93d4f11..af82b57 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kalba" -version = "0.3.0" +version = "0.3.1" description = "Kalba Reader" authors = ["Finnian Brewer"] license = "GPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 76d022e..0db0641 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -17,7 +17,7 @@ ] }, "productName": "Kalba", - "version": "0.3.0", + "version": "0.3.1", "identifier": "com.kalbareader.kalba", "plugins": {}, "app": {