Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Feb 28, 2021
1 parent 4ab86f6 commit dd1ce2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- uses: actions/checkout@v2
with:
repository: Riey/kime-window
- uses: actions/checkout@v2
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y libclang-10-dev unicode-cldr-core libgtk-3-dev libglib2.0 libappindicator3-dev
sudo apt-get install -y unicode-cldr-core libgtk-3-dev libglib2.0 libappindicator3-dev
- name: Build window
run: |
cargo build --release
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

### Improve

## 1.3.0

### Improve

* Add more keycodes (Enter, Tab, ControlL, ControlR, Delete, AltL, F1-F12, HangulHanja)
* Split kime-window into other repo
* Fix gtk preedit bug [#325](https://github.com/Riey/kime/issues/325)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13.0)

project(kime VERSION 1.2.0)
project(kime VERSION 1.3.0)

option(USE_SYSTEM_ENGINE "Use system engine file" OFF)
option(ENABLE_GTK2 "Enable GTK2 immodule" OFF)
Expand Down

0 comments on commit dd1ce2f

Please sign in to comment.