Skip to content

Releases: gaoryan86/sessiondeck

v0.1.7

03 Mar 08:17

Choose a tag to compare

SessionDeck v0.1.6

03 Mar 03:02

Choose a tag to compare

SessionDeck v0.1.6

Release date: 2026-03-03

Fixes

  • Fixed macOS Session Deck.app startup failure after project directory moves.
  • Launcher installer now creates and maintains ~/Applications/Session Deck Launcher.sh and points the app bundle to it.
  • Added fallback path discovery in launcher helper to find Session Deck.command in common workspace locations.

Verification

  • Reinstalled launcher via ./scripts/install-macos-launcher.sh.
  • Verified open ~/Applications/Session Deck.app starts service on http://127.0.0.1:47831.

Screenshot Assets

Session Manager

Session Manager

Session Timeline

Session Timeline

Recovery

Recovery View

SessionDeck v0.1.5

03 Mar 02:36

Choose a tag to compare

SessionDeck v0.1.5

Release date: 2026-03-03

Highlights

  • Published latest local improvements from the current workspace snapshot.
  • Documentation terminology now matches the three-tab product model:
    • Session Manager
    • Session Timeline
    • Recovery
  • Clarified module boundaries:
    • Pre-compact context inspection belongs to Session Timeline
    • Deleted-session restore workflow belongs to Recovery

Screenshot Assets

Session Manager

Session Manager

Session Timeline

Session Timeline

Recovery

Recovery View

SessionDeck v0.1.4

02 Mar 16:23

Choose a tag to compare

SessionDeck v0.1.4

Release date: 2026-03-03

Highlights

  • Product workflow is now explicitly split into three tabs: Session Manager, Session Timeline, and Recovery.
  • Major UI update in index.html with expanded interaction and viewing flows.
  • Server-side improvements in server.mjs to support the updated frontend behavior.
  • Refined bilingual documentation (README.md + README.zh-CN.md) to match current product capabilities.

Screenshot Assets

Session Manager

Session Manager

Session Timeline

Session Timeline

Recovery

Recovery View

SessionDeck v0.1.3

02 Mar 11:52

Choose a tag to compare

SessionDeck v0.1.3

Release date: 2026-03-02

Fixes

  • Global Search now filters the Session Manager table by matched session keys.
  • Clearing Global Search results now restores the table correctly.
  • Session preview now clears when active session is no longer visible after filtering.
  • Demo Recovery screenshot flow now preserves Event Detail content.

Changes

  • Improved active tab contrast to make selected state more obvious.
  • Refreshed screenshots after loading the first session for consistent examples.
  • Added test-results/ to .gitignore.

Screenshot Assets

Session Manager

Session Manager

Recovery (with Event Detail)

Recovery View

SessionDeck v0.1.2

02 Mar 08:24

Choose a tag to compare

SessionDeck v0.1.2

Release date: 2026-03-02

Fixes

  • Fixed macOS launcher startup when opened via Finder by adding robust Node.js path resolution.

Changes

  • Replaced Recovery screenshot with a sanitized image without session records.

Screenshot Assets

Session Manager

Session Manager

Recovery (Sanitized)

Recovery View

SessionDeck v0.1.1

02 Mar 08:13

Choose a tag to compare

SessionDeck v0.1.1

Release date: 2026-03-02

Highlights

  • Refreshed product screenshots with a selected session and populated preview context.
  • Added bilingual full documentation (README.md + README.zh-CN.md).
  • Renamed macOS launchers to Session Deck.command / Stop Session Deck.command.
  • Added Windows launcher scripts (Session Deck.bat / Stop Session Deck.bat).
  • Added macOS Spotlight app installer (scripts/install-macos-launcher.sh).
  • Added demo capture mode (?demo=1) and direct view routing (?view=manager|recovery) to stabilize visual documentation capture.

Safety Model

  • Recovery remains read-only.
  • Name/tag customization remains sidecar-only.
  • Delete operation still routes through system Trash.

Screenshot Assets

Session Manager

Session Manager

Recovery (Read-only)

Recovery View

SessionDeck v0.1.0

02 Mar 07:29

Choose a tag to compare

SessionDeck v0.1.0 (Initial Open Source Release)

Release date: 2026-03-02

Highlights

  • Session Manager with filtering, batch selection, and rich session summary fields.
  • Safe deletion pipeline via system Trash and index cleanup.
  • Recovery read-only experience for main + subagent timelines.
  • Pre-compact inspection and compact point navigation.
  • Sidecar-based naming/tagging without source session mutation.
  • Full-text search and batch Markdown export.
  • Bilingual UI support (EN/中文) with war-room visual style.

Safety Guarantees

  • Recovery is read-only.
  • Metadata customization is sidecar-only.
  • Only delete operation touches session files and routes through Trash.

Upgrade / Migration

  • No migration required for existing Claude Code sessions.
  • Optional: set CLAUDE_PROJECTS if your sessions are not in ~/.claude/projects.

Known Limits

  • Current launcher scripts target macOS (.command scripts).
  • CI currently covers syntax checks only.

Screenshots

Session Manager

Session Manager

Recovery (Read-only)

Recovery View