Skip to content

Commit

Permalink
Release 0.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Apr 28, 2014
1 parent cd11389 commit ef494dd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ very intuitive key combinations. For instance, **ö** is obtained using
I wrote WinCompose because I found none of the alternatives (FreeCompose,
CKFW, AllChars or Unichars) to be satisfying.

Download latest: [WinCompose 0.6.4](https://github.com/samhocevar/wincompose/releases/download/v0.6.4/WinCompose-Setup-0.6.4.exe)
Download latest: [WinCompose 0.6.5](https://github.com/samhocevar/wincompose/releases/download/v0.6.5/WinCompose-Setup-0.6.5.exe)
-----------------------------------

Older versions are available [in the releases section](https://github.com/samhocevar/wincompose/releases/).
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION = 0.6.4
VERSION = 0.6.5

ISS = installer.iss
SRC_AHK = main.ahk
Expand Down
2 changes: 1 addition & 1 deletion src/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.6.4"
#define VERSION "0.6.5"

[Setup]
AppName = {#NAME}
Expand Down
2 changes: 1 addition & 1 deletion src/main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

; The name and version of this script
global app := "WinCompose"
global version := "0.6.4"
global version := "0.6.5"
global website := "https://github.com/samhocevar/wincompose"

; Configuration directory and file
Expand Down
6 changes: 3 additions & 3 deletions src/po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-24 11:50+0200\n"
"POT-Creation-Date: 2014-04-28 19:24+0200\n"
"PO-Revision-Date: 2014-04-12 11:54+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/wincompose/master/"
Expand All @@ -19,11 +19,11 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 1.9-dev\n"

#: main.ahk:454
#: main.ahk:485
msgid "Loaded @1@ Sequences"
msgstr "Nahráno @1@ sekvencí"

#: main.ahk:454
#: main.ahk:485
msgid "Compose Key is @1@"
msgstr ""

Expand Down
6 changes: 3 additions & 3 deletions src/po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-24 11:50+0200\n"
"POT-Creation-Date: 2014-04-28 19:24+0200\n"
"PO-Revision-Date: 2014-04-13 20:01+0200\n"
"Last-Translator: Sam Hocevar <sam@hocevar.net>\n"
"Language-Team: French <https://hosted.weblate.org/projects/wincompose/master/"
Expand All @@ -17,11 +17,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: main.ahk:454
#: main.ahk:485
msgid "Loaded @1@ Sequences"
msgstr "@1@ séquences chargées"

#: main.ahk:454
#: main.ahk:485
msgid "Compose Key is @1@"
msgstr "Touche compose : @1@"

Expand Down
6 changes: 3 additions & 3 deletions src/po/wincompose.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-24 11:55+0200\n"
"POT-Creation-Date: 2014-04-28 19:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -17,11 +17,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: main.ahk:454
#: main.ahk:485
msgid "Loaded @1@ Sequences"
msgstr ""

#: main.ahk:454
#: main.ahk:485
msgid "Compose Key is @1@"
msgstr ""

Expand Down

0 comments on commit ef494dd

Please sign in to comment.