Releases: sachaos/viddy
Releases · sachaos/viddy
v1.0.2
What's Changed
- Remove lazy-static by @mousecrusher2 in #142
New Contributors
- @mousecrusher2 made their first contribution in #142
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
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
v1.0.0-rc.6
What's Changed
Full Changelog: v1.0.0-rc.5...v1.0.0-rc.6
v1.0.0-rc.5
v1.0.0-rc.3
v1.0.0-rc.2
v1.0.0-rc.1
What's Changed
- 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
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-rc.1
v0.4.0
Changelog
- cf91ff6 $ go fmt
- 2293a23 Add --no-shell option
- db8cd5f Bump golang.org/x/net from 0.7.0 to 0.17.0
- 5270bbf Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
- e676bad Do not execute command when suspended
- ddbd82b Fix bug of switching time machine
- e37f0a4 Fix link
- 4c07af3 Fix lint error
- 64956dc Merge pull request #105 from sachaos/dependabot/go_modules/golang.org/x/net-0.17.0
- 8c831c5 Merge pull request #106 from sachaos/fix-lint-error
- 5a6a620 Merge pull request #107 from sachaos/fix-bug-on-switching-timemachine
- 8641b5e Merge pull request #108 from sachaos/fix-suspend-bug
- e17a6d2 Merge pull request #109 from sachaos/no-shell
- afa3b91 Merge pull request #91 from ChengDaqi2023/oscs_fix_cjapbt0au51rapcm92i0
- 16f8831 Merge pull request #94 from casperklein/casperklein-patch-1
- 3b12059 Merge pull request #95 from sachaos/dependabot/go_modules/gopkg.in/yaml.v3-3.0.0
- 161a2f7 Merge pull request #96 from NikolayXHD/master
- af7a4b8 Merge pull request #99 from avamsi/jj_onysotmvlwnn
- a242d49 Update viddy to v0.4.0
- dcf49c8 cleanup: make setSelection more efficient by hinting row
- d287f8d cleanup: refactor goToRow functionality into its own method
- c59e27e diff: alter foreground color as well
- 106e52d history: skip snapshots with no changes (+0 -0)
- c3f1e9b update gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b to 3.0.0
v0.3.7
Changelog
- 24c934e Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0
- 208f69c Bump golang.org/x/text from 0.3.7 to 0.3.8
- 7c379e5 Disable mouse
- 96f0f93 Merge branch 'master' into feature/unfold_hotkey
- a251280 Merge pull request #71 from egawata/fix_rune_eastasianwidth
- df88523 Merge pull request #81 from coolabhays/quit_viddy
- 96f6bd2 Merge pull request #82 from coolabhays/feature/unfold_hotkey
- 6e52387 Merge pull request #83 from pcgeek86/patch-1
- 9314d5e Merge pull request #84 from sachaos/dependabot/go_modules/golang.org/x/text-0.3.8
- 9527e9f Merge pull request #86 from sachaos/dependabot/go_modules/golang.org/x/net-0.7.0
- e39d4ce Merge pull request #88 from kianmeng/fix-typo
- 6209703 Merge pull request #93 from sachaos/disable-mouse
- afd0067 Update README
- 74ca6ef Update goreleaser config
- 0ab3347 Update version in readme
- 6431f52 feat: fix & update description in help view
- 023727f feat: toggle unfold with hotkey
- 9fa4c28 feat: update keybinding to quit Viddy
- c8243be fix: set eastasian width to fix broken layout
- be0fb7a 🪟 Add Windows install steps