From 0de54cc1ec70647a7cdcfc4ccee02d8a9906b45e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:34:42 +0000 Subject: [PATCH] chore(main): release diffdeck 1.4.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ apps/viewer/package.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7297440..adbdc3b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "diffdeck", - "version": "1.3.2", + "version": "1.4.0", "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 fa3f5c4..317148b 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "diffdeck", - "version": "1.3.2", + "version": "1.4.0", "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 bbdbc3e..d5cf4c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apps/viewer": "1.3.2" + "apps/viewer": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec7f29..491c49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/say8425/diffdeck/compare/diffdeck-v1.3.2...diffdeck-v1.4.0) (2026-08-21) + + +### Features + +* 툴바의 2지선다 select를 검색 가능한 기준 피커로 바꾼다 ([#68](https://github.com/say8425/diffdeck/issues/68)) ([3b2837d](https://github.com/say8425/diffdeck/commit/3b2837d60939b3a22d36ae413165c16bf1eaf2a8)) + + +### Bug Fixes + +* 대형 파일 자동 접힘을 파일 길이가 아니라 변경량으로 판정한다 ([#66](https://github.com/say8425/diffdeck/issues/66)) ([7563667](https://github.com/say8425/diffdeck/commit/756366795d950854243d3ab9d708ad7224cf8bd1)) + ## [1.3.2](https://github.com/say8425/diffdeck/compare/diffdeck-v1.3.1...diffdeck-v1.3.2) (2026-08-11) diff --git a/apps/viewer/package.json b/apps/viewer/package.json index e7e72fc..78d5862 100644 --- a/apps/viewer/package.json +++ b/apps/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@say8425/diffdeck", - "version": "1.3.2", + "version": "1.4.0", "description": "Local git diff viewer — browse working-tree and branch diffs in your browser", "license": "Apache-2.0", "repository": {