You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-desktop/current.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,36 @@ Behold the evolution of GitKraken Desktop! Find out what’s new, what&rsquo
14
14
15
15
Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap?product=gitkraken&source=help_center) to see what we’re working on.
16
16
17
+
***
18
+
19
+
<aid="v11-7-0"></a>
20
+
## Version 11.7.0
21
+
22
+
<kbd>Tuesday, December 9th, 2025</kbd>
23
+
24
+
_"Re-rebase (verb): To undo a rebase, only to redo it again."_
25
+
26
+
27
+
### New ✨
28
+
-**Markdown File Preview:**
29
+
- 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.
30
+
-**Undo/Redo for Rebase Operations:**
31
+
- 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).
32
+
-**GitKraken AI:**
33
+
-**Explain Branch Changes:** Right-click any branch to get a clear summary of what changed and why.
34
+
35
+
### Bug Fixes 🐛
36
+
- 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.
37
+
- F11 now toggles fullscreen on Windows and Linux, matching platform conventions.
38
+
- "Revert Hunk" will no longer appear on working directory changes ("WIP"). "Discard Hunks" is still available for WIP changes.
39
+
- Fixed blank UI when selecting too many options in Launchpad filters for Jira issues.
40
+
- Fixed an issue where commit hook changes did not appear in the unstaged area.
41
+
- Fixed an issue where Git commit options ("skip hooks" and "push after commit") were not being honored when using the commit keyboard shortcut: <kbd>Shift/Cmd + Enter</kbd>.
42
+
43
+
### Modernization Notice 🎨
44
+
-**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.
45
+
-_We plan to restore custom theme support once the modernization is complete._
Copy file name to clipboardExpand all lines: gitkraken-desktop/editing-files.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,3 +123,6 @@ GitKraken Desktop expects most files to use `UTF-8` encoding. To review or adjus
123
123
<img src='/wp-content/uploads/preferences-encoding-select-2025.png' class="help-center-img img-bordered" alt="File encoding selection from preferences">
124
124
<figcaption style="text-align: center; color: #888;">Choose your default encoding from preferences.</figcaption>
125
125
</figure>
126
+
127
+
## Markdown Preview
128
+
GitKraken Desktop includes a built-in Markdown preview for `.md` files. To toggle the preview pane click the <buttonclass='button button--primary button--ui button--nolink'>Preview</button> button in the top of the editor. You can switch between editing and previewing the Markdown content.
Copy file name to clipboardExpand all lines: gitkraken-desktop/undo-and-redo.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ You can undo the following actions in GitKraken Desktop:
26
26
+ Delete branch
27
27
+ Remove remote
28
28
+ Reset branch to a commit
29
+
+ Rebase operations, including Interactive Rebase, Multi-Commit Cherry Pick, dropping and rewording commits, and AI Commit Compose (Recompose with AI).
29
30
30
31
These undo actions can help you recover from common missteps without going to the command line.
0 commit comments