From 51059f98376a02243b6a8ce314efb3becd97a9ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:23:43 +0000 Subject: [PATCH] chore(main): release diffdeck 1.5.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ apps/viewer/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index adbdc3b..b69e6fa 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "diffdeck", - "version": "1.4.0", + "version": "1.5.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 317148b..ca218ae 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "diffdeck", - "version": "1.4.0", + "version": "1.5.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 d5cf4c1..bdc9451 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apps/viewer": "1.4.0" + "apps/viewer": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 491c49e..baeb9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/say8425/diffdeck/compare/diffdeck-v1.4.0...diffdeck-v1.5.0) (2026-09-04) + + +### Features + +* 그랩 팝오버 ⌥⏎ 단순 복사와 라인넘버 드래그 선택 제거 ([#69](https://github.com/say8425/diffdeck/issues/69)) ([eeeff04](https://github.com/say8425/diffdeck/commit/eeeff046afdfd472caeae1626a00eccb40b958ac)) + ## [1.4.0](https://github.com/say8425/diffdeck/compare/diffdeck-v1.3.2...diffdeck-v1.4.0) (2026-08-21) diff --git a/apps/viewer/package.json b/apps/viewer/package.json index 78d5862..eaa3460 100644 --- a/apps/viewer/package.json +++ b/apps/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@say8425/diffdeck", - "version": "1.4.0", + "version": "1.5.0", "description": "Local git diff viewer — browse working-tree and branch diffs in your browser", "license": "Apache-2.0", "repository": {