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
* remove version-template-extension
* bump version to 0.9
* reverrt to C#9
* incorporate ksbt_modversion
* changelog back to unreleased
* bump version to 0.9
* Fix typo in version property
* Include version-file input in create-release.yml
Add version file input for release workflow
* Create an automated release workflow (#149)
* Initial release.yml workflow
This just mirrors build.yml for the moment. I'll be adjusting this once
I can get a look at the intermediate artifacts
* Add setup to actually build the release zip
* Fix artifact name
* Properly use multiline blocks
* Fix a typo
* Better compression
* Upload SystemHeat.version as an artifact
* Simplify a few things
* Update to use KSPBT create-release workflow
* Switch version file generation to happen through KSPBT
* Update repository URLs in SystemHeat.version
* Remove version properties from csproj
Removed versioning properties and import statement.
* Update repository URLs in SystemHeat.version
* Delete .github/workflows/release.yml
* Delete Source/SystemHeat.version.props
* Delete Source/SystemHeat.version.props.versiontemplate
---------
Co-authored-by: JonnyOThan <jonnyothan@gmail.com>
* Change version to 'Unreleased' in CHANGELOG.md
Updated changelog to reflect unreleased changes.
* bump version to 0.9.0
* Revise CHANGELOG for unreleased updates
Updated changelog to reflect unreleased changes and fixes.
* bump version to 0.9.0
* set changelog back to unreleased
* langversion to 12
---------
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sean Lynch <phantom@lynches.ca>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
- SystemHeatVessel is now only added to loaded vessels
11
11
- Added option to avoid running stock radiator logic if SystemHeatConverters and SystemHeatHarvesters are installed.
12
12
This is one of the biggest performance hits for large vessels with lots of radiators.
13
-
This is disabled by default; you can opt in by changing the SystemHeat settings.cfg file
13
+
This is disabled by default; you can opt in by setting ForceStockRadiatorLogic to false in the SystemHeat settings.cfg file
14
14
- Fixed potential fatal NRE for badly configured parts
15
15
- Fixed NRE when launching a vessel
16
16
- Fixed NRE when opening the reactor UI for fission engines that don't have heat modules
@@ -22,6 +22,7 @@
22
22
- Fixed fission engines logic for engines that use ModuleEngines instead of ModuleEnginesFX (e.g. LV-N when waterfall is not installed)
23
23
- Fixed fission reactor patches for USI when NearFutureElectrical is also installed. Made the existing patches also match NFE's values when it is not present
0 commit comments