Skip to content

Commit

Permalink
Release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed May 3, 2013
1 parent 378187d commit 5d50920
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 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.3.0.exe](/WinCompose-Setup-0.3.0.exe)
Latest release: [WinCompose-Setup-0.4.0.exe](/WinCompose-Setup-0.4.0.exe)

Quick start
-----------
Expand Down Expand Up @@ -84,6 +84,14 @@ As of now, WinCompose does not support Unicode code points after U+FFFF.

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

News for version 0.4.0 (4 May 2013)
--------------------------------------
- “Pause” and “Scroll Lock” can now act as compose keys, too.
- It is possible to filter sequences by keyword
- The sequence window can be resized and is displayed with a simple
click on the systray icon.
- Cosmetic fixes in the GUI.

News for version 0.3.0 (26 April 2013)
--------------------------------------
- The key used for composing is now customisable.
Expand Down
3 changes: 2 additions & 1 deletion 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.3.0"
global version := "0.4.0"

; Configuration directory and file
global config_dir := a_appdata . "\\" . app
Expand All @@ -24,6 +24,7 @@ global gui_title := app . " - List of Sequences"

; About box text
global about_text := app . " v" . version . "\n"
about_text .= "\n"
about_text .= "by Sam Hocevar <sam@hocevar.net>\n"
about_text .= "running on AHK v" . a_ahkversion . "\n"

Expand Down
2 changes: 1 addition & 1 deletion WinCompose.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.3.0"
#define VERSION "0.4.0"

[Setup]
AppName = {#NAME}
Expand Down

0 comments on commit 5d50920

Please sign in to comment.