You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,30 @@ All notable changes to this project will be documented in this file.
3
3
The version number refer to VERSION define in script_mod.
4
4
The date refers to the date when changes have been merged into DEV branch.
5
5
6
-
## [Unreleased]
6
+
## [1.0.6]
7
+
### Added
8
+
- View Distance limit sliders now avaliable!
9
+
- Note: Minimumn view-distance enforced by Arma is 200 meters.
10
+
- Added unit babel language
11
+
12
+
### Changed
13
+
- CaptureZone modules used hint, changed to hintSilent
14
+
- The extraction end-condition is now longer dependent upon another end-condition to fire.
15
+
16
+
### Fixed
17
+
- All run "module on respawn" settings are now configurable.
18
+
- Individual ticketed respawns now fully functional
19
+
- Team tickets and unlimited respawn options now functional
20
+
- Respawn as a different faction is now functional
21
+
- Spectator is now at the correct location
22
+
- ACRE Set Radio Channel now works correctly
23
+
- ACRE Set Ear now works correctly
24
+
25
+
### Removed
26
+
27
+
### Known Issues
28
+
29
+
## [1.0.5]
7
30
### Added
8
31
- Legacy mission support switches for functions: `EGVAR(Core,Version_UpdatedNumber)` and `EGVAR(Core,Version_CreatedNumber)` available in PreInit past `EGVAR(Core,Enabled)` check. Can be used for specific function changes and redirects based on version changes. Functions specific to an older version should be placed in an additional `\Legacy\` folder.
9
32
- Gear System CBA Events for loading 3den attribute unit and vehicle loadouts, as well as forcing specific loadouts to units and vehicles.
@@ -44,8 +67,7 @@ The date refers to the date when changes have been merged into DEV branch.
0 commit comments