You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features and Improvements
Added a new "Loads Archives" flag to the plugins in the pluginList that are loading an archive. (Warning: this flag will only detect archives from the same mod as the plugin in question).
Added "Visit on Nexus" menu entry in the downloads tab.
Added confirmation message when deleting downloads.
Added un-hide all downloads option.
Made downloads file sizes human readable instead of just being KB.
Added "Open Plugins folder" option to Open folder menu.
Added LOOT sorting for Skyrim VR.
added open in explorer option to overwrite dialog.
added path of the managed game in the setting.
increased limit of backups to 10.
loot-api updated to 0.13.6.
Added CalienteTools to list of accepted top level directories.
Changed mod installer to automatically recognize and handle mods packaged as: Data folder + txt file. The txt file will. be added to the mod so that users can see the content.
Added "Open in Folder" option to downloads tab right-click context menu.
Allowed "Ignore missing data" modlist option to be applied to multiple mods at once.
Allowed "Mark as converted" modlist option to be applied to multiple mods at once.
Allowed "Open in Explorer" modlist option to be applied to multiple mods at once.
Allowed "Ignore Update" modlist option to be applied to multiple mods at once.
Allowed "Unignore Update" modlist option to be applied to multiple mods at once.
Added automatic detection and warning that checks if the Windows Event Log Service is running (required for the correct working of the virtualization).
Added ability to sort downloads by Size.
Added size indicator for the compact downloads view.
Added "Hide Uninstalled" and "Delete Uninstalled" options to downloads right-click context menu.
Added new Feather and Scroll content icon, courtesy of WolfHeartAurora.
Added new "Contains INI files" filter, with associated contents icon.
Changed the plugin tooltip to show loaded archives names that are from the same mod as the plugin.
Changed double-click action on plugin list to open the mod information window of the containing mod.
You can now delete the contents of Overwrite by selecting the Overwrite mod and pressing the DEL key (confirmation message will appear).
Added "Open Mods folder" menu option to the "Open folder" menu.
Added CTRL+DoubleClick on mods and plugins to open the mod in Explorer.
Added ability to copy selected text such as modname or plugin name with CTRL+C.
Fixes:
Usvfs fix for paths starting with "\".
Fix for plugin loadorder locking.
Fix for crash when closing the ModInfoDialog while a filter was selected.
Fixed crash when resuming downloads.
Fix for downloads auto-completing.
Fix for pausing download not pausing correctly.
Applied changes to make EU#1 Nexus server work properly.
Avoided Major gui lockup when "Hide all installed" option is selected in the downloads tab.
Avoided some unnecessary refreshes while removing mods.
Major Downloads tab performance improvements (several seconds worth of speed up on a single operation).
Fix a small memory leak in updateToolBar (by Diana).
TTW save parsing fixes courtesy of LostDragonist.
NCC installer uses first primary source if a mod has no metadata.
Changed how download speeds are displayed to make them jump around less and have better unit labelling.
Fixed "Endorse MO2" button to correctly endorse the SkyrimSE MO2 nexus page even for other managed games.
Removed MO2 confirmation dialog before closing in case there are exclusively paused downloads.
Fixed downloads tab reverting to sorting by FileTime each time the program is opened.
Improve robustness of endorsement checks (should get rid of "I've already endorsed this!" issues).
Allow more characters in instance names (A-Z, a-z, 0-9, [], (), {}, and +=_-!@#$%^;,.).
Generate a warning dialog for invalid instance names.
Truncate long strings in the plugins tab tooltip.
Force NXMhandler.exe registration when the associate with Nexus button is clicked.
Changed Fomod installer to not default to back and cancel buttons.
Tweaked highlighting of mods and plugins to better support dark themes.