Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.6.1 #36

Merged
merged 48 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
fc9c650
docs: added versions links to the changelog
krypt0nn Dec 29, 2023
81d3f44
drop patch status in readme
Jan 23, 2024
555ca21
drop patch status in readme
Jan 23, 2024
b2ebfe6
Add Ukrainian language support
xxanqw Jan 28, 2024
f760b37
Merge pull request #35 from nvkomata/main
krypt0nn Feb 11, 2024
44ff7d2
Merge pull request #103 from nvkomata/main
krypt0nn Feb 11, 2024
20385b3
fix: update wish url
ezKEa Mar 13, 2024
c40ba58
Second push of Thai translation
vbrabandt2005 Mar 14, 2024
2e2ef94
Update enhancements.ftl
vbrabandt2005 Mar 14, 2024
96eb526
Finished components.ftl & enhancements.ftl
vbrabandt2005 Mar 14, 2024
6ae9348
futher work
vbrabandt2005 Mar 15, 2024
2896239
Update environment.ftl
vbrabandt2005 Mar 15, 2024
5ce247e
errors, first_run, game & gamescope WIP
vbrabandt2005 Mar 15, 2024
6bf33ed
more stuff
vbrabandt2005 Mar 15, 2024
05ae47b
even more stuff
vbrabandt2005 Mar 15, 2024
170eecd
finished errors.ftl
vbrabandt2005 Mar 15, 2024
5cc9c3e
oh lord, I'm almost done!! but....
vbrabandt2005 Mar 15, 2024
9483ec2
minor updates to translation, almost done
vbrabandt2005 Mar 16, 2024
979663b
everything is now translated to Thai
vbrabandt2005 Mar 17, 2024
da17e09
minor updates and probably final
vbrabandt2005 Mar 18, 2024
61039fb
Merge pull request #326 from xxanqw/next
krypt0nn Mar 24, 2024
d4de83c
Merge pull request #345 from ezKEa/wishes-fix
krypt0nn Mar 24, 2024
8f21950
Merge pull request #348 from TheGoogleRider2/thegooglerider2-ThaiTrans
krypt0nn Mar 24, 2024
519ebc1
Add Ukrainian language support
xxanqw Jan 28, 2024
58398b0
fix: bundle `applications-system-symbolic` icon to the app
krypt0nn Mar 24, 2024
9395750
feat: update non-ui dependencies
krypt0nn Mar 24, 2024
a1d1950
feat: updated ui libraries
krypt0nn Mar 24, 2024
9914072
feat: get rid of deprecated libadwaita functions calls
krypt0nn Mar 24, 2024
f86c86e
fix(ui): fixed GtkSwitch UI state representation
krypt0nn Mar 24, 2024
919de10
feat: improved app args parsing
krypt0nn Mar 24, 2024
41e00d1
feat(core): updated SDK version
krypt0nn Mar 24, 2024
bd439cc
feat: added "force grab cursor" option to the gamescope settings
krypt0nn Mar 24, 2024
0f1f7b8
fix(ui): further GtkSwitch UI state fixes
krypt0nn Mar 24, 2024
4d04b2b
feat(i18n): updated locales
krypt0nn Mar 24, 2024
1e33b48
fix(ui): fixed doubled "go back" button in header bar
krypt0nn Mar 24, 2024
b1a94e8
feat(i18n): updated Italian
krypt0nn Mar 24, 2024
388eef0
ci: (must have) fixed CI work
krypt0nn Mar 24, 2024
cb0db97
Merge branch 'main' into next
krypt0nn Mar 24, 2024
70aa426
feat(i18n): updated German
krypt0nn Mar 24, 2024
d853a1e
feat: updated changelog
krypt0nn Mar 24, 2024
c8b1ea3
Merge pull request #353 from an-anime-team/next
krypt0nn Mar 24, 2024
23eab45
3.9.5
krypt0nn Mar 24, 2024
f8ea5b1
Merge branch 'next' of https://github.com/an-anime-team/an-anime-game…
krypt0nn Mar 24, 2024
54424dc
Merge branch 'next' of https://github.com/an-anime-team/the-honkers-r…
krypt0nn Mar 24, 2024
df0967d
Merge pull request #112 from an-anime-team/next
krypt0nn Mar 24, 2024
64a175f
1.5.3
krypt0nn Mar 24, 2024
72235be
Merge branch 'next' of https://github.com/an-anime-team/the-honkers-r…
krypt0nn Mar 24, 2024
fa80149
Merge branch 'next' of https://github.com/an-anime-team/honkers-launc…
krypt0nn Mar 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_source_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y libgtk-4-dev libadwaita-1-dev git curl
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y libgtk-4-dev libadwaita-1-dev git curl
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Bundle `applications-system-symbolic` icon to the app
- Added "force grab cursor" option to the gamescope settings
- Added Thai
- Added Ukrainian

### Changed

- Update wish url
- Updated dependencies
- Improved app args parsing
- Updated locales

### Fixed

- Fixed GtkSwitch UI state representation

## [1.6.0] - 29.12.2023

### Added
Expand Down
Loading
Loading