Releases: fifty-six/Scarab
Releases · fifty-six/Scarab
v2.6.0.0
v2.5.0.0
version: 2.5.0.0 - Fixes issue with improper path detection on startup causing an immediate crash for new users. (#200, #201)
v2.4.0.0
version: 2.4.0.0 - Overhaul path selection logic and UI, based on selecting the executable as opposed to selecting the folder, which also bypasses issues with FreeDesktop's folder picker - Adds a reinstall api button, for people who have verified their game integrity - Minor UI tweaks
v2.3.0.0
version: 2.3.0.0 - fix macOS path selection (#172) - add more logging to path selection - add repository button instead of tab - add light theme - fix path being placeholder in settings view - fix api toggle size changing on click
v2.1.0.0
version: 2.1.0.0 - add support for relatively pathed README images - fix images not being shown when non-svg - fix README caching
v2.0.0.0
Sorry for the huge wait - probably should've backported fixes earlier, but this should fix a ton of the bugs people have reported and some of the feature requests!
- UI redesign (huge huge thanks to @cmot17)
- Fix issue with mods not properly installing or enabling when
dependents were disabled - Fix issue with extra installs (which should lower install
speed of mods by a huge amount) - When uninstalling, check dependencies against disabled mods
- Fix crash on failure to kill HK process
- Add ability to change locale
- Add viewing authors
- Add support for filtering mods by tag
- Use notifications for mod action, especially errors
- Add support for viewing mod repository READMEs
- Re-enable concurrent link fetching (speeds up startup significantly)
- Add WIP thumbnail support
- Change logging to use Serilog, automatically rotate logs, etc.
- Add more logging to path selection
- Add About screen
v1.34.0.0
Bump version Some quick hotfixes. Next update should be some *very big* changes though! - Fixes issues with path selection involving spaces (@remyjette) - Fixes typo in pre-detecting paths for Steam on Linux - Adds another default path for Linux (@TornadoCookie)
v1.33.0.0
If your installer started crashing, it's likely due to the issue below and should be resolved by updating. The release itself might lead to crashing on v1.32 due to the actual update pop-up using MessageBox.Avalonia, so sorry in advance for that.
Update MessageBox.Avalonia, Bump version
Closes #164, #160. Likely also resolves #163.
- Fixes crashing when trying to show a message box
due to an outdated library version. This would
occur on initial setup, dependency errors, error
displays, etc.
v1.32.0.0
Bump version - French localization (by @Dastan21) - Updated to Avalonia 11 - UI refactoring - Improved performance
v1.31.0.0
Fixes the update all button.