There are a few different files available below. Unless you have any specific reason to, you should use DLSS.Swapper-{version}-installer.exe
. For more information see how to install.
If you previously could not use the .NET 9 releases please try the DLSS.Swapper-{version}-portable-cet-disabled.zip
release and report in issue #328 if that build works for you.
Major changes
DLSS Swapper has changed how it handles downloaded files. Previously it would download a zip for storage until you wanted to swap that dll in a game. When you go to swap a file it would extract from the zip and move the file. This has now been changed to extract on download. Swapping DLLs is now a copy operation instead of an extract.
During first launch of v1.1.7 DLSS Swapper will perform a DLL migration where it moves your files to their new location. As a result your downloaded DLLs will take up about 14% more disk space.
What's Changed
- Added Battle.net support. By @Shaydera in #508
- Added the ability to re-order your libraries. By @beeradmoore in #513
- Fixed issue where changing enabled game library would not refresh games page. By @Kur3k in #485
- Added ability to search for games on the games screen. By @licon4812 in #446
- Added ability to ignore paths (or entire drives) from being scanned for games. By @beeradmoore in #502
- Improved DLL picker layout, now shows more explicitly what version you had and what version is used now. By @beeradmoore in 1e1bf03
- Added download latest DLLs button on library page. By @beeradmoore in #503
- Changed app to use DLLs on disk instead of zips on disk. By @beeradmoore in #494
- Added open folder button in DLL picker screen. By @vDekuu in Thttps://github.com//pull/427
- Added better handling of preloaded Steam games. By @Shaydera in #472
- Added cover loading when GOG Galaxy is not installed. By @beeradmoore in #474
- Added scrollbar on game details screen to fix issue where you could not access all options. By @vDekuu #416
- Improved download code. By @beeradmoore in #455
- Improved installer to not check window title "DLSS Swapper" and instead look for "DLSS Swapper.exe" process. By @beeradmoore in #476
- Fixed import system working. It now also supports selecting multiple files and importing a zip (containing one or many DLLs). By @beeradmoore in #484 and #501
- Fixed typo in manually added folders prompts. By @TheLovinator1 in #491
- Added licence and acknowledgements screen in settings. By @beeradmoore in #509
- Added more tests in network diagnostics. By @beeradmoore
- Improved display of DLL versions on game details page. By @beeradmoore in fb72f8b
- Reduced severity of multiple DLLs found. By @beeradmoore in 28d6bc1
Repository Changes
- Readme updates. By @DutraGames in #407
- Added Japanese readme. By @eltociear in #443
- Update editorconfig. By @Saibamen in #353
- Made it easier to develop for certain config types. By @Zagrthos in #393
New Contributors
- @DutraGames made their first contribution in #407
- @licon4812 made their first contribution in #446
- @eltociear made their first contribution in #443
- @Shaydera made their first contribution in #472
- @TheLovinator1 made their first contribution in #491
- @Kur3k made their first contribution in #485
Full Changelog: v1.1.6...v1.1.7