Skip to content

Releases: dmz2922990/Peek

v0.4.2

12 May 08:55

Choose a tag to compare

[func_update:Peek:Config:Path]Rename config path from review-helper t…

v0.4.1

11 May 12:08

Choose a tag to compare

v0.4.1: Bug fixes

v0.4.0

11 May 08:23

Choose a tag to compare

v0.4.0: Add AI Code Review feature

v0.3.10

07 May 12:35

Choose a tag to compare

[bug_fix:Peek] Fix panic when rendered_line_map is empty

- Guard slice index before accessing rendered_line_map
- Bump version to 0.3.10

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

v0.3.9

07 May 09:53

Choose a tag to compare

[func_update:Peek] Bump version to 0.3.9

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

v0.3.8

07 May 03:33

Choose a tag to compare

[func_update:Peek:DiffView] Fix context fold expand/collapse and tab …

v0.3.7

06 May 11:09

Choose a tag to compare

[func_update:Peek:DiffView] Tab indicator, branch name in status bar

- Show » marker at tab positions for indentation style review
- Expand tabs correctly in rendering instead of stripping them
- Display [branch:HEAD] in status bar instead of [HEAD]
- Bump version to 0.3.7

v0.3.6

06 May 08:56

Choose a tag to compare

[bug_fix:Peek] Fix Linux musl build and About logo extra P

- Change dist target from gnu to musl to match CI matrix
- Remove duplicate P from About ASCII art
- Bump version to 0.3.6

v0.3.3

06 May 04:05

Choose a tag to compare

[bug_fix:Peek] Fix extra spaces in syntax-highlighted diff lines

- Remove spurious leading space before each syntect token
- Bump version to 0.3.3

v0.3.2

06 May 03:56

Choose a tag to compare

[func_update:Peek:CLI:Release] Add --version flag, fix ghost chars on…