Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.7 changelog and version #3380

Merged
merged 3 commits into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion A3A/addons/core/Includes/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 3
#define MINOR 6
#define MINOR 7
#define PATCHLVL 0
#define BUILD 0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<p align="center">
<a href="https://github.com/official-antistasi-community/A3-Antistasi/releases/latest">
<img src="https://img.shields.io/badge/Latest_Version-3.6.0-blue.svg?style=flat-square" alt="Antistasi Version">
<img src="https://img.shields.io/badge/Latest_Version-3.7.0-blue.svg?style=flat-square" alt="Antistasi Version">
</a>
<a href="https://github.com/official-antistasi-community/A3-Antistasi/issues">
<img src="https://img.shields.io/github/issues/official-antistasi-community/A3-Antistasi?style=flat-square" alt="Issues">
Expand Down
53 changes: 53 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,59 @@ Changelog
==========


Version 3.7.0
===============

.. note::
18th August 2024

.. admonition:: Major

.. rubric:: :issue:`3371` Added Map Port of Mortain - 1.1 Update of the `Spearhead 1944 CDLC <https://store.steampowered.com/app/1175380/Arma_3_Creator_DLC_Spearhead_1944/>`_
.. rubric:: :issue:`3356` Updated SPE-IFA Templates - 1.1 Update of the `Spearhead 1944 CDLC <https://store.steampowered.com/app/1175380/Arma_3_Creator_DLC_Spearhead_1944/>`_

.. admonition:: Minor

* :issue:`3327` Reduced artillery/mortar ratio at high war tiers
* :issue:`3334` Added a tooltip for vehicle locktime
* :issue:`3335` Improve CUP and IFA plane turn rates when flown by AI
* :issue:`3343` Slowed down self-revive timeout when downed
* :issue:`3349` Created new classes for Antistasi AI units - Fixes ACE action blocking
* :issue:`3370` Added attributeMoreTrucks and IFV-only option to ground transport selection
* :issue:`3372` Made dive bomb runs less accurate against infantry targets
* :issue:`3377` Added flashlights to unit definitions (currently only SPE specific usage)

.. admonition:: Template updates

* :issue:`3363` Removed CUP Cluster MLRS

.. admonition:: Bugfixes

* :issue:`3320` Skip Time Improvements
* :issue:`3338` Fixed slow-server UI issue and incorrect licensing in arsenal limits
* :issue:`3359` Fixed issue where running destroyCity with CUP interiors could crash
* :issue:`3362` Disallowed sling-loading HQ objects
* :issue:`3364` Added workaround for Arma bug with CDLC detection and arma3.cfg mod loading method
* :issue:`3365` Small sell price rework
* :issue:`3367` Fixed support crew being provided for free and then refunded
* :issue:`3368` Fixed inability to rebuild non-outpost radio towers
* :issue:`3369` Added Ammobox Protection
* :issue:`3375` Replaced all uses of GETOUT waypoints
* :issue:`3381` Fixed SoldierGB inheritance chain for CBA XEH.

.. admonition:: Groundwork

* :issue:`3333` Adjusted DoomMetal GUI Header and license

.. warning::

* Please note that this changelog may contain both spelling/grammatical errors and/or factual errors. Should any factual errors exist, we apologise but with the sheer number of changes made per version it can be easy to lose or mistake a change when writing up the changelog.

|

-----


Version 3.6.0
===============

Expand Down