Skip to content

Commit

Permalink
ship it
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesomannen committed Oct 2, 2024
1 parent c607fb5 commit eab1a4b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## Unreleased
## 0.8.6 (2024-10-02)

### Added

- Option to filter out enabled mods
- Keyboard shortcuts for some of the menu items
- Per-game setting for custom launch arguments
- Custom launch arguments
- Window menu

### Removed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gale",
"version": "0.8.5",
"version": "0.8.6",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -52,4 +52,4 @@
"rehype-raw": "^7.0.0",
"svelte-exmarkdown": "^3.0.5"
}
}
}
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.5"
version = "0.8.6"
description = "A lightweight mod manager for Thunderstore"
authors = ["Kesomannen"]
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
@@ -1,6 +1,6 @@
{
"productName": "Gale",
"version": "0.8.5",
"version": "0.8.6",
"identifier": "com.kesomannen.gale",
"build": {
"beforeBuildCommand": "npm run build",
Expand Down

0 comments on commit eab1a4b

Please sign in to comment.