Skip to content

Releases: RimSort/RimSort

Alpha v1.0.2

21 Feb 23:40
Compare
Choose a tag to compare

Functional build intended for testing core features while more features are implemented. Includes all basic UI functionality.

Changes since last release:

  • Autodetect on Mac now goes into the RimWorldMac.app/Mods folder. Nothing was changed with how local mods are actually collected. The issue was that the previous local mods path for Mac was set to the game folder, where there are no mods. Getting local mods on Mac should now work.
  • Some About.xml files have MayRequire tags, which we were able to parse fine for dependencies but crashed on load rules. Load rules should now work for this.
  • Search bars now filter for package_ids in addition to names
  • Version mismatch errors are now surfaced on mod list items and warnings/error summary
  • Warnings/errors are now differentiated a bit more; a mod with both warnings and errors will have an entry in both the warnings summary and errors summary
  • Mod names are now surfaced in dependency error tooltips where we are able to get the name

Note: Mac users on specific MacOS versions may run into the following message while trying to open the app: "RimSort" is damaged and can't be opened. The app isn't actually damaged; to fix this, run the following command in Terminal from the same directory as the app: xattr -d com.apple.quarantine RimSort.app (<- assuming you are in the same directory). Windows and Linux builds are unaffected.

Alpha v1.0.1

21 Feb 06:02
5653c9f
Compare
Choose a tag to compare

Functional build intended for testing core features while more features are implemented. Now includes all basic UI functionality.

Features added since previous release:

  • Minor UI improvements relating to CSS
  • Mod list search bar (warnings/errors work while searching)
  • Proper support for Steam db.json data dependencies, as well as additional improvements to core logic when loading mod metadata
  • Support "Run" button argument configuration - right click it to edit the arguments that you have configured. This will persist in settings.json

Note: Mac users on specific MacOS versions may run into the following message while trying to open the app: "RimSort" is damaged and can't be opened. The app isn't actually damaged; to fix this, run the following command in Terminal from the same directory as the app: xattr -d com.apple.quarantine RimSort.app (<- assuming you are in the same directory). Windows and Linux builds are unaffected.

Alpha v1.0.0

21 Feb 06:01
fd7f715
Compare
Choose a tag to compare

Functional build intended for testing core features while more features are implemented