Releases: RimSort/RimSort
Release list
Edge Build (Unstable)
⚠️ This is an unstable edge build from the latest main branch. It may contain bugs and breaking changes. Use stable releases for production.
Edge release v1.13.3-edge0+d657540.
The latest commit is d657540.
Refer to the action run that created this release.
What's Changed
Miscellaneous Changes
- docs: add AGENTS.md with project conventions for agent workflows by @LionelColaso in #2434
- Pyside 6.11.2 by @LionelColaso in #2435
Full Changelog: v1.13.2...Edge
v1.13.2
Stable release v1.13.2.
The latest commit is 7c06223.
Refer to the action run that created this release.
What's Changed
🐛 Bug Fixes
- fix: preserve arbitrary git repository paths by @be-student in #2412
- fix: retry transient atomic replace failures by @be-student in #2413
- fix: isolate Linux SteamCMD user configuration by @be-student in #2421
- fix: accept equivalent local mods paths by @be-student in #2422
- fix: honor disabled database sources by @be-student in #2423
- fix: classify SteamCMD mods with bundled git metadata by @be-student in #2425
- fix: correct load order warning labels by @be-student in #2426
- fix: support author searches in mod lists by @be-student in #2427
- i18n: translate Mod List History strings for all locales by @LionelColaso in #2432
Miscellaneous Changes
- docs: add manual update instructions by @be-student in #2411
- build(deps): bump lxml from 6.1.2 to 6.1.3 by @dependabot[bot] in #2414
- build(deps-dev): bump types-networkx from 3.6.1.20260728 to 3.6.1.20260903 by @dependabot[bot] in #2415
- build(deps): bump platformdirs from 4.11.5 to 4.11.7 by @dependabot[bot] in #2416
- build(deps-dev): bump ruff from 0.16.5 to 0.16.6 by @dependabot[bot] in #2418
- build(deps-dev): bump nuitka from 4.2 to 4.2.1 by @dependabot[bot] in #2424
- build(deps-dev): bump types-requests from 2.33.0.20260712 to 2.33.0.20260906 by @dependabot[bot] in #2429
- build(deps-dev): bump types-psutil from 7.2.2.20260827 to 7.2.2.20260906 by @dependabot[bot] in #2428
- build(deps): bump PaulHatch/semantic-version from 6.0.3 to 6.0.4 in /.github/workflows by @dependabot[bot] in #2430
New Contributors
- @be-student made their first contribution in #2411
Full Changelog: v1.13.1...v1.13.2
v1.13.1
Stable release v1.13.1.
The latest commit is 3c3f58e.
Refer to the action run that created this release.
What's Changed
🚀 Features and Improvements
- Re-enable metadata/UI refresh after Steam actions by @LionelColaso in #2410
Full Changelog: v1.13.0...v1.13.1
v1.13.0
Stable release v1.13.0.
The latest commit is dda2b6d.
Refer to the action run that created this release.
What's Changed
🚀 Features and Improvements
- Stop unsubscribe/subscribe from always blocking for 30 seconds by @keyz182 in #2397
- feat: mod list history with snapshot diff viewer (closes #1678) by @DaraynLB in #2404
Miscellaneous Changes
- build(deps): bump pygithub from 2.9.1 to 2.10.0 by @dependabot[bot] in #2392
- build(deps): bump platformdirs from 4.11.3 to 4.11.4 by @dependabot[bot] in #2394
- build(deps): bump click from 8.4.2 to 8.5.0 by @dependabot[bot] in #2401
- build(deps-dev): bump types-psutil from 7.2.2.20260518 to 7.2.2.20260827 by @dependabot[bot] in #2400
- build(deps): bump github/codeql-action from 4.37.8 to 4.37.9 in /.github/workflows by @dependabot[bot] in #2399
- build(deps-dev): bump ruff from 0.16.4 to 0.16.5 by @dependabot[bot] in #2398
- build(deps): bump platformdirs from 4.11.4 to 4.11.5 by @dependabot[bot] in #2405
- build(deps): bump rapidfuzz from 3.14.5 to 3.14.6 by @dependabot[bot] in #2407
- build(deps-dev): bump nuitka from 4.1.3 to 4.2 by @dependabot[bot] in #2406
New Contributors
Full Changelog: v1.12.0...v1.13.0
v1.12.0
Stable release v1.12.0.
The latest commit is 51646ef.
Refer to the action run that created this release.
What's Changed
🚀 Features and Improvements
- feat(macOS): support Apple Silicon build standardization & add Append Mod List feature by @qennenat in #2361
🐛 Bug Fixes
- Fix symlink test to use junction on Windows by @LionelColaso in #2390
🔧 Maintenance and Internal Changes
- Disable BLE001 and strip inline noqa comments project-wide by @LionelColaso in #2388
- Introduce cov_opts and update test comment by @LionelColaso in #2389
Miscellaneous Changes
- build(deps): bump charset-normalizer from 3.5.0 to 3.5.1 by @dependabot[bot] in #2381
- build(deps): bump github/codeql-action from 4.37.7 to 4.37.8 in /.github/workflows by @dependabot[bot] in #2384
- build(deps): bump lxml from 6.1.1 to 6.1.2 by @dependabot[bot] in #2387
- build(deps-dev): bump types-pygments from 2.20.0.20260728 to 2.21.0.20260819 by @dependabot[bot] in #2386
- build(deps-dev): bump ruff from 0.16.3 to 0.16.4 by @dependabot[bot] in #2385
- update translations by @LionelColaso in #2391
New Contributors
Full Changelog: v1.11.1...v1.12.0
v1.11.1
Stable release v1.11.1.
The latest commit is 2f06933.
Refer to the action run that created this release.
What's Changed
🐛 Bug Fixes
- Fix lint, type, and duplication issues from just fix/just check by @LionelColaso in #2379
Miscellaneous Changes
- fix(steam): bundle setup_steam_recovery_script.js in build by @makarworld in #2378
Full Changelog: v1.11.0...v1.11.1
v1.11.0
Stable release v1.11.0.
The latest commit is c41a81a.
Refer to the action run that created this release.
What's Changed
Miscellaneous Changes
- build(deps): bump github/codeql-action from 4 to 4.37.3 in /.github/workflows by @dependabot[bot] in #2344
- Fix silent update failures on Linux requiring elevation by @Spagles in #2346
- Don't send packages with id 0 in PublishedFileId.txt by @AlexVran in #2348
- build(deps): bump github/codeql-action from 4.37.3 to 4.37.4 in /.github/workflows by @dependabot[bot] in #2349
- build(deps-dev): bump ruff from 0.16.0 to 0.16.1 by @dependabot[bot] in #2350
- build(deps): bump github/codeql-action from 4.37.4 to 4.37.6 in /.github/workflows by @dependabot[bot] in #2352
- build(deps): bump actions/attest-build-provenance from 4.1.1 to 4.2.2 in /.github/workflows by @dependabot[bot] in #2354
- build(deps): bump packaging from 26.2 to 26.3 by @dependabot[bot] in #2355
- build(deps): bump platformdirs from 4.11.0 to 4.11.1 by @dependabot[bot] in #2356
- build(deps-dev): bump ruff from 0.16.1 to 0.16.2 by @dependabot[bot] in #2357
- build(deps): bump pygit2 from 1.19.3 to 1.20.0 by @dependabot[bot] in #2358
- build(deps): bump platformdirs from 4.11.1 to 4.11.2 by @dependabot[bot] in #2360
- build(deps): bump sqlalchemy from 2.0.51 to 2.0.52 by @dependabot[bot] in #2363
- build(deps): bump github/codeql-action from 4.37.6 to 4.37.7 in /.github/workflows by @dependabot[bot] in #2364
- build(deps-dev): bump ruff from 0.16.2 to 0.16.3 by @dependabot[bot] in #2365
- build(deps): bump charset-normalizer from 3.4.9 to 3.5.0 by @dependabot[bot] in #2366
- build(deps): bump platformdirs from 4.11.2 to 4.11.3 by @dependabot[bot] in #2367
- fix signal emit in settings failure dialog, auto-update prompt check, and appearance branch logic by @Spagles in #2362
- feat: Workshop browser, missing deps, import, SteamCMD logs, wiki ru by @makarworld in #2374
New Contributors
- @AlexVran made their first contribution in #2348
- @makarworld made their first contribution in #2374
Full Changelog: v1.10.2...v1.11.0
v1.10.2
Stable release v1.10.2.
The latest commit is 936c79e.
Refer to the action run that created this release.
What's Changed
🚀 Features and Improvements
- fix: clear stale dividers when importing mod lists by @gingerninja85 in #2286
🐛 Bug Fixes
- fix(ddsutility): File Deletion path can be mangled in DDSUtility if the path contains
.ddsoutside of the file name by @tomaioo in #2178 - fix(tags): restore TagEditDialog improvements from PR #2171 by @cebarks in #2304
🔧 Maintenance and Internal Changes
Miscellaneous Changes
- build(deps-dev): bump types-networkx from 3.6.1.20260624 to 3.6.1.20260724 by @dependabot[bot] in #2335
- build(deps-dev): bump ruff from 0.15.22 to 0.16.0 by @dependabot[bot] in #2336
- Add confirmation before verifying game files from menu bar by @a-pena in #2338
- build(deps-dev): bump types-pygments from 2.20.0.20260518 to 2.20.0.20260728 by @dependabot[bot] in #2339
- build(deps-dev): bump types-networkx from 3.6.1.20260724 to 3.6.1.20260728 by @dependabot[bot] in #2340
New Contributors
- @tomaioo made their first contribution in #2178
- @a-pena made their first contribution in #2338
- @Spagles made their first contribution in #2342
- @gingerninja85 made their first contribution in #2286
Full Changelog: v1.10.1...v1.10.2
v1.10.1
Stable release v1.10.1.
The latest commit is 6787c0a.
Refer to the action run that created this release.
What's Changed
🐛 Bug Fixes
Miscellaneous Changes
- build(deps): bump platformdirs from 4.10.0 to 4.10.1 by @dependabot[bot] in #2326
- build(deps): bump actions/labeler from 6 to 7 in /.github/workflows by @dependabot[bot] in #2327
- build(deps): bump aiohttp from 3.14.1 to 3.14.2 by @dependabot[bot] in #2328
- build(deps): bump platformdirs from 4.10.1 to 4.11.0 by @dependabot[bot] in #2329
- build(deps): bump certifi from 2026.6.17 to 2026.7.22 by @dependabot[bot] in #2330
- build(deps): bump aiohttp from 3.14.2 to 3.14.3 by @dependabot[bot] in #2331
- ruff format and update translations by @LionelColaso in #2333
New Contributors
Full Changelog: v1.10.0...v1.10.1
v1.10.0
Stable release v1.10.0.
The latest commit is 674c2de.
Refer to the action run that created this release.
What's Changed
🚀 Features and Improvements
- refactor(logging): extract logging setup into dedicated module by @cebarks in #2093
- Add menu button to download any Steam RimWorld Version by @bukowa in #2298
- feat: dev mode data isolation by @cebarks in #2058
- feat: add Git Mod Updater panel and clean up GitHub Mods implementation by @cebarks in #2128
Miscellaneous Changes
- build(deps-dev): bump types-requests from 2.33.0.20260518 to 2.33.0.20260712 by @dependabot[bot] in #2309
- Update ru_RU translation (hand work, no AI/Translaters) by @Bebranot in #2312
- implement --steamcmd-helper CLI mode for subprocess orchestration by @bukowa in #2316
- build(deps-dev): bump ruff from 0.15.21 to 0.15.22 by @dependabot[bot] in #2319
- fix: keep local git/SteamCMD mods active over their Workshop copy by @keyz182 in #2320
- build(deps): bump PaulHatch/semantic-version from 6.0.2 to 6.0.3 in /.github/workflows by @dependabot[bot] in #2318
New Contributors
Full Changelog: v1.9.0...v1.10.0