Skip to content

Releases: bearylabs/doomcode

v0.7.1

v0.7.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 16:39

Fixed

  • SPC b d on 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 j from 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

v0.7.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:52

Changed

  • Major internal code cleanup and refactoring across the extension: Codebase is now smaller more consistant and easier to maintain.

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:21

Added

  • Terminal escape key sequence for Doom muscle memory: Esc Space opens the which-key menu from any terminal, and Esc Esc sends a real escape to the terminal process. The sequence resets aft
  • SPC w k now 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 j now 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

Choose a tag to compare

@github-actions github-actions released this 09 Jun 11:34

Added

  • SPC g r — Revert hunk at point (git.revertSelectedRanges)
  • SPC g R — Revert file (git.clean)

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 09 Jun 07:47

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

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:43

Added

  • Disable compact folders by default

Changed

  • SPC w h now 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 l now mirrors reverse handoff: when Explorer is focused, focus jumps to the first editor group; otherwise it keeps normal right-group navigation.

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 27 May 13:00

Removed

  • Escape key no longer moves focus from terminal to editor

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 05 May 12:03

Added

  • SPC o a g opens Copilot CLI; SPC o a G opens Copilot GUI chat
  • SPC o a a opens Claude CLI; SPC o a A opens Claude GUI chat
  • SPC o a c opens Codex CLI (no GUI variant)

Fixed

  • SPC o t now ignores editor-terminal tabs named codex, claude, and claude code, so panel terminal switching no longer jumps into those CLI tabs

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 04 May 12:08

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

v0.5.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 May 11:00

Fixed

  • Fix duplicate key handling in rendered which-key menus causing wrong nested commands from Explorer/sidebar focus (for example SPC o u opening 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.