Commit 70f2a7e
Promote [Unreleased] to v0.3.0 in CHANGELOG
13 commits have landed on master since v0.2.0. Roll them up into
v0.3.0 and reconcile [Unreleased] against what actually shipped:
Added (was already noted):
- Whole-file Stage / Unstage / Revert (PR #1).
Added (was missing from [Unreleased]):
- File-list / diff-pane splitter position persistence (64e46dc).
Changed (was already noted):
- Toolbar hover/press feedback (d9e9abf).
- Unified file-list views + click-to-toggle headers (c697ca0
plus the b407a81 / 6dd7422 follow-up fixes).
Changed (was missing from [Unreleased]):
- Same-file refresh skips redundant re-read/re-diff/redraw cycle
(325d586) - eliminates the loading-state flash on F5 / repo events.
Fixed (was missing from [Unreleased]):
- File-list selection across flat / grouped modes (1e9033f), a
v0.2.0-era regression where re-selecting a file in a different
section silently no-op'd until refresh.
- Current-hunk position preservation across same-file refreshes
(22f50c8), a follow-up to 1e9033f.
Dropped from [Unreleased] release notes:
- Fixed entries for b407a81 (header-label click crash) and 6dd7422
(file-row click bugs). Both fixed defects introduced by c697ca0;
all three commits shipped to origin/master in a single push and
no released .exe ever contained the buggy states. Per Keep a
Changelog convention release notes describe user-experienced
deltas between releases, not internal regressions that came-and-
went between tags. The commit history retains the full record.
Bump rationale (AGENTS.md sec.12, pre-1.0 SemVer): the Added
entries are user-facing features, so this is a minor bump from
v0.2.0 -> v0.3.0.
AI-Local-Session: 5919360d-7282-4c81-8731-4046a0b8083c
AI-Cloud-Session: 3509c79f-6f02-43d9-988e-0938c66b5c1b
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6dd7422 commit 70f2a7e
1 file changed
Lines changed: 28 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
| |||
0 commit comments