Skip to content

v1.9.3

Compare
Choose a tag to compare
@FelisDiligens FelisDiligens released this 17 May 04:07
· 475 commits to master since this release

Full changelog

Some changes:
• Automatically downloads translations when started for the very first time. (First start might be slow depending on your internet connection)
• The welcome screen can now be translated.
• Hints in the side panel can now be translated. (Mod manager)
• Removed the old settings group box. (It only had a link to the new-ish settings window anyway)
• Added a little animation when hovering over the lower left game edition icon. (There are probably a lot of users who missed that it’s clickable…)

Bug fixes:
• Crash when clicking on "Explore → Game installation folder" before specifing the game path.
• Crash with System.UnauthorizedAccessException when ticking "Set *.ini files read-only" (It still fails, but just shows an error message without actually crashing)

Also, I fixed these three small bugs (all of them causing a crash on start) that I got multiple reports of:
• Crash with Fo76ini.Ini.IniParsingException: Couldn't parse line number 1: ' (Whatever causes this should now just be ignored by the tool – might reset some values to default, though)
• Crash with System.NullReferenceException: Object reference not set to an instance of an object. (Weird bug, should be fixed now)
• Crash: Access is denied when trying to create the Mods folder in the game path. (It should just fail with a notification now instead of crashing the tool, so everything except the mod manager should work at least… so, it’s only a partial fix)