updated release notes

This commit is contained in:
2026-08-18 20:22:35 +02:00
parent 7bcd35854b
commit e067845bc8
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@
PR #28 PR #28
- Fixed Pre-Activated stages not always drawing or pre-activating correctly. - Fixed Pre-Activated stages not always drawing or pre-activating correctly.
PR #28 PR #28
- Addressed #24
CAP max commit range is now configurable in the config.lua file.
Issue remains open in order to apply further fine grained tuning.
PR #29
## [0.12.0] 2026-06 ## [0.12.0] 2026-06
+1
View File
@@ -32,6 +32,7 @@ SpearheadConfig = {
--The "maxDistance" that's set on the CAP tasking for the aircraft to commit to a target. --The "maxDistance" that's set on the CAP tasking for the aircraft to commit to a target.
--This is the distance from the aircraft to the target that the aircraft will commit to engaging --This is the distance from the aircraft to the target that the aircraft will commit to engaging
--This is shared for CAP, Intercept and Sweep missions for now. --This is shared for CAP, Intercept and Sweep missions for now.
-- unit: nautical miles
maxCommitRange = 35, -- default 35 maxCommitRange = 35, -- default 35
-- DELAYS. -- DELAYS.