Skip to content

Releases: agavra/tuicr

v0.9.0

24 Mar 17:15
00a3f0c

Choose a tag to compare

What's Changed

  • fix(syntax): append newline to lines passed to syntect parser by @cisaacstern in #202
  • Fix non ascii commit message truncation by @agavra in #206
  • Add --working-tree flag to skip commit selector by @r-vdp in #208
  • feat(skill): add Codex integration by @inmzhang in #201
  • feat(config): customizable comment types with labels, colors and definitions by @villads-valur in #211
  • feat: add --version flag by @nick4eva in #212
  • docs: add {N}G jump-to-line shortcut to README and AGENTS.md by @martintrojer in #216
  • fix(diff-parser): handle empty files and mode-only changes in git-style diffs by @martintrojer in #215
  • feat(config): add show_file_list, diff_view, and wrap config options by @martintrojer in #218
  • feat: add Nord theme by @snoblenet in #219
  • fix(input): support Shift+Tab reverse cycling by @villads-valur in #213
  • feat: add staged and unstaged review options by @bellini666 in #183
  • release: v0.9.0 by @github-actions[bot] in #223

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

11 Mar 20:26
392d5e5

Choose a tag to compare

What's Changed

  • fix(ui): make diff row backgrounds consistent to eol by @0xferrous in #180
  • fix(diff): normalize tabs across parsers and add coverage by @0xferrous in #179
  • feat(theme): add gruvbox-dark, gruvbox-light themes by @0xferrous in #181
  • feat: show commit message as reviewable entry for single-commit reviews by @thiblahute in #182
  • fix(ui): shift focus to diff when file list is collapsed by @idriss-mortadi in #185
  • compile also for macOS Intel arch by @andreineculau in #186
  • Add Nix flake for development and build/run support by @ysndr in #190
  • feat: add {N}G shortcut to jump to source line in diff view by @martintrojer in #193
  • feat(theme): add ayu-light and onedark themes by @villads-valur in #195
  • feat(theme): add system appearance mode and split theme variants by @villads-valur in #196
  • feat(comments): add review-level comments across review scope by @villads-valur in #197
  • release: v0.8.0 by @github-actions[bot] in #198
  • release: v0.8.0 (retry) by @agavra in #199

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

12 Feb 16:25
fca520d

Choose a tag to compare

What's Changed

  • Add .tuicrignore filtering and small-screen diff UX by @tarrencev in #175
  • fix: skip large untracked files to prevent startup hang by @thiblahute in #177
  • fix: prefer OSC 52 clipboard in Zellij sessions by @thiblahute in #176
  • release: v0.7.2 by @github-actions[bot] in #178

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

10 Feb 18:23
c0a9e76

Choose a tag to compare

What's Changed

  • fix tmux copy by @agavra in #171
  • release: v0.7.1 by @github-actions[bot] in #172

Full Changelog: v0.7.0...v0.7.1

v0.7.0

10 Feb 03:54
1b6d298

Choose a tag to compare

What's Changed

  • Disable mouse panel focus; focus diff on file select by @agavra in #152
  • Add syntax highlighting for diffs by @mikecfisher in #154
  • Replace syntect defaults with two-face for expanded syntax highlighting by @mikecfisher in #155
  • fix(diff): expand collapsed lines in side-by-side mode by @saleemdjima in #156
  • Fix New-side line comments missing from unified diff annotations by @YPares in #158
  • Add -r/--revisions CLI arg to review a revset/commit range by @YPares in #157
  • always show commit selector by @agavra in #159
  • feat: add inline commit selector for multi-commit reviews by @agavra in #160
  • feat: allow selecting both worktree and commits in the selector by @agavra in #161
  • Add config file support and Catppuccin themes by @mikecfisher in #162
  • display branch color differently in commit selector by @agavra in #164
  • fix(config): ignore unknown keys while preserving known settings by @mikecfisher in #166
  • show selector when WORKTREE is selected by @agavra in #167
  • release: v0.7.0 by @github-actions[bot] in #168

Full Changelog: v0.6.0...v0.7.0

v0.6.0

30 Jan 04:28
4ae2c0b

Choose a tag to compare

What's Changed

  • fix(ui): render comment input inline instead of as overlay by @agavra in #137
  • Update README.md with mise install instructions by @martintrojer in #145
  • fix(jj): show closest bookmark instead of 'detached' in UI by @martintrojer in #144
  • feat(cli): add --stdout flag to output export to stdout by @keymon in #142
  • feat(skill): add Claude Code skill for interactive review by @keymon in #143
  • Multi-Session and Multi-Repository Support with Performance Optimizations by @avifenesh in #66
  • fix(input): handle multi-byte UTF-8 characters in comment input (#132) by @Gnob in #147
  • feat(app): support expandable commit list and adjust default commit loading by @saleemdjima in #138
  • docs(ui): update help and docs for search, commands, and stdout export by @dikkadev in #148
  • feat(update): check crates.io for new releases and surface update status in UI by @dikkadev in #150
  • release: v0.6.0 by @github-actions[bot] in #151

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

23 Jan 03:56
7e14edf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

17 Jan 21:35
bc8e398

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Jan 00:07
2dc4683

Choose a tag to compare

What's Changed

  • fix: enforce scroll bounds to prevent scrolling past content by @airscholar in #75
  • feat: use / to enter search mode by @agavra in #79
  • feat: support command :clear to clear comments by @agavra in #80
  • #15 Fix double keystroke bug in Windows by @imbatcat in #82
  • feat: improve commenting experience navigation by @agavra in #83
  • feat: improve color theme contrast by @agavra in #84
  • fix: r when focused on file viewer should mark file reviewed by @agavra in #85
  • feat: support cmd+delete to delete last word in comment by @agavra in #87
  • feat: add line wrapping for unified view by @agavra in #88
  • fix: lines at the bottom of diff can be clipped by @agavra in #89
  • release: v0.3.0 by @github-actions[bot] in #90

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Jan 03:49
79395a9

Choose a tag to compare

What's Changed

  • fix: support wayland clipboard. update arboard dependency to include wayland-data-control feature by @martintrojer in #54
  • support toggling file browser by @agavra in #55
  • feat: add horizontal scroll to file list and ;h/;l panel navigation by @agavra in #56
  • feat: Add hierarchical file tree with expand/collapse by @airscholar in #50
  • allow scrolling up/down on help screen by @agavra in #64
  • refactor: improve signal handling by @agavra in #65
  • add :version command and improve status bar UI by @agavra in #67
  • feat: add support for expanding/collapsing files by @agavra in #69
  • feat: enforce contiguous commit range selection by @agavra in #70
  • release: v0.2.0 by @github-actions[bot] in #71

New Contributors

Full Changelog: v0.1.3...v0.2.0