Skip to content

Releases: say8425/diffdeck

diffdeck: v1.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:06
1cae5ea

1.3.2 (2026-08-11)

Bug Fixes

  • 더블·트리플클릭 텍스트 선택도 grab 팝오버를 열게 한다 (#65) (7f857f0)
  • 데몬 cwd 삭제로 인한 프로세스 오염 방지 + 자가회복 (#62) (884fe1a)

diffdeck: v1.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:29
f36a5f6

1.3.1 (2026-08-02)

Bug Fixes

  • 뷰어 "Loading…" 영구 고착 자가 치유 (#54) (7b8b192)

diffdeck: v1.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:30
4327dd7

1.3.0 (2026-07-31)

Features

  • viewer: grab 팝오버 UX 재설계 + 문자 단위 드래그 (#46) (7ab9cf0)

Bug Fixes

  • viewer: grab 텍스트 드래그 선택을 하이라이트로 유지 + 팝오버를 릴리스 지점에 앵커 (#43) (a1a0a93)

diffdeck: v1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:51
a498c6a

1.2.0 (2026-07-29)

Features

  • trees: GitHub-style end-ellipsis for flattened tree paths + full-path hover tooltips (#36) (42e56d1)
  • viewer: diff-grab — diff 선택 → 프롬프트 → 에이전트용 인코딩 클립보드 복사 (#42) (dee11b8)
  • viewer: informative empty state — explain where the changes are (#38) (8249ebc)

Bug Fixes

  • viewer: anchor the scroll on data updates instead of restoring pixels (#41) (37d3ede)
  • viewer: highlight find matches that span intraline/token span boundaries (#39) (21d5830)
  • viewer: keep the scroll position when toggling Unified/Split (#40) (30f6095)

diffdeck: v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 07:48
7286d01

1.1.0 (2026-07-25)

Features

  • viewer: wire the vendored worker highlight pool — plain-first render, async colors (#34) (01b9147)

Bug Fixes

  • diffs: keep highlighted render cache across recycle to stop re-tokenize scroll jank (#31) (e04b777)

diffdeck: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:38
935bb56

1.0.0 (2026-07-24)

Features

  • viewer: add draggable sidebar resize (#13) (f5879d7)
  • viewer: sync sidebar directory collapse to diff fold state (#14) (5a0bf71)

Bug Fixes

  • viewer: plug findBar listener leak, fix un-awaited rejection assertions, harden test isolation (#20) (2101323)
  • viewer: stop diff content going empty/garbled for non-ASCII filenames (#17) (7ce05be)
  • viewer: tooltip for truncated diff header filenames (#23) (afc35e3)

diffdeck: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:30
4568fc5

0.3.0 (2026-07-22)

Features

Bug Fixes

  • viewer: scale to very large change sets with change-proportional updates (#12) (dfe70ff)

diffdeck: v0.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:51
ad9fa52

0.2.2 (2026-07-19)

Bug Fixes

  • make a published diffdeck actually reach users with a warm daemon (#8) (a76e105)

diffdeck: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:55
abd7c8c

0.2.1 (2026-07-17)

Bug Fixes

  • viewer: stop the sticky file header going transparent and blinking (#6) (baa4429)

diffdeck: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:10
5567e06

0.2.0 (2026-07-16)

Features

  • add diffdeck agent skill (single source) + bundle into dist (a5fd38d)
  • Claude Code + Codex plugin manifests (repo as single-plugin marketplace) (30bfb6a)
  • cli: diffdeck install-skill subcommand (Claude Code + Codex, user/project) (1ba9fd1)
  • cli: parse launch view flags + pure toggle-state resolvers (47b9e1a)
  • cli: pass launch view flags into the viewer URL (7114b67)
  • viewer: add CLI arg + opener pure helpers (382abf8)
  • viewer: add diffdeck CLI entry + dist/cli.js bundle (f09291d)
  • viewer: build + serve entry + built-bundle serving test (e868629)
  • viewer: init toggles from launch flags, synced UI, session-only (d2129f7)
  • viewer: migrate browser frontend + viewer tests (538936b)
  • viewer: package apps/viewer as publishable @say8425/diffdeck (226040c)
  • viewer: scaffold app + migrate diff-server + server tests (2e7b7d8)