Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 22:07

Added

  • Added support for .pdmod.
  • Added Discord Rich Presence showing the active game on profile.
  • Added a Health Check on the Installed page, scans all mods and groups issues by category, with bulk actions to fix them:
    • Missing files
    • Broken archives
    • Outdated installs
    • Unrecognized mods
    • Missing dependencies
    • Available updates
  • Added Settings access from the Game Picker Window.
  • Added an "Outdated" badge in Manage Files for leftover duplicate files left behind when a mod's download switched between a plain file and an archive.
  • Install button on Browse Mods now shows download percentage and a progress bar while a mod is downloading.
  • Loading screen now shows how many mods have been scanned during the identification phase.
  • "Update All" button now shows progress counter during a batch update.
  • Added a per-mod options menu on installed mod cards.
  • Added a clear button to the game picker search field.
  • Missing-dependencies dialog now shows download progress on install buttons, lets you open a dependency's detail page by clicking its row, and adds an "Install all" button when multiple dependencies can be auto-installed.

Changed

  • Settings is now organized into three tabs.
  • Release artifact filenames now include an architecture suffix (modrex_x86_64.exe, modrex_x86_64.deb, modrex_x86_64.rpm, modrex_x86_64.AppImage).

Fixed

  • Fixed the missing-dependency warning not appearing when installing a mod that has multiple downloadable files.
  • Fixed updates not being detected for mods whose download switched between a plain file and an archive, which could leave an old copy installed alongside the new one.
  • Fixed Settings remembering the wrong tab when switching between the game picker's global settings and per-game settings.
  • Fixed ghost buttons and navigation tabs showing no hover feedback, making their click targets unclear.
  • Fixed Browse Mods page numbers disappearing briefly when changing the search, sort, or category filter.
  • Fixed old Browse Mods results briefly flashing when changing filters before the new page loaded.
  • Fixed download progress stopping to update when switching away from the mod detail page and back during a download.
  • Fixed updating a mod resetting it to enabled even if it was disabled before the update.
  • Fixed a mod card on Browse Mods becoming permanently frozen in a loading state after updating it from the Installed page.
  • Fixed Crime Boss mods that default to disabled in-game being impossible to enable from Modrex after the game created their settings file on first launch.
  • Fixed the Update window still prompting to pick files for multi-pak mods when the mod author renamed the archive entries between versions.