Skip to content

Commit

Permalink
Update to 1.2.1 (#421)
Browse files Browse the repository at this point in the history
* Update to 1.2.1

* Update change log

* Add missing reference to PR
  • Loading branch information
Kexanone authored Dec 12, 2018
1 parent 3d7dfd0 commit 32b5cd7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions @AresModAchillesExpansion/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ X.X.X
Our versioning follows the guidelines set by [Semantic Versioning 2.0](https://semver.org/).

## Change log
### v1.2.1
#### Modules
##### Revised
* Suppressive Fire:
- Fix: Could not be applied to units with inconsistently capitalized magazine class names, e.g. static GMG. #419
* Spawn Effect:
- Fix: A spawned effect was sometimes not visible since the 1.86 update (e.g. as a server host). #417
#### Settings
##### Revised
* Change: Restructured user interface settings. #423
* Change: Creation tree search box triggered by enter key only is now disabled by default. #423
#### Other
* Fix: Race condition in Achilles init, which could lead to loss of Achilles modules in ZGM game mode. #418
* Fix: Copying/Pasting of modules was broken after 1.86 update. #417

### v1.2.0
#### Modules
##### New
Expand Down
8 changes: 4 additions & 4 deletions @AresModAchillesExpansion/mod.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "Achilles (1.2.0)";
name = "Achilles (1.2.1)";
picture = "\achilles\data_f_achilles\pictures\Achilles_Icon_005.paa";
author = "ArmA 3 Achilles Mod Inc.";
description = "Achilles (1.2.0)";
description = "Achilles (1.2.1)";
logo = "\achilles\data_f_achilles\pictures\Achilles_Icon_005.paa";
logoSmall = "\achilles\data_f_achilles\icons\icon_achilles_small.paa";
logoOver = "\achilles\data_f_achilles\pictures\Achilles_Icon_005.paa";
tooltip = "Achilles (1.2.0)";
tooltip = "Achilles (1.2.1)";
tooltipOwned = "Achilles Owned";
actionName = "Website";
action = "https://github.com/ArmaAchilles/AresModAchillesExpansion";
overview = "<t color='#d1111c'>Achilles</t> is a gameplay modification for Arma 3. It expands the Zeus real-time editor with many new additions as well as provides bug fixes.<br /><br /><t color='#d1111c'>Achilles</t> started as an expansion to Ares mod, which was created by Anton Struyk. Achilles became the de facto successor to Ares at the point the latter was no longer updated. Achilles has already grown into a splendid project, but new additions are still to come!";
overviewPicture = "\achilles\data_f_achilles\pictures\Achilles_Icon_005.paa";
overviewText = "Achilles (1.2.0)";
overviewText = "Achilles (1.2.1)";

0 comments on commit 32b5cd7

Please sign in to comment.