Viddy Versions Save

👀 A modern watch command. Time machine and pager etc.

v0.4.0

6 months ago

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

8 months ago

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

1 year ago

Changelog

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

v0.3.5

1 year ago

Changelog

  • cdf3616 A Clockwork Orange was originally a book 📔
  • 9301627 Disable linters
  • 8db6626 Fix lint errors
  • 35a8be4 Merge pull request #42 from anvial/upgrade-go-version
  • df7fa7b Merge pull request #44 from skalnik/patch-1
  • 66ad7aa Merge pull request #50 from coolabhays/features/watch_interval
  • 342409e Merge pull request #58 from sachaos/feature/update-golangci-lint-version
  • 241a830 Merge pull request #59 from sachaos/feature/update-actions-to-1.18
  • c8cade6 Refactoring interval argument
  • 7a04fc5 Switched to go 1.18 in go.mod
  • 4398aff Update actions to use go 1.18
  • 4512491 Update golangci-lint version
  • fc712df Use go:build
  • 73934b8 add usage of WATCH_INTERVAL env var for viddy
  • c052958 bumped version of golangci-lint
  • 4938a38 check if flag is set in FlagSet

v0.3.4

2 years ago

Changelog

  • 74e622a Merge pull request #37 from sachaos/feature/use-tview-batch-writer
  • 7466b7d Update REAMDE
  • 59d8d7b Upgrade tview
  • 9358213 Use tview BatchWriter

v0.3.3

2 years ago

Changelog

30161b1 Merge pull request #35 from witalisoft/ring-terminal-bell 2610ee9 add ring terminal bell changes between updates

v0.3.2

2 years ago

Changelog

2b35e60 Merge pull request #32 from tuxiqae/patch-1 4ef22d8 Merge pull request #33 from takanakahiko-fork/feature/fix-31 9ac83ae Merge pull request #34 from sachaos/feature/refactoring 5bddfd6 Refactoring 12690cf Support pressing Q to quit help view bfa0fde Update version 43fe5ac escape Snapshot result before rendering

v0.3.1

2 years ago

Changelog

069f713 Add unfold option 2d34065 Merge pull request #28 from ryodocx/add-asdf-install edf5316 Merge pull request #29 from onedr0p/patch-1 0d4d3f1 Merge pull request #30 from sachaos/feature/add-unfold-option 7960796 Update README 1ac1890 Update README fb911bd Update README 57b41bc Update demo 65f18e3 add asdf-vm install 167d4d1 feat: build binaries for arm, arm64 and 386

v0.3.0

2 years ago

Changelog

c719415 Add option to run on pty 2022988 Change border & title color c49c481 Change style 2728ec2 Do not wrap 2db7084 Fix lint errors f2dfe41 Fix test 59a7e73 Improve search UX 26783c3 Merge pull request #25 from sachaos/feature/fix-some-bugs 410feb0 Merge pull request #26 from sachaos/feature/fix-col-width-bug 57ecc47 Merge pull request #27 from sachaos/feature/improve-visibility bfee295 Modify status view 921dcbe Revert "Use upstream tview" d32db21 Set title on history f70e665 Simplify status view 5342ef3 Update help message 94d5f7f Use upstream tview

v0.2.2

2 years ago

Changelog

0aecf7d Fix warning 8860f78 Merge pull request #24 from xsteadfastx/patch-1 51e8933 Modify wrong keybinding 893d5d3 Update version 3b55736 Use 1.17 on test too c0ad06e adds installation instructions for alpine linux