From 6f733ef6d324ec9a43e7ea69be381c41594fa0d5 Mon Sep 17 00:00:00 2001 From: Riey Date: Tue, 29 Jun 2021 16:51:45 +0900 Subject: [PATCH] 2.5.4 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- docs/CHANGELOG.md | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d52af5a4..8ba28e39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0431b53..6b7c6cc2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3097e7c5..d6b54183 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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