Skip to content

Commit

Permalink
0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesomannen committed Oct 4, 2024
1 parent 6c9b655 commit e376926
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## 0.8.9
## 0.8.9 (2024-10-04)

### Changed

- Minor UI improvements

### Fixed

- Various issues with importing and managing local mods

## 0.8.8 (2024-10-02)

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gale",
"version": "0.8.8",
"version": "0.8.9",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gale"
version = "0.8.8"
version = "0.8.9"
description = "A lightweight mod manager for Thunderstore"
authors = ["Kesomannen"]
license = "GPL-3.0"
Expand Down
8 changes: 5 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Gale",
"version": "0.8.8",
"version": "0.8.9",
"identifier": "com.kesomannen.gale",
"build": {
"beforeBuildCommand": "npm run build",
Expand Down Expand Up @@ -52,7 +52,9 @@
},
"deep-link": {
"desktop": {
"schemes": ["ror2mm"]
"schemes": [
"ror2mm"
]
},
"mobile": []
},
Expand Down Expand Up @@ -95,4 +97,4 @@
"csp": null
}
}
}
}

0 comments on commit e376926

Please sign in to comment.