Skip to content

Commit aa1cdcd

Browse files
committed
docs: update changelog and site version for v1.2.0
1 parent a7446f1 commit aa1cdcd

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.2.0 - 2026-05-11
4+
5+
### New Features
6+
7+
- add --untracked flag to show untracked files in the tree #178 @umputun
8+
9+
### Bug Fixes
10+
11+
- tree/TOC wheel scrolls one entry per notch (not three) #181 @umputun
12+
- coalesce diff-pane wheel events to unblock reverse scroll (#179) #180 @umputun
13+
314
## v1.1.1 - 2026-05-08
415

516
### Improvements

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"name": "umputun",
4141
"url": "https://github.com/umputun"
4242
},
43-
"softwareVersion": "1.1.1",
43+
"softwareVersion": "1.2.0",
4444
"downloadUrl": "https://github.com/umputun/revdiff/releases",
4545
"codeRepository": "https://github.com/umputun/revdiff"
4646
}
@@ -134,7 +134,7 @@
134134
<main>
135135
<header class="hero">
136136
<div class="hero-content">
137-
<div class="hero-badge">v1.1.1 <span class="hero-badge-sep">/</span> open source</div>
137+
<div class="hero-badge">v1.2.0 <span class="hero-badge-sep">/</span> open source</div>
138138
<h1>Review diffs, files, and documents<br>right in your terminal</h1>
139139
<p class="hero-sub">Code review for AI agents, Claude Code, and pi. Annotate diffs, plans, and documents in a TUI. Structured output on quit, ready for AI agents, scripts, or any tool.</p>
140140
<div class="hero-actions">

0 commit comments

Comments
 (0)