Skip to content

Releases: fishuke/deck

Deck v0.1.3

Choose a tag to compare

@github-actions github-actions released this 09 Sep 13:49

Windows and shortcuts

  • Two window modes: hotkey panel and dock window. The separate tray window is gone; the hotkey window can keep its own tabs.
  • Rebindable shortcuts, with one-off tips the first time a shortcut would have helped.
  • Cmd+K switches pages, changes settings, zooms and resizes the font.
  • New windows cascade from the one they were opened from; the hotkey and tray target the last-used window.

Terminal and tabs

  • Session archive: every session Deck has seen, grouped by day, resumable from the sidebar.
  • Context bar showing the project's runtime, installed versions and git branches.
  • Drag to reorder tabs; the order survives restarts. Reopen the most recently closed tab.
  • Terminal cwd tracking, busy state per tab, and scrollback replay at the size it was rendered.
  • Clickable links in the terminal. Focus returns to the terminal after unhiding the app or a Finder drop.
  • Agents at their welcome screen are detected before their first session hook.

Board and reviews

  • The "my tasks" filter on the board is remembered.
  • Connect a Jira board from the board page itself, with one connection form shared with settings (#8).
  • Reviews page keeps PRs you already reviewed and lets you browse every open PR; the badge counts only PRs still needing your attention (#6).
  • Stacked PRs show their place in the stack, with navigation between them (#7).

Fixes

  • All windows are told when a terminal exits.
  • Hotkey and window settings grouped together with clearer wording.
  • Bundled terminal font loads before xterm measures cells.

0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:13
v0.1.1

Deck v0.1.1

0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:13
v0.1.1

Deck v0.1.1

Deck v0.1.0

Choose a tag to compare

@fishuke fishuke released this 09 Sep 09:03

New

  • Choose whether new tabs and splits open in the active folder
  • Open a default-agent tab with cmd+shift+t or the toolbar button
  • Configure terminal font, weight and cursor
  • Drop files onto the terminal to paste their paths
  • Auto-fix is now opt-in and remembers your choice; pick the orchestrator model on the agent page

Changed

  • Switch views with cmd+option+digit so the shortcuts no longer clash with macOS screenshots
  • The quake panel hides on blur and refocuses the terminal when summoned
  • The dev build shows up as Deck in the dock and cmd-tab

Fixed

  • Install on current Node versions (better-sqlite3 13)
  • Terminal background now fills its padding
  • Nav dock no longer overflows at narrow widths
  • Dotfiles are hidden in the file explorer
  • Leftover merge markers removed from the terminal footer