Releases: bearylabs/doomcode
Releases · bearylabs/doomcode
Release list
v0.7.1
Fixed
SPC b don an editor-group terminal (vterm, claude, copilot, etc.) no longer hides the panel terminal. Focus returns to the editor group after the buffer is killed.- Opening the which-key menu and cancelling with Escape while an editor-group terminal is focused no longer collapses the panel terminal.
SPC w jfrom an editor-group terminal now focuses the panel terminal when one is open, instead of bouncing focus back to the editor terminal and leaving the which-key menu stuck in the panel.
v0.7.0
Changed
- Major internal code cleanup and refactoring across the extension: Codebase is now smaller more consistant and easier to maintain.
v0.6.6
Added
- Terminal escape key sequence for Doom muscle memory:
Esc Spaceopens the which-key menu from any terminal, andEsc Escsends a real escape to the terminal process. The sequence resets aft SPC w know mirrors Doom Emacs behaviour when the terminal panel is focused: focus moves to the visually bottommost editor group (by walking down from the first group until there is no group below).SPC w jnow transfers focus to the panel when pressed from the bottommost editor group; does nothing if no panel is open.er 2 seconds if no second key is pressed.
v0.6.5
Added
SPC g r— Revert hunk at point (git.revertSelectedRanges)SPC g R— Revert file (git.clean)
v0.6.4
Fixed
- Commands like spc b d and spc w d behaving unexpectedly (closing the wrong buffer, moving the wrong window) when a split editor contained an AI terminal (Claude, Copilot, Codex) and the bottom panel terminal was open at the same time.
v0.6.3
Added
- Disable compact folders by default
Changed
SPC w hnow mirrors Doom-style sidebar handoff: when the active editor is already in the leftmost group and Explorer is visible, focus moves to Explorer instead of issuing another left-group focus.SPC w lnow mirrors reverse handoff: when Explorer is focused, focus jumps to the first editor group; otherwise it keeps normal right-group navigation.
v0.6.2
Removed
Escapekey no longer moves focus from terminal to editor
v0.6.1
Added
SPC o a gopens Copilot CLI;SPC o a Gopens Copilot GUI chatSPC o a aopens Claude CLI;SPC o a Aopens Claude GUI chatSPC o a copens Codex CLI (no GUI variant)
Fixed
SPC o tnow ignores editor-terminal tabs namedcodex,claude, andclaude code, so panel terminal switching no longer jumps into those CLI tabs
v0.6.0
First stable release. Includes all changes shipped in 0.5.0, 0.5.1, and 0.5.2 pre-releases.
Added
- Editor-group terminal workflow via SPC o T and panel terminal improvements via SPC o t.
- Normal mode Ctrl+J add line and Ctrl+K delete line.
Changed
- Explorer badge decorations disabled by default for cleaner UI.
Fixed
- Which-key duplicate key resolution in sidebar/explorer contexts.
- Managed Vim keybinding merge behavior during install defaults.
- Dashboard install-status detection for managed Vim bindings.
- Sidebar focus and delay behavior around which-key open/close.
Removed
- Which-key back-navigation and footer hint text.
v0.5.2
Fixed
- Fix duplicate key handling in rendered which-key menus causing wrong nested commands from Explorer/sidebar focus (for example
SPC o uopening Output) - fixed Doom install defaults so new managed Vim keybindings merge into existing user bindings instead of being skipped
- fixed dashboard install-status detection for managed Vim bindings so extra user fields do not show false missing state
Changed
- Set default explorer.decorations.badges to false to hide Explorer badge markers (including AI context/emphasis indicators).
Added
- In normal mode, Ctrl+J adds a line and Ctrl+K deletes a line.