Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"apps/viewer": "1.3.1"
"apps/viewer": "1.3.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/viewer/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading