Skip to content

Commit

Permalink
Create v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Jan 15, 2018
1 parent 27efbb2 commit d06d19e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion AppInfo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
AppVersion=2.1
- Fix check all lines action for EUIV/HoI4/Stellaris
- Fix missing saving for EUIV/HoI4/Stellaris
- Do not count a line without source as not translated

AppVersion=2.0
- Add HoI4 compatibility
- Add EUIV/HoI4/Stellaris compatibility

AppVersion=1.7
- [PERF] Optimize the saving
Expand Down
2 changes: 1 addition & 1 deletion src/versionning/OnlineVersionChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class OnlineVersionChecker {
private static String URL_APP_INFO_TXT = "https://raw.githubusercontent.com/NicolasGrosjean/Translate_helper/master/AppInfo.txt";
private static String VERSION = "2.0";
private static String VERSION = "2.1";
private static String TOOL_URL = "https://forum.paradoxplaza.com/forum/index.php?threads/tool-translate-helper.1043308/";

private String onlineVersion;
Expand Down

0 comments on commit d06d19e

Please sign in to comment.