Skip to content

Releases: blacknon/hwatch

Version 0.3.8

04 Jan 05:49
d10acc5
Compare
Choose a tag to compare
  • Added a function to notify with a beep sound when updating result(add -B option) #22
  • Added a function to execute the specified command when there is a change in the command output result(add -A "command..." option)
  • Added a function to switch to display only lines with differences by Shift + O when line/word diff.
  • Added option to hide header and history window(add -t option and T and Backspace key) #70
  • Added an option to hide the message "Display help with h key" (add --no-help-banner option) #76
  • Added a function that can be set by writing options in the environment variable "HWATCH" #76
  • Mouse wheel support(add --mouse option) #77
  • Changed to restore the terminal cleanly when killed #78
  • Debug hwatch_log #64

Version 0.3.7

27 Jun 13:30
Compare
Choose a tag to compare
  • #61 . Refactor to avoid warning messages(thank you, hamburger1984)

Version 0.3.6

12 Jun 00:42
6ebb59c
Compare
Choose a tag to compare

Version 0.3.5

03 Jun 11:46
d86479f
Compare
Choose a tag to compare

Version 0.3.5

  • #52
  • add -s option.
  • bugfix.

Version 0.3.4

03 May 15:20
ab82e12
Compare
Choose a tag to compare

Version 0.3.4

  • Bugfix #47 .(PR #48 )
  • Add fish completion(PR #45 )
  • update lib(std::sync::mpsc::channel=>use crossbeam_channel::unbounded;)

Version 0.3.3

24 Feb 01:32
3181b94
Compare
Choose a tag to compare

Version 0.3.2

20 Feb 07:14
5ff0c47
Compare
Choose a tag to compare

Version 0.3.2

  • bugfix #40.
  • update filter highlight.
  • update watch diff output.

Version 0.3.1

11 Feb 16:01
36f11de
Compare
Choose a tag to compare

Version 0.3.1

  • Add line number option.
  • Add filter text highlight.

Version 0.3.0

08 Feb 14:07
963f3d9
Compare
Choose a tag to compare

Version 0.3.0.

Version 0.1.2

12 Nov 00:05
963f3d9
Compare
Choose a tag to compare
  • Debug mouse scroll
  • Change README