Skip to content

Commit

Permalink
Merge pull request #48 from an-anime-team/next
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
krypt0nn authored Aug 2, 2024
2 parents 16b4aa8 + e129fdb commit 7588eb8
Show file tree
Hide file tree
Showing 40 changed files with 1,053 additions and 1,065 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 1 addition & 1 deletion .github/workflows/compile_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
uses: actions/[email protected]
with:
name: Release build
path: target/release/honkers-launcher
path: target/release/honkers-launcher
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/.direnv

flamegraph.svg
perf.data*
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/honkers-launcher.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/extensions.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/settings.json

This file was deleted.

31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- List missing dependencies on non-standard distros during initial setup
- Handle dwebp re-coding errors
- Added "Indonesia" wine language option
- Added writing of the game's output to the `game.log` file in the launcher's folder.
Size of this file is controlled by the `LAUNCHER_GAME_LOG_FILE_LIMIT` environment variable.
- Respect root `.version` file for game version parsing

### Fixed

- Fixed Italian localization breaking the launcher
- Fixed Discord RPC updates

### Changed

- Support new game API
- Updated desktop file entry to include "hl" keyword
- Localized `force-grab-cursor` to Ukrainian
- Changed background images processing logic
- Prioritize parsed game version over the API response

### Removed

- Removed `xdelta3` dependency
- Removed migrate installation feature

## [1.6.3] - 20.05.2024

### Fixed
Expand All @@ -32,6 +59,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added Thai
- Added Ukrainian

### Fixed

- Fixed GtkSwitch UI state representation

### Changed

- Update wish url
Expand Down
Loading

0 comments on commit 7588eb8

Please sign in to comment.