Skip to content

1.11.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 07:31
· 28 commits to v1.11 since this release
1d7e6fd

Comparison of patches and installer choices now takes place during collection installation. Vortex now compares the options the user selected for the currently installed mod against those packaged by the curator of the collection they are downloading.

We've put in a lot of work to make the File-Based Load Ordering more performant in the core app with a lot of the feedback coming from the Baldur's Gate 3 community. We've had to wait to push the game extension update until the core was ready but we now have a more performant load ordering, PAK file reading, caching etc. Along with these changes, collection installations are now quicker because of it.

Our update workflow has been overhauled with rewritten notifications, added info dialogs when swapping update channels as well as turned off force download of updates (unless they are hotfixes and need to be pushed out for security\stability reasons).

All of these changes have been tested in house for several weeks but still may not be perfect - it is a beta after all! As soon as these updates are confirmed to be stable then this update go out to everyone.

Full Changelog

  • New update workflow to better communicate What's New, minimize auto downloading (unless critical hotfixes) and more information when swapping update channels. Fixes #15363
  • (API) Fixed performance degradation when downloading collections for games that use the file based load order system. Fixes #15395
  • (Stardew) Fixed SMAPI update notification appearing while managing other games
  • (Collections) Added comparison of patches, installer choices, hashes when installing. Fixes #15396
  • (Collections) Updated styles to fix update changelog bounds
  • (Collections) Better logging when profile switching
  • (Collections) Fixed rare crash where game version was being compared
  • (Collections) Improved error handling when displaying instructions. Fixes #14570
  • (Collections) Instructions textarea now fills available space. Fixes #15394
  • (Collections) Override overflow now scrolls vertically
  • (BepInEx) Fixed download issues caused by package resolution applying the new archive format to 5.x.x versions of BepInEx
  • (Dependency Management) Suppress error report when user cancels purge
  • (Dependency Management) Fixed file overrides being cleared when switching to an empty profile
  • (Dependency Management) Fixed rare issue where it was possible for mods to fail deploying certain types
  • (Plugin Management) Fixed long delays when ascertaining if a plugin is marked light
  • (Baldur's Gate 3) Performance improvements when installing collections and using LSLib
  • (Baldur's Gate 3) Added caching to PAK reading
  • (Baldur's Gate 3) Added a better .NET error catch and shows a fix dialog. Fixes #15391
  • (Announcements) Restyled announcement dashlet
  • (Mod Management) Underscores in archive names no longer cause installation issues. Fixes #15334
  • (Theme) Fixed layout issues with Contrast and Compact theme
  • (Theme) Added a Classic theme that uses the old colors
  • Updated Log format
  • Updated dev bootstrap script
  • Updated Electron and Node