Skip to content

Commit

Permalink
Create v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Sep 9, 2018
1 parent 46ab914 commit 77ac8dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions AppInfo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
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)
- Add an option to consider all copy texts as valid translation
- Add an icon
- Do not display warning when copying source text whereas destination text is empty
- Fix text coloration

AppVersion=2.6
- Add HoI4 coloration
- Fix bug when using previous button when destination file doesn't exist
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.6";
private static String VERSION = "2.7";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 77ac8dd

Please sign in to comment.