Skip to content

Releases: Jobus0/ReShade-Deployer

v1.5.0

Choose a tag to compare

@Jobus0 Jobus0 released this 15 May 22:44

New Features & Improvements

  • Comprehensive Add-on & Mod Deployment: Added add-on deployment system for both .addon32/64 files and generic game mods.
    • Organize add-ons into sub-folders alongside their required additional files and special Shaders or Textures folders (which are automatically injected into the deployed ReShade.ini).
    • Deploy generic, non-ReShade game mods directly from the add-on dropdown menu, even without 'Add-on Support' toggled on.
    • Use an optional Add-on.ini file for advanced per-addon configurations, such as forcing files to copy instead of symlink, overriding the ReShade DLL name (useful for tools like OptiScaler), or running custom setup scripts after deployment.
    • Your selected add-ons are remembered and persisted between sessions.
    • See Advanced Add-ons Usage for more info.
  • One-Click Undeploy: Added a dedicated "Undeploy" button (trash bin) to remove ReShade from the selected game. Undeployment dynamically detects the ReShade DLLs and cleans up the deployment, including any associated add-on files and symlinked directories, leaving only configuration files.
  • App & UI Enhancements:
    • Polished the user interface and updated feedback dialogs, including a new uninstallation success message.
    • Prevented multiple instances of the app from running at once; opening the deployer a second time will now seamlessly bring the existing window to the front.
    • The Vulkan add-on support warning will no longer display if Vulkan with add-on support is already deployed.

Bug Fixes

  • Fixed a crash that could occur when uninstalling ReShade Deployer if the context menu deployment option was currently disabled.
  • Fixed an inaccurate "successful deployment" message showing up if you canceled out of the Vulkan add-on warning prompt.
  • Fixed a potential application crash caused by reading missing or empty values from .ini configuration files.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@Jobus0 Jobus0 released this 17 Dec 19:31

New Features & Improvements

  • Recursive Shader & Texture Search: The deployer now scans subdirectories within your Shaders and Textures folders, allowing for better organization of your files.
  • Custom Preset Paths: You can now use custom ReShade.ini path for presets, as the deployer no longer enforces rigid handling of PresetPath on deployment.
  • Support for new Compatibility.ini values: Better compatibility defaults for the built-in Depth addon in various games.
  • UI Improvements:
    • Menu items that open dialog boxes (like Uninstall) now include ellipses (...) to clearly indicate that further action/confirmation will follow.
    • Error messages are now more descriptive and flexible to help troubleshoot deployment issues.
    • Fixed the capitalization on the deployment button text.

Bug Fixes

  • Compatibility.ini Updates: Fixed an issue where the Compatibility.ini file would not be updated with new values if the file already existed.

Full Changelog: v1.3.4...v1.4.0

v1.3.4

Choose a tag to compare

@Jobus0 Jobus0 released this 04 Jun 20:39

Summary:

  • Allow updating the ReShade files while a current .dll is being used by a game. File deletion is instead deferred to next program launch.

Full Changelog: v1.3.3...v1.3.4

v1.3.3

Choose a tag to compare

@Jobus0 Jobus0 released this 04 Jun 18:07

Summary:

  • Fixed first-time setup issues.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@Jobus0 Jobus0 released this 01 Jun 08:11

Summary:

  • Fixed error in Vulkan deployment.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@Jobus0 Jobus0 released this 31 May 15:36

Summary (since 1.2.0):

  • Full Vulkan installation support. No longer need to rely on the official installer.
  • Added Uninstall option to the options menu which removes program-specific registry entries and removes the system-wide ReShade Vulkan layer.

Full Changelog: v1.2.0...v1.3.1

v1.2.0

Choose a tag to compare

@Jobus0 Jobus0 released this 25 May 21:42

Summary:

  • Better compatibility with many games, including RTX Remix titles.
  • Support Unreal Engine bootstrap exes - will redirect installation to the correct folder.
  • Added option to always exit on deploy (show no confirmation with continue/exit choices).
  • Added d3d8to9 notice when d3d8 game is detected.
  • Added single-click process for updating the program.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@Jobus0 Jobus0 released this 01 Apr 21:48

Summary:

  • Automatic API selection by analysing executable
  • Small workflow overhaul: Select game before API selection

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@Jobus0 Jobus0 released this 08 Feb 13:37
Add LICENSE