Releases: UnlimitedHugs/RimworldHugsLib
Releases · UnlimitedHugs/RimworldHugsLib
2.4.4: Restart on language change [A16 only]
- Changing game language will now show the restart dialog or auto-restart the game if chosen by the player
2.4.3: Log uploader fix
- Log uploader should now work properly on Linux
- Log uploader will now respect the log file path passed through the command line
- Added Linux-specific privacy filters to the log uploader
2.4.2: Fixes, translations
- The "this" parameter in extension method detour destinations now supports polymorphism
- Possible fix for restart call failing due to executing in the wrong thread
- Fixed injection method name in AutoRestarter
- Added Spanish translations by nahuen89
- Updated Chinese translations
2.4.1: Minor feature
- Added automatic logging of all detours
2.4.0: New features, fixes
- Added restart prompt to Mods dialog
- Added automatic restart setting
- Mod load order changes are now detected and will also prompt for a restart
- Added "Files" menu to log window: open log file, browse save and mods directories
- Added hotkeys for opening the log file and restarting the game (define to use)
- "already detoured" error will now properly report on the existing destination
- Fixed ModSettingsPack mod name accessibility
2.3.3: New translation
- Added Polish translation
2.3.2: Minor fix
- Detouring of an overloaded method to an extension method will no longer produce an error
- Clearer error message when detour source member is not found
2.3.1: Attribute fix
- Fixed WindowInjection attribute accessibility
2.3.0: New features
- Added a new GUI injection system
- Moved log window and settings dialog button drawing to the new system
- Centralized the processing of attributes on types and methods
- Updated Chinese tranlation
2.2.4: Minor fix
- Fixed Mod Settings menu scrolling issues with custom-height controls