Skip to content

Commit

Permalink
chore: update to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 24, 2024
1 parent 4e6f8e0 commit d8faffd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.

4 changes: 2 additions & 2 deletions data/current_version.json
Original file line number Diff line number Diff line change
@@ -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."
}
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.0",
"version": "0.3.1",
"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.0"
version = "0.3.1"
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.0"
version = "0.3.1"
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 @@ -17,7 +17,7 @@
]
},
"productName": "Kalba",
"version": "0.3.0",
"version": "0.3.1",
"identifier": "com.kalbareader.kalba",
"plugins": {},
"app": {
Expand Down

0 comments on commit d8faffd

Please sign in to comment.