From a2926fd21d5384af5d20b8ecd5343452a919455c Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 23 Jun 2014 22:10:32 +0100 Subject: [PATCH] Updated changelog. --- docs/LOOT Readme.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index 02558558..4f594aee 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -448,12 +448,13 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Fixed: The uninstaller not removing the Git repositories used to update the masterlists.
  • Fixed: Miscellaneous crashes due to uncaught exceptions.
  • Fixed: Plugin priorities are now temporarily "inherited" during sorting so that a plugin with a low priority that is made via metadata to load after a plugin with a high priority doesn't cause other plugins with lower priorities to be positioned incorrectly. -
  • Fixed: Default language setting value. -
  • Fixed: Defaults for the online masterlist used for Nehrim. +
  • Fixed: The default language is now correctly set to English. +
  • Fixed: Defaults for the online masterlist repository used for Nehrim.
  • Added: Display of masterlist revision date in reports.
  • Added: Report filter for inactive plugin messages. -
  • Added: Right-click menu command for clearing all user-added metadata for all plugins to the full metadata editor. -
  • Added: Conflict filter, drag 'n' drop into requirements, incompatibilities and load after lists, plugin priority display and a simple display mode to the full metadata editor. +
  • Added: The number of dirty plugins, active plugins and plugins in total to the report summary. +
  • Added: A find dialog to the report viewer, initiated using the Ctrl-F keyboard shortcut. +
  • Added: LOOT's windows now remember their last position and size.
  • Added: Command line parameter for selecting the game LOOT should run for.
  • Added: Finnish translation.
  • Removed: Support for Windows XP. @@ -461,14 +462,24 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Removed: The ability to open reports in an external browser. This was necessitated by the changes to report generation.
  • Removed: The MSVC 2013 redistributable requirement.
  • Removed: The "None Specified" language option is no longer available: English is the new default. -
  • Changed: The full metadata now displays plugins with user edits using a tick beside their name, rather than bolding their name text. -
  • Changed: Full metadata window sizing. It should now resize more appropriately. +
  • Changed: Unified and improved the metadata editors launched during and outside of sorting. +
  • Changed: Missing master/requirement and incompatibility errors are downgraded to warnings if the plugin in question is inactive. -
  • Changed: Checkboxes have been added to the full and mini metadata editors to set whether or not a priority value is "global". The UI also now displays the priority value used in comparisons (ie. with the millions and higher digits omitted).
  • Changed: Masterlist update errors have been made more user-friendly. -
  • Changed: Cyclic depndency error messages now detail the full cycle. +
  • Changed: If an error is encountered during masterlist update, LOOT will now silently delete the repository folder and attempt the update again. If it fails again, it will then report an error. +
  • Changed: Cyclic dependency error messages now detail the full cycle.
  • Changed: LOOT's report now uses a static HTML file and generates a javascript file that is dynamically loaded to contain the report data. This removes the PugiXML build dependency.
  • Changed: Debug log message priorities adjusted so that medium verbosity includes more useful data. +
  • Changed: Updated libgit2 dependency to v0.21.0.

    0.5.0 - 31 March 2014