Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fifty-six/Scarab

v2.7.0.0

03 Dec 07:02

Choose a tag to compare

Bump version

This release has

  • Skipping Scarab updates and showing their changelogs
  • Better support for proton (controllers should work better)
  • Markdown fixes
  • Slightly improved dep handling
  • Better handling of broken installs
  • Updated avalonia
  • --version cli flag

In the works is currently flatpak support, which I plan on getting onto flathub, as well as just some stability stuff I haven't gotten to
quite yet. Sorry for the wait. I'd like to ideally get some of that stuff done soon-ish, but I'm bad with timelines so no promises.

v2.6.0.0

06 Dec 00:43

Choose a tag to compare

Bump version

v2.5.0.0

16 Nov 09:49

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

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

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

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

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

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

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

Choose a tag to compare

Bump version

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