Skip to content

Commit b7ce345

Browse files
committed
v0.6.1
1 parent 2d15142 commit b7ce345

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed bugs
1515

16+
## [v0.6.1] - 2025-10-14
17+
18+
### Fixed bugs
19+
1620
* Scrollbars no longer disappear in pinned mode in newer web browsers.
1721

1822
* Non-error user info messages are now printed to `stdout`. This makes
1923
some versions of `jjui` happier.
2024

21-
## [0.6.0] - 2025-05-27
25+
## [v0.6.0] - 2025-05-27
2226

2327
No new features, just dependency updates.
2428

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["backend-tauri"]
33
default-members = ["."]
44

55
[workspace.package]
6-
version = "0.6.0" # Also update package.json and tauri.conf.json
6+
version = "0.6.1" # Also update package.json and tauri.conf.json
77
rust-version = "1.85" # Also update test.yml
88
edition = "2024"
99
license = "Apache-2.0"

backend-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devUrl": "http://localhost:1420"
88
},
99
"productName": "diffedit3-gui",
10-
"version": "0.6.0",
10+
"version": "0.6.1",
1111
"identifier": "io.github.ilyagr.diffedit3",
1212
"app": {
1313
"windows": [

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "diffedit3-webapp",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"dependencies": {
77
"@tauri-apps/api": "^2.8.0",

0 commit comments

Comments
 (0)