Release 0.16.0
📝 Changelog
Minor Changes
- 6b97042: Replace AppImage with Flatpak for Linux distribution. The
.deband.rpmtargets are retained. - 8a71272: Auto-detect NVIDIA GPU on Wayland with Auto/Force On/Force Off modes to avoid perf loss on non-NVIDIA
- 45c90ca: Fix macOS compatibility: platform detection, game path sync, deep links, and cross-platform mods storage
Patch Changes
- ab3984c: Improve Flatpak packaging: bump GNOME runtime to 49, enrich metainfo with developer info and input controls, ship standalone .desktop file
- a94cf40: Fix local mod installs getting stuck with invalid state
- af92a10: Throttle app update checker to prevent excessive requests to the update server
- 87fa249: Fix false update prompt right after mod installation
- 6b97042: Show download progress percentage in multi-file download dialog
- e591195: Update OTA plugin version
- 6b97042: Add volume slider in bottom bar for quick audio level adjustment
- e7342a2: Throttle React Query usage: shared constants, remove unused OTA hook, and sensible defaults to avoid rate-limiting and excessive refetches
- 87fa249: Fix wrong mod file deletion after reordering
- 6b97042: Fix critical and high security vulnerabilities by updating dependencies and adding pnpm overrides
- 87fa249: Fix empty Mod Load Order dialog on first open
- a94cf40: Replace console.log with structured logging in store migrations
📋 Commits since v0.15.0
- fix(desktop): disable analytics by default in telemetry settings (1672f4f)
- chore(nix): update dependency hashes [skip ci] (8fb4963)
- fix(desktop): fix Linux Flatpak build failure (gui-app-without-icon) (89ddc83)
- chore(nix): update dependency hashes [skip ci] (09fd041)
- chore(desktop): bump version to 0.16.0 (41fb8a4)
- chore: clean up changesets [skip ci] (6b97042)
- refactor(desktop): best practices and accessibility requirements to the React components (#252) (eca9ade)
- fix(desktop): mod delete and download progress (#248) (9e88121)
- fix(desktop): improve scroll and load performance across all pages (#250) (b225793)
- chore: update gameinfo.gi from depot (2c12e9c)
- chore(desktop): Update OTA plugin version (#251) (e591195)
- chore(aur): update PKGBUILDs (8a71272)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r39.g45c90ca [skip ci] (6bb3ec6)
- fix: bulk fix all detail dev reports (#246) (45c90ca)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r37.g3348708 [skip ci] (d7ec55d)
- fix(desktop): add scroll to debug page state section (#245) (3348708)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r35.gd821005 [skip ci] (6e00171)
- chore: update gitignore (d821005)
- docs(readme): add RapidRAW acknowledgment and reorganize libraries section (e56ffd3)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r32.gd34b63c [skip ci] (7d3a9b9)
- docs(repo): add AI policy, AGENTS.md, and disclosure requirements (d34b63c)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r30.g332dd1e [skip ci] (0675bb0)
- chore: remove any mention of macos (332dd1e)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r28.gec569e9 [skip ci] (80008b2)
- fix(desktop): linux webkit nix dev setup (#241) (ec569e9)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r26.g20495b2 [skip ci] (37a684f)
- refactor(desktop): clean up deep link module + fix typo in tauri.conf (20495b2)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r24.g87fa249 [skip ci] (a676b61)
- feat(desktop): support selecting multiple files when updating multi-file mods (#238) (87fa249)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r22.g259f036 [skip ci] (8dea436)
- fix(desktop): prevent path traversal in show_mod_in_store and delete_profile_folder (259f036)
- chore(.agents): new skill set (cb08fef)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r19.g99efb06 [skip ci] (dd8b891)
- chore(www): remove old video (99efb06)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r17.g3de7dda [skip ci] (ad423b6)
- fix(desktop): remove nonexistent usr/lib copy from flatpak manifest (3de7dda)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r15.gfdd20b1 [skip ci] (c529795)
- docs(repo): add linux limited support disclaimer to README and docs (fdd20b1)
- chore(desktop): improve flatpak packaging and update app descriptions [skip ci] (ab3984c)
- fix(desktop): build flatpak externally instead of as native tauri target (ab1d43d)
- chore(aur): update deadlock-modmanager-git pkgver to 0.15.0.r11.g906b1cf [skip ci] (b20b86f)
- feat(desktop): deprecate Appimage support in favour of flatpak (#239) (906b1cf)
- fix: update direct dependencies to resolve high severity vulnerabilities (#240) (60cee2e)
- fix(desktop): fix local mod install invalid state and stuck spinner (#231) (a94cf40)
- fix(desktop,www): throttle React Query usage to avoid rate-limiting (e7342a2)
- fix(desktop): throttle update checker to prevent rate-limiting (af92a10)
- fix(nix): use / delimiter in sed for pnpm hash replacement (d22ec7f)
- fix(nix): use build-and-fail for pnpm hash detection, pull latest in downstream jobs (aca54a7)
- chore(nix): update dependency hashes [skip ci] (4e06b7e)
- fix(nix): grant write permissions to CI for hash auto-updates (17f1375)
- fix(nix): remove unused bun2nix input and automate all package hash updates (6d69765)
- feat(desktop): add volume slider to bottom bar (8eb3bac)
This release was generated automatically using GitHub Actions.