From 9e0be88a20a6dd301945de67ae9aa065f8efbb5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:59:35 +0000 Subject: [PATCH] chore(main): release diffdeck 1.3.2 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ apps/viewer/package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1154cbe..7297440 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "diffdeck", - "version": "1.3.1", + "version": "1.3.2", "description": "Launch the diffdeck local diff viewer in the browser to show code changes visually to the human.", "author": { "name": "say8425", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 9ecd64b..fa3f5c4 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "diffdeck", - "version": "1.3.1", + "version": "1.3.2", "description": "Launch the diffdeck local diff viewer in the browser to show code changes visually to the human.", "author": { "name": "say8425", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ba4fee..bbdbc3e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apps/viewer": "1.3.1" + "apps/viewer": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f26ee..8ec7f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.2](https://github.com/say8425/diffdeck/compare/diffdeck-v1.3.1...diffdeck-v1.3.2) (2026-08-11) + + +### Bug Fixes + +* 더블·트리플클릭 텍스트 선택도 grab 팝오버를 열게 한다 ([#65](https://github.com/say8425/diffdeck/issues/65)) ([7f857f0](https://github.com/say8425/diffdeck/commit/7f857f0627d867b365b93a25a60a6c16bc2dadac)) +* 데몬 cwd 삭제로 인한 프로세스 오염 방지 + 자가회복 ([#62](https://github.com/say8425/diffdeck/issues/62)) ([884fe1a](https://github.com/say8425/diffdeck/commit/884fe1a42bae09f4e0e40cc8033067e0fcdd0a8f)) + ## [1.3.1](https://github.com/say8425/diffdeck/compare/diffdeck-v1.3.0...diffdeck-v1.3.1) (2026-08-02) diff --git a/apps/viewer/package.json b/apps/viewer/package.json index ee27f7c..e7e72fc 100644 --- a/apps/viewer/package.json +++ b/apps/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@say8425/diffdeck", - "version": "1.3.1", + "version": "1.3.2", "description": "Local git diff viewer — browse working-tree and branch diffs in your browser", "license": "Apache-2.0", "repository": {