Skip to content

Commit

Permalink
Merge pull request #136 from an-anime-team/next
Browse files Browse the repository at this point in the history
Release 1.5.5
  • Loading branch information
krypt0nn authored May 8, 2024
2 parents 1b41f0e + 8eff1f2 commit e409fb2
Show file tree
Hide file tree
Showing 22 changed files with 896 additions and 463 deletions.
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added Czech

## [1.5.4] - 27.03.2024

### Changed
Expand Down
Loading

0 comments on commit e409fb2

Please sign in to comment.