Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 26, 2024
1 parent 7540c16 commit 25234bc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Unreleased

## 0.3.5 - 2024-08-26

### 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)

## 0.3.4 - 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.

6 changes: 3 additions & 3 deletions data/current_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.4",
"link": "https://github.com/BrewingWeasel/Kalba",
"blurb": "This version fixes problems with RTL languages and allows further configuration over ankiconnect."
"version": "0.3.5",
"link": "https://github.com/BrewingWeasel/Kalba/releases",
"blurb": "This version adds basic support for the epub format, and fixes issues with spanish multiword tokens"
}
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.4",
"version": "0.3.5",
"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.4"
version = "0.3.5"
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.4"
version = "0.3.5"
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.4",
"version": "0.3.5",
"identifier": "com.kalbareader.kalba",
"plugins": {},
"app": {
Expand Down

0 comments on commit 25234bc

Please sign in to comment.