Skip to content

Commit

Permalink
adc release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kayler-renslow committed Oct 25, 2018
1 parent c57938a commit 8b94564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions VERSION changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
**Release date:** February 1, 2018
**Release date:** Oct 25, 2018

**Added:**
*
* ability to delete macros

**Changed:**
* For some cases when a project failed to load, a more detailed error report is available.
* Made some backend changes to header parsing for better integration with Arma IntelliJ Plugin
*

**Fixed:**
* https://github.com/kayler-renslow/arma-dialog-creator/issues/31
* https://github.com/kayler-renslow/arma-dialog-creator/issues/32
* https://github.com/kayler-renslow/arma-dialog-creator/issues/33
* https://github.com/kayler-renslow/arma-dialog-creator/issues/34
* ADC should now work properly on Mac (with the exception of Arma 3 Tools/.paa conversion)
2 changes: 1 addition & 1 deletion src/com/kaylerrenslow/armaDialogCreator/main/Lang.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static ResourceBundle LookupBundle() {

interface Application {
String APPLICATION_NAME = "Arma Dialog Creator";
String VERSION = "1.0.6";
String VERSION = "1.0.7";
String APPLICATION_TITLE = APPLICATION_NAME + " " + VERSION;
}

Expand Down

0 comments on commit 8b94564

Please sign in to comment.