Skip to content

Releases: hugoh/jj-trim

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 21:55
d80a049

Changelog

Features

  • ebe12b2 feat: cache commit/bookmark scans, invalidated by jj's op log

Documentation

  • 8cb402f docs: remove codecov and Go Report Card badges from README

Others

  • 326b6b2 chore: Delete .github/workflows/template-update.yml
  • e7dc5fa chore: Delete cover.out

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 23:47
3ff4f5e

Changelog

Bug Fixes

  • 858e1a0 fix: exclude immutable-commit bookmarks from cleanup candidates
  • e1bb441 fix: give CI's git identity to jj integration tests that need one
  • b507bbf fix: stop \u-escaping exact: revset terms, jj's grammar can't parse them
  • 115944f fix: use jj's own identity config, not git's, for pushed-bookmark tests

Others

  • af29749 chore(copier): update
  • 29c1674 test: dedupe repeated test fixtures flagged by jscpd
  • a89c1bd test: raise statement coverage from 77% to 96%

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:04
3538b7b

Changelog

Bug Fixes

  • 3538b7b fix: quote bookmark names in exact: revset for jj bookmark delete (#3)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 18:52
22ea8a3

Changelog

Features

  • a29bb05 feat: advance list cursor after marking a review item
  • 943d40f feat: make the review TUI's commit-detail pane scrollable

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:15
aa9f049

Changelog

Bug Fixes

  • ac08cb7 fix: recover from jj's binary-diff hash() template error

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:40

Changelog

Features

  • 3090b93 feat: initial public release of jj-trim

Bug Fixes

  • 1432206 fix: bump WaitFor budget to 20s for CI-flaky filter-toggle test
  • 34283b7 fix: git identity + CI-timing flakiness in real-repo tests
  • c1818c4 fix: strip ANSI before matching in CI-flaky filter-toggle test