Skip to content

Commit 16cc189

Browse files
author
Hyunje Jun
committed
Release v1.0.0
* Add an option to show macOS notification on source change (#9) * Implement a proper workaround for the known CJKV bug (#12) * Update licenses for 2017 * Minor code refactoring
1 parent 51f1cbf commit 16cc189

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 1.0.0 (16 Sep 2017)
2+
3+
* Add an option to show macOS notification on source change (#9)
4+
* Implement a proper workaround for the known CJKV bug (#12)
5+
* Update licenses for 2017
6+
* Minor code refactoring
7+
8+
## 0.1.3 (3 Oct 2016)
9+
10+
* Use Swift 3
11+
* Remove 'advanced input switching'
12+
13+
## 0.1.2 (6 Aug 2015)
14+
15+
* Change 'simple method' option to 'advanced method' option.
16+
* Open 'Preferences' initially only for the first launch.
17+
18+
## 0.1.0 (6 Aug 2015)
19+
20+
* Initial release

kawa/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.3</string>
20+
<string>1.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)