Releases: luw2007/diff_by_time
Releases · luw2007/diff_by_time
v1.2.1
变更摘要
- 改进交互式 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
What's Changed
- Stream
dt runstdout/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
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
v0.1.4
v0.1.3
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
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
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)