diff --git a/gitkraken-desktop/common-issues.md b/gitkraken-desktop/common-issues.md
index 51216e7..47b2323 100644
--- a/gitkraken-desktop/common-issues.md
+++ b/gitkraken-desktop/common-issues.md
@@ -55,7 +55,7 @@ To re-enable it: View > Show Commit Details panel
### Can't minimize/maximize or exit full-screen mode
-Toggle full-screen mode with Ctrl + Shift + F
+Toggle full-screen mode with F11 (for Windows/Linux) or Ctrl + Cmd + F (for macOS)Keyboard shortcut to toggle full screen in GitKraken Desktop.
diff --git a/gitkraken-desktop/current.md b/gitkraken-desktop/current.md
index 86085f1..bf85564 100644
--- a/gitkraken-desktop/current.md
+++ b/gitkraken-desktop/current.md
@@ -14,6 +14,36 @@ Behold the evolution of GitKraken Desktop! Find out what’s new, what&rsquo
Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap?product=gitkraken&source=help_center) to see what weβre working on.
+***
+
+
+## Version 11.7.0
+
+Tuesday, December 9th, 2025
+
+_"Re-rebase (verb): To undo a rebase, only to redo it again."_
+
+
+### New β¨
+ - **Markdown File Preview:**
+ - You can now preview markdown files directly in the file viewer! Toggle between Code and Preview modes using the new buttons in the file header.
+ - **Undo/Redo for Rebase Operations:**
+ - Added support for undoing and redoing rebase operations, including Interactive Rebase, Multi-Commit Cherry Pick, dropping and rewording commits, and AI Commit Composer (Recompose with AI).
+ - **GitKraken AI:**
+ - **Explain Branch Changes:** Right-click any branch to get a clear summary of what changed and why.
+
+### Bug Fixes π
+ - Fixed AI Commit Composer failing when composing commits that include empty new files, binary files, deleted or renamed files, or files with identical hunk headers.
+ - F11 now toggles fullscreen on Windows and Linux, matching platform conventions.
+ - "Revert Hunk" will no longer appear on working directory changes ("WIP"). "Discard Hunks" is still available for WIP changes.
+ - Fixed blank UI when selecting too many options in Launchpad filters for Jira issues.
+ - Fixed an issue where commit hook changes did not appear in the unstaged area.
+ - Fixed an issue where Git commit options ("skip hooks" and "push after commit") were not being honored when using the commit keyboard shortcut: Shift/Cmd + Enter.
+
+### Modernization Notice π¨
+ - **Custom Themes:** Custom themes will be sunset in 11.8.0 as we modernize the UI for better performance and maintainability. Our new architecture requires rebuilding theme support from the ground up. Light, dark, and high-contrast themes will remain available during the transition.
+ - _We plan to restore custom theme support once the modernization is complete._
+
***
## Version 11.6.0
diff --git a/gitkraken-desktop/editing-files.md b/gitkraken-desktop/editing-files.md
index b9401fb..a800f68 100644
--- a/gitkraken-desktop/editing-files.md
+++ b/gitkraken-desktop/editing-files.md
@@ -123,3 +123,6 @@ GitKraken Desktop expects most files to use `UTF-8` encoding. To review or adjus
Choose your default encoding from preferences.
+
+## Markdown Preview
+GitKraken Desktop includes a built-in Markdown preview for `.md` files. To toggle the preview pane click the button in the top of the editor. You can switch between editing and previewing the Markdown content.
\ No newline at end of file
diff --git a/gitkraken-desktop/experimental-features.md b/gitkraken-desktop/experimental-features.md
index 2bffe35..10eb57a 100644
--- a/gitkraken-desktop/experimental-features.md
+++ b/gitkraken-desktop/experimental-features.md
@@ -32,7 +32,7 @@ GitKraken ships with Git built-in, or you can select a system Git path.
Git actions that currently use the Git executable (by version):
-**v9.4.0β11.85.0:**
+**v9.4.0β11.6.0:**
- Commit, fetch, push, pull
- Branch rename/delete, merge base
- Tag creation/deletion, revert commits
diff --git a/gitkraken-desktop/gkd-gitkraken-ai.md b/gitkraken-desktop/gkd-gitkraken-ai.md
index 64101af..10467e7 100644
--- a/gitkraken-desktop/gkd-gitkraken-ai.md
+++ b/gitkraken-desktop/gkd-gitkraken-ai.md
@@ -164,6 +164,11 @@ You can then use the AI button again to generate a revised commit message.
***
+## Explain Branch Changes with AI
+
+Right-click any branch and select **Explain Branch Changes** to get a summary of all changes on that branch.
+
+***
## AI-Powered Merge Conflict Resolution
Resolve merge conflicts faster with GitKraken AI.
diff --git a/gitkraken-desktop/keyboard-shortcuts.md b/gitkraken-desktop/keyboard-shortcuts.md
index 424e06a..4ce2387 100644
--- a/gitkraken-desktop/keyboard-shortcuts.md
+++ b/gitkraken-desktop/keyboard-shortcuts.md
@@ -234,7 +234,7 @@ GitKraken Desktop includes a variety of keyboard shortcuts to help you work fast
Toggle Fullscreen Mode
Control⌘F
-
CtrlShiftF
+
F11
Increase Zoom
diff --git a/gitkraken-desktop/undo-and-redo.md b/gitkraken-desktop/undo-and-redo.md
index 973038c..4255437 100644
--- a/gitkraken-desktop/undo-and-redo.md
+++ b/gitkraken-desktop/undo-and-redo.md
@@ -26,6 +26,7 @@ You can undo the following actions in GitKraken Desktop:
+ Delete branch
+ Remove remote
+ Reset branch to a commit
++ Rebase operations, including Interactive Rebase, Multi-Commit Cherry Pick, dropping and rewording commits, and AI Commit Compose (Recompose with AI).
These undo actions can help you recover from common missteps without going to the command line.