diff --git a/README.md b/README.md index 2a8004e8..5144afbd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ combinations. For instance, **รถ** is obtained using **o** and **"**, and Download -------- -Latest release: [WinCompose-Setup-0.4.5.exe](/bin/WinCompose-Setup-0.4.5.exe) +Latest release: [WinCompose-Setup-0.4.6.exe](/bin/WinCompose-Setup-0.4.6.exe) Quick start ----------- @@ -90,9 +90,10 @@ Please report bugs to Sam Hocevar News ---- -News for upcoming version +News for version 0.4.6 (26 February 2014) - Internationalisation support. - The key timeout can be entirely disabled. + - Unicode characters in the sequence window can be copied to the clipboard. News for version 0.4.5 (13 September 2013) - Support for numeric keypad keys. diff --git a/src/Makefile b/src/Makefile index d33e44cd..74f27ba0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ -VERSION = 0.4.5 +VERSION = 0.4.6 ISS = installer.iss AHK = WinCompose.ahk diff --git a/src/WinCompose.ahk b/src/WinCompose.ahk index 27eaafeb..494127b3 100644 --- a/src/WinCompose.ahk +++ b/src/WinCompose.ahk @@ -13,7 +13,7 @@ ; The name and version of this script global app := "WinCompose" -global version := "0.4.5" +global version := "0.4.6" ; Configuration directory and file global config_dir := a_appdata . "\\" . app diff --git a/src/installer.iss b/src/installer.iss index 991b82da..ca61f895 100644 --- a/src/installer.iss +++ b/src/installer.iss @@ -1,5 +1,5 @@ #define NAME "WinCompose" -#define VERSION "0.4.5" +#define VERSION "0.4.6" [Setup] AppName = {#NAME}