Skip to content

Releases: luw2007/diff_by_time

v1.2.1

04 Mar 05:55

Choose a tag to compare

变更摘要

  • 改进交互式 diff TUI 与存储管理体验
  • 修复 clippy single_match 告警
  • 扩展 GitHub Actions 多平台构建产物
  • 版本提升到 v1.2.1,并补充 changelog

完整提交列表

  • docs: update changelog for v1.2.1
  • chore: bump version to v1.2.1
  • feat: improve TUI diff and storage
  • feat: extend GitHub Actions to build for multiple platforms
  • fix: resolve clippy single_match warning

v0.1.8

27 Oct 03:39

Choose a tag to compare

What's Changed

  • Stream dt run stdout/stderr live while still recording outputs for future diffs.
  • Avoid printing stdout/stderr twice when live streaming already handled the display.

Full Changelog

dt 0.1.7

22 Sep 05:39

Choose a tag to compare

What's Changed

  • fix(tui): arrow keys in preview return focus to the list while modifier keys keep fine-grained scrolling
  • feat(keys): Enter toggles selection from preview and starts the diff automatically once two items are chosen
  • chore(ui): show total record count in the selector header and restore the compact navigation hint footer
  • docs: refresh README navigation notes and localized key hints

Full changelog: v0.1.6...v0.1.7

v0.1.5

19 Sep 15:41

Choose a tag to compare

Release 0.1.5

  • feat: add --version/-v flags to expose package version for Homebrew

v0.1.4

19 Sep 14:05

Choose a tag to compare

Release 0.1.4\n\n- chore: bump version for follow-up release tag (no code changes)

v0.1.3

18 Sep 13:08

Choose a tag to compare

Changelog

0.1.1 — 2025-09-18

  • UI: dynamic left panel width based on visible items
  • UI: preview header split into two rows (Path on row 1; Preview on row 2)
  • UI: vertical separator between list and preview; compact bottom status bar
  • Path line: proper truncation and top placement; wrapped continuation lines removed from header
  • List items: compact format code:<x> time:<YYYY-MM-DD HH:MM:SS>
  • Docs: update README Interactive UX
  • Style: enforce English-only code comments (project rule)
  • Quality: fix clippy warnings; tests passing (9/9)

0.1.2 — 2025-09-18

  • Remove experimental scrollbar and drag logic; simplify list UI
  • Keep keyboard navigation only; clarify preview toggle hint
  • Minor cleanups (comments, layout reserve lines)

0.1.3 — 2025-09-18

  • Remove leftover i18n key for auto-click label (no longer used)

v0.1.2

18 Sep 12:59

Choose a tag to compare

Changelog

0.1.1 — 2025-09-18

  • UI: dynamic left panel width based on visible items
  • UI: preview header split into two rows (Path on row 1; Preview on row 2)
  • UI: vertical separator between list and preview; compact bottom status bar
  • Path line: proper truncation and top placement; wrapped continuation lines removed from header
  • List items: compact format code:<x> time:<YYYY-MM-DD HH:MM:SS>
  • Docs: update README Interactive UX
  • Style: enforce English-only code comments (project rule)
  • Quality: fix clippy warnings; tests passing (9/9)

0.1.2 — 2025-09-18

  • Remove experimental scrollbar and drag logic; simplify list UI
  • Keep keyboard navigation only; clarify preview toggle hint
  • Minor cleanups (comments, layout reserve lines)

v0.1.1

18 Sep 10:03

Choose a tag to compare

Changelog

0.1.1 — 2025-09-18

  • UI: dynamic left panel width based on visible items
  • UI: preview header split into two rows (Path on row 1; Preview on row 2)
  • UI: vertical separator between list and preview; compact bottom status bar
  • Path line: proper truncation and top placement; wrapped continuation lines removed from header
  • List items: compact format code:<x> time:<YYYY-MM-DD HH:MM:SS>
  • Docs: update README Interactive UX
  • Style: enforce English-only code comments (project rule)
  • Quality: fix clippy warnings; tests passing (9/9)