Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
3.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Jul 10, 2017
1 parent f061259 commit 4876e9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
13 changes: 1 addition & 12 deletions 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=<translation here>
notice.downloadRemoteRedistDefFiles=<translation here>
download.errormsg.remoteRedistDefFiles=<translation here>
download.warningbox.remoteRedistDefFiles=<translation here>
download.warningbox.title.remoteRedistDefFiles=<translation here>
download.complete=<translation here>
```

# TikiOne Steam Cleaner

_The best companion of Steam users - [Download latest version **here**](https://github.com/jonathanlermitage/tikione-steam-cleaner/releases)_
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/tikione/steam/cleaner/Version.java
Expand Up @@ -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() {
Expand Down

0 comments on commit 4876e9e

Please sign in to comment.