Skip to content

Commit

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

## [Unreleased]

### Added

- Added 4.6.0 voiceovers sizes
- Added Czech

### Changed

- Changed labels for the payment processing options
- Changed one of translator's username

## [3.9.5] - 24.03.2024

### Added
Expand Down
Loading

0 comments on commit bcffcd9

Please sign in to comment.