Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed May 8, 2024
2 parents 07f57f0 + 135f2ac commit c071c46
Show file tree
Hide file tree
Showing 21 changed files with 736 additions and 429 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.6.1] - 24.03.2024

### Added
Expand Down
Loading

0 comments on commit c071c46

Please sign in to comment.