Skip to content

Releases: Apokee/HotSpot

v0.9.0

16 Jan 22:33
v0.9.0
9867580

Choose a tag to compare

Added
  • Context menu items are now grouped (Thanks suma-ksp)
Changed
  • Compatibility with KSP 1.11.0.

v0.8.0

10 Jul 17:12
v0.8.0
1597d45

Choose a tag to compare

Changed
  • Added new setting to CONTEXT_MENU node named updatePeriod. Its value is the number of seconds to wait between updates of context menu values. Defaults to a value of 0.250 (250 milliseconds or 4 times per second).
  • Various performance improvements.

v0.7.3

08 Jul 23:43
v0.7.3
14e3b68

Choose a tag to compare

Changed
  • Compatibility with KSP 1.3.0.

v0.7.2

21 Oct 00:51
v0.7.2
710d6b0

Choose a tag to compare

Fixed
  • #75 — Fixed ToolbarWrapper compatibility with Contract Configurator.

v0.7.1

12 Oct 15:28
v0.7.1
33598a2

Choose a tag to compare

Changed
  • Compatability with KSP 1.2.

v0.7.0

29 May 13:45

Choose a tag to compare

Changed
  • Incompatible: "Dynamic" settings (anything changeable in the GUI) are now stored in
    HotSpot/PluginData/HotSpot.cfg instead of HotSpot/Configuration/HotSpotPlayer.cfg and override any values in
    "static" settings (anything loaded via the GameDatabase). This allows ModuleManager to ignore these settings for
    caching purposes.

v0.6.0

18 May 14:38

Choose a tag to compare

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 Kilowatt to Watt to more clearly identify what it represents now that prefixes can be
    changed. Kilowatt will automatically be translated to Watt for now.
Fixed
  • "Scheme:" label no longer occupies multiple lines in the GUI.

v0.5.1

20 Apr 16:17

Choose a tag to compare

Changed
  • Compatability with KSP 1.1

v0.5.0

11 Feb 18:04

Choose a tag to compare

Added

v0.4.4

15 Jul 19:09

Choose a tag to compare

Fixed
  • Support for KIS stackables.