Skip to content

Releases: sachaos/viddy

v1.0.1

24 Aug 14:05
4782370
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Aug 00:21
da2c0af
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.4.0...v1.0.0

v1.0.0-rc.6

21 Aug 13:24
d28809c
Compare
Choose a tag to compare
v1.0.0-rc.6 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.5...v1.0.0-rc.6

v1.0.0-rc.5

19 Aug 13:19
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.3...v1.0.0-rc.5

v1.0.0-rc.3

18 Aug 09:05
9e74acb
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3

v1.0.0-rc.2

17 Aug 09:57
1dba873
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

v1.0.0-rc.1

15 Aug 10:52
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.0...v1.0.0-rc.1

v0.4.0

15 Oct 07:41
Compare
Choose a tag to compare

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

24 Aug 09:54
Compare
Choose a tag to compare

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

v0.3.6

26 Jun 13:27
b085a7d
Compare
Choose a tag to compare

Changelog

  • ca71def Merge pull request #60 from sachaos/feature/refactoring-interval
  • b085a7d Merge pull request #61 from sachaos/feature/upgrade-tview
  • a6b7286 Upgrade tview