Stable release v1.0.10.
The latest commit is f57c4d8.
Refer to the action run that created this release.
What's Changed
🚀 Features and Improvements
- Set the default sorting algorithm to be Topological by @hk21702 in #516
- [500] Dialogue improvements by @hk21702 in #520
- Set application window icon for Windows by @hk21702 in #525
- Fix template labels by @hk21702 in #528
- Minor Setting Changes by @LionelColaso in #499
- [501] handle malformed settings with dialog by @oceancabbage in #532
- Add graceful error handling for sorting algorithm not implemented by @hk21702 in #573
- [538] Refactor path autodetect, add win reg based steam path finding by @hk21702 in #537
- Db builder warning and partial dialogue refactor by @hk21702 in #554
- [586] Replace issue templates with forms by @hk21702 in #590
- Improves relative path handling for todds and game launch by @hk21702 in #598
- [575] Re-create symlink option when reinstalling SteamCMD by @Patryk-Malinowski in #596
- [502] [459] Improvements to mod warning/error display and toggle by @Patryk-Malinowski in #592
- [536] Refactored and improved database path validation on metadata refresh by @hk21702 in #540
- Symlink creation improvements and refactor by @hk21702 in #605
- Improvements to GitHub Issues by @hk21702 in #609
🐛 Bug Fixes
- Temporarily force windows console as workaround Nuitka bug 3019 by @hk21702 in #526
- Remove console param from build action by @hk21702 in #529
- linting-fixes by @hk21702 in #530
- Hotfix missing steam api key input by @hk21702 in #533
- [306] Fix expansion disabling by @hk21702 in #567
- Fix git update crash by @hk21702 in #551
- database_expiry_label Spelling fix by @hk21702 in #574
- Fix steamDB creation crash when expiry or life is 0 by @hk21702 in #577
- [562] Fixed clearing list in mod downloader by @Patryk-Malinowski in #581
- [619] Fix git url parsing, add improved git action dialogue contents, fix metadata deletion race condition crash by @hk21702 in #620
- Sort the inactive mod list alphabetically by @lisanhu in #613
🔧 Maintenance and Internal Changes
- Typing fixes and Cleanup by @hk21702 in #497
- Refactor app_info.py initialization by @hk21702 in #517
- Fix minor linting errors by @hk21702 in #599
- Remove pytz and types-Deprecated, replace outdated type libs with new typeshed libs by @hk21702 in #610
Miscellaneous Changes
- Change deprecated extend-select to lint.extend-select by @hk21702 in #518
- Remove strict ruff version by @hk21702 in #541
- Revert "Minor Setting Changes" by @hk21702 in #560
- Release Notes Configuration by @hk21702 in #593
- Fix dependabot exclusion for misc changes in release notes by @hk21702 in #601
Dependency Updates
- Bump ruff from 0.5.2 to 0.5.3 by @dependabot in #505
- Bump nuitka from 2.3.11 to 2.4.1 by @dependabot in #521
- Bump ruff from 0.5.3 to 0.5.4 by @dependabot in #522
- Bump docs/RimSort.wiki from
dac31eb
to4d26f0c
by @dependabot in #523 - Bump nuitka from 2.4.1 to 2.4.2 by @dependabot in #531
- Bump ruff from 0.5.4 to 0.5.5 by @dependabot in #534
- Bump nuitka from 2.4.2 to 2.4.4 by @dependabot in #542
- Bump super-linter/super-linter from 6.7.0 to 6.8.0 in /.github/workflows by @dependabot in #545
- Bump nuitka from 2.4.4 to 2.4.5 by @dependabot in #546
- Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 in /.github/workflows by @dependabot in #544
- Bump actions/upload-artifact from 4.3.4 to 4.3.5 in /.github/workflows by @dependabot in #548
- Bump ruff from 0.5.5 to 0.5.6 by @dependabot in #549
- Bump actions/upload-artifact from 4.3.5 to 4.3.6 in /.github/workflows by @dependabot in #552
- Bump actions/attest-build-provenance from 1.4.0 to 1.4.1 in /.github/workflows by @dependabot in #559
- Bump lxml from 5.2.2 to 5.3.0 by @dependabot in #557
- Bump imageio from 2.34.2 to 2.35.0 by @dependabot in #561
- Bump super-linter/super-linter from 6.8.0 to 7.0.0 in /.github/workflows by @dependabot in #565
- Bump watchdog from 4.0.1 to 4.0.2 by @dependabot in #558
- Bump imageio from 2.35.0 to 2.35.1 by @dependabot in #570
- Bump nuitka from 2.4.5 to 2.4.7 by @dependabot in #568
- Bump actions/attest-build-provenance from 1.4.1 to 1.4.2 in /.github/workflows by @dependabot in #579
- Bump super-linter/super-linter from 7.0.0 to 7.1.0 in /.github/workflows by @dependabot in #591
- Bump nuitka from 2.4.7 to 2.4.8 by @dependabot in #584
- Bump actions/upload-artifact from 4.3.6 to 4.4.0 in /.github/workflows by @dependabot in #597
- Bump watchdog from 4.0.2 to 5.0.0 by @dependabot in #583
- Bump watchdog from 5.0.0 to 5.0.2 by @dependabot in #600
- Bump platformdirs from 4.2.2 to 4.3.2 by @dependabot in #606
- Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 in /.github/workflows by @dependabot in #602
- Bump platformdirs from 4.3.2 to 4.3.6 by @dependabot in #616
- Bump docs/RimSort.wiki from
4d26f0c
to1a819ac
by @dependabot in #626
New Contributors
- @Patryk-Malinowski made their first contribution in #581
Full Changelog: v1.0.9...v1.0.10