Skip to content

Commit

Permalink
Release 0.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Sep 13, 2013
1 parent 322746e commit 9d52f18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ combinations. For instance, **ö** is obtained using **o** and **"**, and
Download
--------

Latest release: [WinCompose-Setup-0.4.4.exe](/bin/WinCompose-Setup-0.4.4.exe)
Latest release: [WinCompose-Setup-0.4.5.exe](/bin/WinCompose-Setup-0.4.5.exe)

Quick start
-----------
Expand Down Expand Up @@ -84,6 +84,11 @@ There are no known bugs in WinCompose.

Please report bugs to Sam Hocevar <sam@hocevar.net>

News for version 0.4.5 (13 September 2013)
-----------------------------------------
- Support for numeric keypad keys.
- Cosmetic UI fixes.

News for version 0.4.4 (2 September 2013)
-----------------------------------------
- Support for Unicode codepoints above U+FFFF.
Expand Down
2 changes: 1 addition & 1 deletion src/WinCompose.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

; The name and version of this script
global app := "WinCompose"
global version := "0.4.4"
global version := "0.4.5"

; Configuration directory and file
global config_dir := a_appdata . "\\" . app
Expand Down
2 changes: 1 addition & 1 deletion src/WinCompose.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.4.4"
#define VERSION "0.4.5"

[Setup]
AppName = {#NAME}
Expand Down

0 comments on commit 9d52f18

Please sign in to comment.