Skip to content

Commit

Permalink
2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Jun 29, 2021
1 parent 989416e commit 6f733ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-nix-rustc-v2-1.51.0-${{ hashFiles('Cargo.lock') }}
key: ${{ runner.os }}-nix-rustc-v3-1.51.0-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ runner.os }}-nix-rustc-v2-1.51.0-
${{ runner.os }}-nix-rustc-v3-1.51.0-
- run: nix develop -c bash scripts/build.sh -ad
- run: nix develop -c cargo test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libclang-10-dev
sudo apt-get install -y libpango1.0-dev libcairo2-dev libgtk2.0-dev libgtk-3-dev libglib2.0 libxcb1
sudo apt-get install -y libpango1.0-dev libcairo2-dev libgtk2.0-dev libgtk-3-dev libxcb1
- name: Download engine
uses: actions/download-artifact@v2
Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@

### Improve

## 2.5.4

### Improve

* Fix indicator crash in autostart [#471](https://github.com/Riey/kime/issues/471)
* Fix ownership of files in deb package
* Fix ownership of files in deb package [#499](https://github.com/Riey/kime/issues/499)
* Fix sebeolsik-3sin-p2 'ㅌ' jongsung [#503](https://github.com/Riey/kime/issues/503)

## 2.5.3

Expand Down

0 comments on commit 6f733ef

Please sign in to comment.