Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 19, 2024
1 parent 1846292 commit 2166882
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### New features

### Fixed bugs

## [v0.1.2] - 2024-03-18

### New features

* The editor now supports a "pinned" mode where one file merge takes up the
whole app window.

* Minor visual design fixes/improvements

### Fixed bugs


## [v0.1.1] - 2024-03-15

Mostly some internal code reorgaization.
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = { workspace = true }
include = ["/src", "/webapp/dist", "/*.md"]

[workspace.package]
version = "0.1.1" # Also update package.json and tauri.conf.json
version = "0.1.2" # Also update package.json and tauri.conf.json
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion backend-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "diffedit3-gui",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "diffedit3-webapp",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
Expand Down

0 comments on commit 2166882

Please sign in to comment.