Skip to content

Commit 4c643ef

Browse files
committed
update changelog with updates since 1.5.0
1 parent b9aad87 commit 4c643ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
- Added `COM` suffix to parts to get the accurate center of mass (thanks SofieBrink) [commit](https://github.com/KSP-KOS/KOS/commit/496bf3fe7e29b4b8917ec214a6d9d8ab3780cd46)
99
- 3rd party addons can now add custom suffixes to PartModules [commit](https://github.com/KSP-KOS/KOS/commit/9b83c9ee01e0fb0ce2699f42ff71028d4db71b36)
1010
- Integrated KSPBuildTools for easier local setup and automated build process [commit](https://github.com/KSP-KOS/KOS/commit/7bde357c9d23c60f95f1d64b0490724a4b1544a4)
11+
- Wheelsteering fixes and improvements (thanks @sug44) [commit](https://github.com/KSP-KOS/KOS/commit/cb3eb98a1cddfcf5255b61200338590c7c92dfaa)
12+
13+
### PERFORMANCE IMPROVEMENTS
14+
15+
- KOSNameTag modules no longer update during flight [commit](https://github.com/KSP-KOS/KOS/commit/6e9388fdedefc9f4b1287817036b6d4bbe5243df)
16+
- Prevent KOSVesselModule from updating for unloaded vessels [commit](https://github.com/KSP-KOS/KOS/commit/fb88b460117fc4f048c9fb3b451cb8c2862e2316)
1117

1218
### BUG FIXES
1319

@@ -22,6 +28,8 @@
2228
- [managedwindow](https://github.com/KSP-KOS/KOS/commit/41a0a0665af6f2e6f55cc19a899f15b3cccfab09)
2329
- [static part caches](https://github.com/KSP-KOS/KOS/commit/ba4098a08ca015bd72d66e2f3539ed3486c0596d)
2430
- Invoke UI field change callbacks when settings fields (thanks ricmatsui) [commit](https://github.com/KSP-KOS/KOS/commit/09864894469119004eb8c9a2eca7ca91ae058a32)
31+
- `stage:number` suffix now works correctly on non-active vessels (thanks @sug44) [commit](https://github.com/KSP-KOS/KOS/commit/c1af606dd7950bc9e37dfe8c591f379598cb6870)
32+
- Several functions that return a strongly typed ListValue<T> now return the kos-friendly ListValue (thanks @sug44) [commit](https://github.com/KSP-KOS/KOS/commit/b9aad87ab00036a0cd8dcdc632690709fc85157e)
2533

2634
## v1.4.0.0 - Catch-up for over a year of little things
2735

0 commit comments

Comments
 (0)