version 3.0

This commit is contained in:
2023-06-19 00:59:05 -05:00
parent 2caf7cb720
commit 0141b88c8e
36 changed files with 608 additions and 487 deletions

View File

@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project badly attempts [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0] - 2023-05-03
### Added
- CBA settings for dynamic enable/disable of player/server metrics gathering
- CBA settings for dynamic timing for player/server metrics gathering
### Changed
- Reformat CBA settings
- Separate player and server metrics into proper functions/initializers/handlers
- Refactor most functions and change initialization routines in `CfgFunctions`
### Removed
- Remove `CfgRemoteExec` from `description.ext` as it has been deprecated as of Arma v1.54
## [2.2] - 2023-04-23
### Added