From 4876e9e7b9ca296147f82095078e474017e3da35 Mon Sep 17 00:00:00 2001 From: jonathanlermitage Date: Mon, 10 Jul 2017 18:07:06 +0200 Subject: [PATCH] 3.0.5 release --- CHANGELOG.md | 2 +- README.md | 13 +------------ src/main/java/fr/tikione/steam/cleaner/Version.java | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42282fd..0583756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## TikiOne Steam Cleaner Change Log -### work in progress (2017/07/10) JAVA8 +### 3.0.5 (2017/07/10) JAVA8 * updated Traditional Chinese (zh-hk) translation. Thx "tskonetwo". * improved weight of application (a ~1MB library was needed at compile time only). * updated the bundled JVM to Java 8u131. diff --git a/README.md b/README.md index c2b782e..f8b2c62 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,3 @@ -:fire: Translation update: help wanted -See [ini files in dist2/conf/i18n](https://github.com/jonathanlermitage/tikione-steam-cleaner/tree/master/dist2/conf/i18n) -``` -[W_OPTIONS] -notice.registerRemoteRedistDefFiles= -notice.downloadRemoteRedistDefFiles= -download.errormsg.remoteRedistDefFiles= -download.warningbox.remoteRedistDefFiles= -download.warningbox.title.remoteRedistDefFiles= -download.complete= -``` - # TikiOne Steam Cleaner _The best companion of Steam users - [Download latest version **here**](https://github.com/jonathanlermitage/tikione-steam-cleaner/releases)_ @@ -57,6 +45,7 @@ Nota: since Google Code is shutting down, I have uploaded [latest NSIS version h * "ZoSH": Spanish translation * "wbsdty331": Simplified Chinese translation * "[tsk12](https://github.com/tsk12)": Traditional Chinese translation +* "[tskonetwo](https://github.com/tskonetwo)" Traditional Chinese translation * Davide Crucitti: Italian translation * "[xDarkWolf](https://github.com/xDarkWolf)": Italian translation * Petr Kudlička: redist detection improvements diff --git a/src/main/java/fr/tikione/steam/cleaner/Version.java b/src/main/java/fr/tikione/steam/cleaner/Version.java index 8e9ef79..ac17ce7 100644 --- a/src/main/java/fr/tikione/steam/cleaner/Version.java +++ b/src/main/java/fr/tikione/steam/cleaner/Version.java @@ -4,7 +4,7 @@ public class Version { public static final int MAJOR = 3; public static final int MINOR = 0; - public static final int PATCH = 4; + public static final int PATCH = 5; public static final String VERSION = MAJOR + "." + MINOR + "." + PATCH; private Version() {