File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ body. Keep section headings exact and write notes in Markdown.
1414
1515### Added
1616
17+ - ** Stash support in the ref-picker popup.** The "Pick…" popup next
18+ to every commit-ish input now includes a * Stashes* section showing
19+ all stash entries (symbolic name, subject, short SHA) ordered
20+ most-recent-first. Picking a stash writes ` stash@{N} ` into the
21+ commit-ish textbox. Filter matches against the symbolic name,
22+ subject text, and short SHA.
23+ - ** "View stash" mode in the New Diff dialog.** A dedicated mode
24+ that shows an inline stash list and launches a comparison of the
25+ stash's working-tree snapshot against HEAD at stash time
26+ (` stash@{N}^1 ` → ` stash@{N} ` ), matching ` git stash show `
27+ semantics. Empty repos or repos with no stashes show a clear
28+ empty-state message.
1729- ** New Diff dialog auto-detects a GitHub PR URL on the clipboard.**
1830 Opening * New diff* while a GitHub PR URL is on the clipboard now
1931 switches the dialog to * GitHub pull request* mode and pre-fills the
You can’t perform that action at this time.
0 commit comments