Skip to content

Releases: umputun/revdiff

v1.1.1

08 May 08:56
9036f95

Choose a tag to compare

Improvements

v1.1.0

08 May 04:27
d318217

Choose a tag to compare

New Features

  • in-session search history recall (Up/Ctrl+P, Down/Ctrl+N) #171 @umputun

Improvements

  • bump github.com/alecthomas/chroma/v2 from 2.23.1 to 2.24.1 #168 @dependabot
  • bump indirect deps (go-isatty, x/sys, x/text) to latest patch versions 86b530c

v1.0.0

02 May 00:09
8cb1b70

Choose a tag to compare

First stable release. CLI flags, env vars, config file format, theme format, keybindings format, annotation output format, and plugin contracts (Claude Code, Codex, pi) are now considered stable — SemVer applies going forward, no breaking changes without a major version bump.

New Features

  • --compare-old=<path> --compare-new=<path> — two-file diff for rolling agent reviews #163 @rashpile
  • --wrap-indent for hanging-indent wrap continuations on long markdown bullets #166 @umputun

Improvements

  • mute the wrap continuation marker with MutedFg #166 @umputun

v0.28.0

01 May 07:34
83fc8ac

Choose a tag to compare

New Features

  • navigate annotations across files with }/{ keys #162 @umputun

v0.27.1

29 Apr 21:41
2568e9c

Choose a tag to compare

Improvements

  • colorblind-friendly gallery themes (light + dark) #157 @krajcik

Bug Fixes

  • render +/-/~ prefix with explicit fg on highlighted lines c406355
  • force lipgloss truecolor profile to match raw-ANSI helpers 5d729f6
  • wrap theme list non-selected names in normal fg ANSI 752138b
  • widen border luminance on colorblind-light fe52088
  • use search-match fg for prefix on collapsed search-match lines 37f1fea
  • marketplace install command in plugin install instructions #159 @umputun

v0.27.0

27 Apr 20:46
9590abd

Choose a tag to compare

New Features

  • --annotations flag preloads annotations from FormatOutput markdown #156 @tushkanin
  • review info popup (i) with --description and aggregate stats #155 @melonamin

Improvements

  • shorten style.css cache TTL to 5 minutes 8425200
  • optimize images, self-host fonts, fix CLS a663ef5

Bug Fixes

  • restore sticky sidebar by scoping mobile-only overflow 643aafa

v0.26.1

26 Apr 07:56
0db867e

Choose a tag to compare

New Features

  • vertical scrollbar thumb on navigation pane right border #152 @umputun

v0.26.0

25 Apr 19:57
1494955

Choose a tag to compare

New Features

  • vertical scrollbar thumb on diff pane right border #151 @umputun

Improvements

  • fix canonical/sitemap mismatch and tighten meta tags 0de948e
  • teach revdiff skill to recognize single-file review args 8016864

v0.25.1

24 Apr 08:47
99d9ad0

Choose a tag to compare

Improvements

  • inline vim-motion mention in themes & keybindings card 29aa0f6
  • add Vim motions feature card to site landing page b7465f0

Bug Fixes

  • persist theme into Application Options section #149 @umputun

v0.25.0

23 Apr 19:19
50fbcab

Choose a tag to compare

New Features

  • vim-motion preset (--vim-motion, off by default) #147 @umputun
  • line-count labels on compact-mode dividers (⋯ N lines ⋯) #146 @umputun

Bug Fixes

  • avoid silent death and destructive fallback in cmux launcher a978f21