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.2 #39

Merged
merged 33 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
36704e2
docs: fixed date in changelog
krypt0nn Mar 24, 2024
e4bc7af
docs: fixed date in changelog
krypt0nn Mar 24, 2024
860a847
Show some helpful error when --run-game cannot work
blmarket Mar 24, 2024
18222ed
update my username in credits
vbrabandt2005 Mar 25, 2024
abe660d
feat(core): updated core version
krypt0nn Mar 27, 2024
ed90e7e
feat: updated changelog
krypt0nn Mar 27, 2024
4e7cfe4
Merge pull request #114 from an-anime-team/next
krypt0nn Mar 27, 2024
1b41f0e
1.5.4
krypt0nn Mar 27, 2024
440b62e
Update README.md
JustMarkov Mar 29, 2024
5aff399
add czech localization
Apr 2, 2024
d95cfba
fix: wish url
qtstm32fan Apr 6, 2024
1f7dfdb
Better labels for the payment processing options
cybik Apr 14, 2024
5e64554
Update to the maintanted ebuilds
fautics Apr 16, 2024
07f57f0
build: updated SDK version
krypt0nn May 8, 2024
d026519
build: updated dependencies
krypt0nn May 8, 2024
8e657c8
refactor: fixed warnings
krypt0nn May 8, 2024
80bfbc2
Merge pull request #361 from cybik/fix-google-play
krypt0nn May 8, 2024
a35e158
Merge pull request #358 from panmourovaty/next
krypt0nn May 8, 2024
0cedcec
Merge pull request #357 from vbrabandt2005/main
krypt0nn May 8, 2024
1f28bc2
Merge pull request #362 from fautics/patch-1
krypt0nn May 8, 2024
ab3e366
Merge pull request #354 from blmarket/main
krypt0nn May 8, 2024
c1426be
revert: reverted !354
krypt0nn May 8, 2024
3af2453
feat: updated changelog and about window
krypt0nn May 8, 2024
2b01578
ci: added `cmake` package
krypt0nn May 8, 2024
bcffcd9
Merge pull request #367 from an-anime-team/next
krypt0nn May 8, 2024
68a68a2
3.9.6
krypt0nn May 8, 2024
6f90740
Merge branch 'main' of https://github.com/an-anime-team/an-anime-game…
krypt0nn May 8, 2024
6b49db0
Merge pull request #120 from qtstm32fan/main
krypt0nn May 8, 2024
8eff1f2
Merge pull request #116 from JustMarkov/main
krypt0nn May 8, 2024
e409fb2
Merge pull request #136 from an-anime-team/next
krypt0nn May 8, 2024
135f2ac
1.5.5
krypt0nn May 8, 2024
c071c46
Merge branch 'main' of https://github.com/an-anime-team/the-honkers-r…
krypt0nn May 8, 2024
69b216d
feat: updated changelog
krypt0nn May 8, 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 build-essential libgtk-4-dev libadwaita-1-dev git curl
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl cmake

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths: [ "src/**" ]

release:
types: [published]
types: [ published ]

workflow_dispatch:

Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl cmake

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

## [Unreleased]

### Added

- Added Czech

### Changed

- Updated API links

## [1.6.1] - 24.03.2024

### Added
Expand Down
Loading
Loading