Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Hyunje Jun committed Sep 16, 2017
1 parent 51f1cbf commit 16cc189
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 1.0.0 (16 Sep 2017)

* 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

## 0.1.3 (3 Oct 2016)

* Use Swift 3
* Remove 'advanced input switching'

## 0.1.2 (6 Aug 2015)

* Change 'simple method' option to 'advanced method' option.
* Open 'Preferences' initially only for the first launch.

## 0.1.0 (6 Aug 2015)

* Initial release
2 changes: 1 addition & 1 deletion kawa/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 16cc189

Please sign in to comment.