Releases: Apokee/HotSpot
Releases · Apokee/HotSpot
v0.9.0
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Changed
- Incompatible: "Dynamic" settings (anything changeable in the GUI) are now stored in
HotSpot/PluginData/HotSpot.cfginstead ofHotSpot/Configuration/HotSpotPlayer.cfgand override any values in
"static" settings (anything loaded via theGameDatabase). This allows ModuleManager to ignore these settings for
caching purposes.
v0.6.0
Added
- Added core temperature as a new metric for applicable parts.
- Added skin to internal and internal to skin thermal rate as new metrics.
- Disable stock core temperature display in the part context menu by default.
- Added ideal metric values for applicable metrics (only core temperature as of now).
- Added "Part Ideal" overlay scheme for the core temperature metric which is green when around ideal temperature,
purple and blue when below ideal temperature, and yellow and red when above ideal temperature. - Added SI prefix selection for thermal rate metrics. By default, prefix is selected automatically.
Changed
- Changed temperature formatting:
- Unit symbol is only printed at the very end.
- Only one decimal place is shown instead of two.
- If there is an ideal temperature it is displayed between the current and maximum temperatures.
Deprecated
- Unit has changed from
KilowatttoWattto more clearly identify what it represents now that prefixes can be
changed.Kilowattwill automatically be translated toWattfor now.
Fixed
- "Scheme:" label no longer occupies multiple lines in the GUI.