Releases: KSPModStewards/HUDReplacer
Releases · KSPModStewards/HUDReplacer
v1.3.3
Fixed
- Fixed a bug where HUDReplacer would not replace any textures if there were zero scene-specific replacements or zero general replacements.
What's Changed
- Move documentation out of the README to the wiki by @Phantomical in #12
- Use file-scoped namespaces and reformat everything using csharpier by @Phantomical in #13
- Add reformat commit to .git-blame-ignore-revs by @Phantomical in #14
- Fix check for available texture replacements by @Phantomical in #15
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Fixed
- Fixed a bug where a replacement with an explicitly specified size would not be selected if it didn't match the size of the texture it was replacing.
Added
- If the debug menu is enabled HUDReplacer will now log exactly what texture replacements are occurred.
What's Changed
- Fix some cases where texture replacements were not being applied by @Phantomical in #10
- Release v1.3.2 by @Phantomical in #11
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Changed
- Optimized scene switch overhead down from 1.5s to 140ms (as tested with ZTheme).
- Improved error messages when texture names are not in the appropriate format.
Fixed
- Fixed a bunch of crashes if texture names were not in the expected format.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
This is the first release from KSPModStewards/HUDReplacer. For previous changelog entries check out the releases on https://github.com/UltraJohn/HUDReplacer.
Added
- HUDReplacer now has a
KSPAssemblyattribute.
Changed
- @UltraJohn has relicensed HUDReplacer from ARR to GPLv3.
Full Changelog: https://github.com/KSPModStewards/HUDReplacer/compare/85c90b11dee7ac70a1b84a43811d21e46ec6c8a2..v1.3.0