Major Changes
- Viddy has been reimplemented in Rust.
- Added Lookback feature
- Saves to a history file, allowing you to review even after the command ends.
- A scrollbar has been added to the pager.
- The UI has been updated.
- Various bugs have been fixed.
Breaking Changes
- The
-c, --clockwork
option has been removed. - The
--pty
option has been removed.
Merged PRs
- Minor README.md improvements by @qoomon in #113
- check if using powershell in windows by @mmabdpr in #116
- README: Document the option for skipping empty diffs by @ilyagr in #118
- Replace with Rust by @sachaos in #120
- Fix shell option message for Windows by @sachaos in #121
- Enable to set some styles by @sachaos in #122
- Implement save & lookback feature by @sachaos in #123
- Support tab by @sachaos in #124
- Support arrow key in pager by @sachaos in #125
- normalize_stdout: maintain the elasticity of tabs by @avamsi in #126
- Handle reset code by @sachaos in #127
- normalize_stdout: reset alignment on new lines by @avamsi in #128
- Support ansicode and char width for tab by @sachaos in #129
- Build musl binaries by @sachaos in #130
- Remove intersperse by @sachaos in #132
- Add help about move right and left by @sachaos in #133
- Remove unnecessary debug message by @sachaos in #134
- Change version to v1.0.0 by @sachaos in #135
New Contributors
- @qoomon made their first contribution in #113
- @mmabdpr made their first contribution in #116
- @ilyagr made their first contribution in #118
Full Changelog: v0.4.0...v1.0.0