Skip to content

Releases: blacknon/hwatch

Version 0.3.15

18 Jun 16:27
aae6789
Compare
Choose a tag to compare

Version 0.3.14

09 Jun 10:33
df88367
Compare
Choose a tag to compare
  • #106. Add custom keymap option(-K)
    • Regarding issue #100, this issue solution is comprehensive.
  • #108. Add "pane border(--border)" and "scrollbar(--with-scrollbar)", "history summary" option. default keymap.
    • B ... with border
    • S ... with scroll bar
    • Shift + S ... with summary
  • #110. Add exit dialog.
  • #114. Change diff lib, difference.rs to similar
  • #115. Add windows binary build job.
  • #118. Add limit(-L, --limit) option. default 5000. If set 0, is no limit.
  • #119. Add compress(-C, --compress) option. Compress the command execution results with zip.
  • #123. bugfix.

Version 0.3.13

06 May 05:56
Compare
Choose a tag to compare
  • Add reverse mode. Display output results in reverse order. -r option or toggle r key. #99
  • Version up lib. #95

Version 0.3.12

07 Apr 07:59
5108e96
Compare
Choose a tag to compare
  • Bug fix. Fixed a bug that caused a dead lock in buffer when handling large data. #87
  • Addition. Until now, even with stdout/stderr selected, if there was a change in the entire output, it was displayed as when history was selected, but now it is hidden if there is no change in the output before or after. If you switch the output mode to output, you can follow the overall changes. #82
  • Addition. Added diff mode as an option when executing commands..#98
  • Addition. Enabled to run as a batch instead of as a TUI app. #24
  • clap version up 4.5.3

Version 0.3.11

04 Mar 20:08
d401e3d
Compare
Choose a tag to compare
  • add mouse support keybind #102
  • bugfix #97
  • fix #96
  • update lib crates

Version 0.3.10

15 Apr 14:54
1267168
Compare
Choose a tag to compare

Version 0.3.9

04 Jan 10:24
52e280b
Compare
Choose a tag to compare
  • debug. The environment variable was HWATCH_JSON, so I changed it to HWATCH_DATA.

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