Skip to content

Latest commit

 

History

History
49 lines (48 loc) · 2.96 KB

CHANGE_LOG.md

File metadata and controls

49 lines (48 loc) · 2.96 KB

TweakScale Companion :: Frameworks :: Change Log

  • 2024-1008: 0.4.0.5 (LisiasT) for KSP >= 1.2.2
    • Update TweakScaleCompanion.Frameworks.Waterfall to cope with the changes made on Waterfall 0.10.0.0.
    • Works issues:
  • 2024-0713: 0.4.0.4 (LisiasT) for KSP >= 1.2.2
    • Correctly scales System Heat.
  • 2023-1106: 0.4.0.3 Beta (LisiasT) for KSP >= 1.2.2
    • Works around a weird (new?) bug on KSP's Loading System.
      • See Really, really, really dumb mistake. See Forum for details.
  • 2023-0416: 0.4.0.2 Beta (LisiasT) for KSP >= 1.2.2
    • Removes a spurious dependency clausule on TweakScalerTestFlightCore
  • 2023-0328: 0.4.0.1 Beta (LisiasT) for KSP >= 1.2.2
    • Adjusts the Assembly Loading mechanism, allowing the thing to be loaded at first place!
      • Don't ask how I let this pass trough - I don't remember. :/
  • 2023-0318: 0.4.0.0 Beta (LisiasT) for KSP >= 1.2.2
    • Removes deprecated calls to KSPe. Minimum target is v2.5 now.
    • Renders it compatible to TweakScale 2.4.7.0 and superior only.
    • Formalises support for:
  • 2021-1114: 0.3.0.0 Beta (LisiasT) for KSP >= 1.8
  • 2021-0926: 0.2.0.0 Beta (LisiasT) for KSP >= 1.8
    • Refactoring:
      • Using recent KSPe.Light.TweakScale features to allow selective loading of DLLs bound to 3rd-parties, allowing the Companion to be used on installments where these dependencies are not preset.
      • A lot of flexibility on deployment are available now.
  • 2021-0919: 0.1.0.2 Beta (LisiasT) for KSP >= 1.8
    • A less than ideal initialisation routine were fixed.
    • Closes Issues:
      • #2 Race Condition while initialising the PartModule
  • 2021-0908: 0.1.0.1 Beta (LisiasT) for KSP >= 1.8
    • Short circuiting some Dependency Checks due a new misbehaviour introduced on KSP 1.12.2
  • 2021-0705: 0.1.0.0 Beta (LisiasT) for KSP >= 1.8
    • (Properly) declares dependencies now
    • Slightly faster patching when dependencies are not met.
    • Promotes the thingy to Beta status
  • 2021-0626: 0.0.2.0 ALPHA (LisiasT) for KSP >= 1.8
    • Rework initialisation procedures to cope with the new KSP 1.12 idiosyncrasies
    • DLL is compiled in Release mode from now on.
  • 2021-0530: 0.0.1.0 ALPHA (LisiasT) for KSP >= 1.8
    • Initial public release
    • ALPHA release, not ready for "production"