From a6e9d0403bae8b3c80ddf36d31cc09e3a112d288 Mon Sep 17 00:00:00 2001 From: tknippenberg Date: Mon, 22 Sep 2025 16:01:18 +0200 Subject: [PATCH 1/2] Added History Pane beta --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 4 ++++ .../modeling/menus/version-control-menu/history-dialog.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 16f5ca86589..a2056f2c4e6 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -287,6 +287,10 @@ When the **Do not show antivirus exclusion notifications** setting is enabled, S Select this option to use the modernized version of the App Explorer. You must restart Studio Pro to use this feature. +### History Pane {#history-pane} + +Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. + ### Errors Pane Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature. diff --git a/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md b/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md index 479f8696276..3f5027f08c8 100644 --- a/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md +++ b/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md @@ -7,6 +7,10 @@ weight: 50 Use the **History** dialog box to look at all the changes that have been committed to a development line of an app. You can open this dialog box from the **Version Control** > **History…** menu item. This dialog box is also used when selecting a revision to merge from, create a branch line off, or to create a deployment archive from. +{{% alert color="info" %}} +In Studio Pro 11.4 the non-blocking, searchable History Pane beta has been released. Open this through **View** > **History** or set this feature as your default history view in the [New Features](/refguide/preferences-dialog/#history-pane) preferences. +{{% /alert %}} + The **History** dialog can display up to 250 commits at once, making it easy to look at the detailed project history. If the app was only partially copied, it may need to download missing data from the server. While the data is being downloaded, a progress bar will be shown. This initial download could take a little time, but once the data is saved locally, future access to the **History** dialog will be significantly faster — almost instant. ## Revisions From 0d87c5bf96e5814faa0b9a8b46222b952129e058 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:53:24 +0100 Subject: [PATCH 2/2] Add beta note --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 5dbd9b93922..aa994bb9b5a 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -293,7 +293,7 @@ Select this option to use the modernized version of the App Explorer. You must r ### History Pane {#history-pane} -Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. +Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. This feature is currently in public beta. ### Errors Pane