Skip to content

Commit

Permalink
chore: update to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 25, 2024
1 parent 0da9136 commit 5459587
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/current_version.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kalba",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"productName": "Kalba",
"version": "0.3.3",
"version": "0.3.4",
"identifier": "com.kalbareader.kalba",
"plugins": {},
"app": {
Expand Down

0 comments on commit 5459587

Please sign in to comment.