summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-07-16 16:35:34 -0400
committerJordan Wiens <jordan@psifertex.com>2024-07-16 16:35:38 -0400
commitab5c0b34b473fa6cdc5ad55635e670e27688d71c (patch)
tree839e2c4adaf8b6f92ca7514dad2de8d72eb21da5 /docs/guide
parenta37d1dc804f2f14771435aeefcfc43818fed79a2 (diff)
add history UI documentation
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 74917a4c..541b5089 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -413,6 +413,18 @@ The Variables sidebar panel will show local variables from the currently selecte
The Stack sidebar panel shows the currently selected function's stack layout. You can create variables using the [usual](types/type.md#direct-ui-manipulation) hotkeys as well as using the right-click menu (which also shows the hotkeys).
+### History
+
+![History](../img/history.png "History"){ width="700" }
+
+The History sidebar panel shows all annotations made during the history of a database. Note that even changes made prior to the introduction of the UI will be shown. This not only makes it easier to see what changes have been made, but allows you to right-click and revert to a particular point in analysis. Additionally, the right-click menu includes a toggle to hide or show the date of the change.
+
+Note that when plugins or the UI batch multiple changes in one action, they wil be summarized with a count of actions but no further details are possible.
+
+There is currently no support for branching/forking style of history at this time.
+
+If you save a database [without undo actions](#5-save-analysis-database-with-options) the history view will be empty.
+
### Strings
![Strings](../img/strings.png "Strings"){ width="700" }