From 759bd180b8d8d199192f4db78da82dcad1d4a69e Mon Sep 17 00:00:00 2001
From: Oliver Hamlet
Date: Thu, 28 May 2015 08:53:38 +0100
Subject: [PATCH] Updated readme.
The images will need replacing, but better to do that when a release is
imminent.
---
docs/LOOT Readme.html | 32 +++++++++++++++++++++++++++-----
1 file changed, 27 insertions(+), 5 deletions(-)
diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index df300b7f..c1b4af6b 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -275,11 +275,20 @@ var {
Any errors encountered during sorting or masterlist update will be displayed on the General Information
card.
+
Search
+
+The search toolbar is displayed by clicking the search icon in the header bar, or using the Ctrl-F keyboard shortcut. It may be closed using the close button at the right of the toolbar.
+
+
Searching is performed as-you-type, or when the Enter key is pressed. All content visible on the front of plugin cards is searched, so the results may be affected by any filters you have active.
+
+
The plugin card list will be scrolled to the first card that contains a match. Matches may be scrolled between using the up and down chevron buttons, and the current match and the number of matches are displayed between them and the search input.
+
Main Menu
A few items in the main menu are not self-explanatory:
Redate Plugins
is provided so that Skyrim modders may set the load order for the Creation Kit. It is only enabled for Skyrim, and changes the timestamps of the plugins in its Data folder to match their current load order. A side effect of changing the timestamps is that any Steam Workshop mods installed will be re-downloaded.
+ Copy Load Order
copies the displayed list of plugins together with their decimal and hexadecimal indices.
Copy Content
copies the data displayed in LOOT's cards as YAML-formatted text.
Refresh Content
re-scans the installed plugins' headers and regenerates the content LOOT displays. This can be useful if you have made changes to your installed plugins while LOOT was open. Refreshing content will also discard any CRCs that were previously calculated, as they may have changed.
@@ -328,12 +337,9 @@ var {
Hide inactive plugins: Hides all plugins that are inactive.
Hide messageless plugins: Hides all plugins that have no visible messages.
-There are also two other filters:
+
The filter toggles have their states saved on quitting LOOT, and they are restored when LOOT is next launched. There are also two other filters:
- - A conflict filter that can be accessed through each plugin's menu. This filters the plugin cards displayed so that only plugins which conflict with this plugin will be visible. If this plugin loads a BSA, other plugins that load BSAs which may contain conflicting resources are also displayed.
-
- Only one plugin's conflict filter can be active at any one time, so activating a second conflict filter will deactivate the first. The plugin for which the filter is currently active has its card highlighted. Sorting with a conflict filter active will first deactivate it.
- A content filter, located at the bottom of the sidebar. This hides any plugins that don't have the filter input value present in any of the following:
+ A content filter, located beneath the filter toggles in the Filters sidebar tab. This hides any plugins that don't have the filter input value present in any of the following:
- Filename
- Version
@@ -341,6 +347,10 @@ var {
- Bash Tag suggestions
- Messages
+ A conflict filter that can be accessed through each plugin's menu. This filters the plugin cards displayed so that only plugins which conflict with this plugin will be visible. If this plugin loads a BSA, other plugins that load BSAs which may contain conflicting resources are also displayed.
+
+ Only one plugin's conflict filter can be active at any one time, so activating a second conflict filter will deactivate the first. The plugin for which the filter is currently active has its card highlighted. Sorting with a conflict filter active will first deactivate it.
+
Editing Plugin Metadata
@@ -523,6 +533,18 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Version History
Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories.
+
0.7.1 - X Y 2015
+
+ - Fixed LOOT UI opening in default browser on launch.
+ - Fixed
No existing load order position
errors when sorting.
+ - Fixed message filters being ignored by plugin cards after navigating the list.
+ - Moved content filter into Filters sidebar tab. The Ctrl-F keyboard shortcut no longer focusses the content filter.
+ - Checkbox-toggled filters now have their last state restored on launch.
+ - Darkened background behind cards to increase contrast.
+ - Added content search, accessible from an icon button in the header bar, and using the Ctrl-F keyboard shortcut.
+ - Added
Copy Load Order
feature to main menu.
+
+
0.7.0 - 20 May 2015
Fixes