Skip to content

Commit

Permalink
Create v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Oct 14, 2018
1 parent 09b03b4 commit 3b37d6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AppInfo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
AppVersion=2.8
- Adapt to new Project Hospital file name format
- Adapt to new Project Hospital header format
- Translation stats on Project Hospital files
- Add tabs like in Project Hospital files

AppVersion=2.7
- Support Project Hospital files
- Consider missing text as non translated (useful for HoI4 where the code is used instead of the English text like in CK2)
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.7";
private static String VERSION = "2.8";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 3b37d6a

Please sign in to comment.