Skip to content

Releases: fifty-six/Scarab

v2.6.0.0

06 Dec 00:43
Compare
Choose a tag to compare
Bump version

- Update to net 8 (@gepbird)
- GoG selection fixes for linux
- Hungarian translation updates (@picimako)
- App icon for the exe (@niemiets)
- Text centering (@SFGrenade)
- Specify NuGet sources (@huantianad)

v2.5.0.0

16 Nov 09:49
Compare
Choose a tag to compare
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

15 Nov 18:38
Compare
Choose a tag to compare
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

23 Sep 21:24
Compare
Choose a tag to compare
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

06 Sep 19:59
Compare
Choose a tag to compare
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

06 Sep 06:18
Compare
Choose a tag to compare

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

09 Jul 19:09
Compare
Choose a tag to compare
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

15 Jun 07:12
Compare
Choose a tag to compare

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

13 Jun 02:58
Compare
Choose a tag to compare
Bump version

- French localization (by @Dastan21)
- Updated to Avalonia 11
    - UI refactoring
    - Improved performance

v1.31.0.0

07 Mar 01:37
Compare
Choose a tag to compare

Fixes the update all button.