From 5459587bcef25e913095c11cf49813b4a7933c1d Mon Sep 17 00:00:00 2001 From: Finn Brewer Date: Sun, 25 Aug 2024 16:29:22 -0700 Subject: [PATCH] chore: update to 0.3.4 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- data/current_version.json | 2 +- package.json | 2 +- shared/Cargo.toml | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 376f7f5..6cd84d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Unreleased +## 0.3.4 - 2024-08-25 + +### Fixed + +- Menu to tell when syncing word knowledge with anki is complete + +### Fixed + +- Typo in wizard +- Changes made in wizard not always being saved +- Showing word knowledge refresh buttons when they won't work + ## 0.3.3 - 2024-08-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 86d17bf..75a5320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2218,7 +2218,7 @@ dependencies = [ [[package]] name = "kalba" -version = "0.3.3" +version = "0.3.4" dependencies = [ "chrono", "dirs", @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "shared" -version = "0.3.3" +version = "0.3.4" dependencies = [ "rusty-hook", "serde", diff --git a/data/current_version.json b/data/current_version.json index 1431d2c..3c9bd4e 100644 --- a/data/current_version.json +++ b/data/current_version.json @@ -1,5 +1,5 @@ { - "version": "0.3.3", + "version": "0.3.4", "link": "https://github.com/BrewingWeasel/Kalba", "blurb": "This version fixes problems with RTL languages and allows further configuration over ankiconnect." } diff --git a/package.json b/package.json index 042e0f0..4822583 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kalba", "private": true, - "version": "0.3.3", + "version": "0.3.4", "type": "module", "scripts": { "dev": "vite", diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 3a260b2..2ea4c5f 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared" -version = "0.3.3" +version = "0.3.4" 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 be8e6a4..a235565 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kalba" -version = "0.3.3" +version = "0.3.4" 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 4778a3d..fa2c2a2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,7 +27,7 @@ } }, "productName": "Kalba", - "version": "0.3.3", + "version": "0.3.4", "identifier": "com.kalbareader.kalba", "plugins": {}, "app": {