Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Aug 2, 2024
2 parents d7986d6 + 195e495 commit 1bc7426
Show file tree
Hide file tree
Showing 15 changed files with 300 additions and 226 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
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*
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.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ 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

### Fixed

- Fixed Italian localization breaking the launcher

### Changed

- Support new game API
- Improved background pictures processing
- Updated desktop file entry to include "hl" keyword
- Localized `force-grab-cursor` to Ukrainian

## [1.6.3] - 20.05.2024

### Fixed
Expand All @@ -32,6 +47,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 1bc7426

Please sign in to comment.