Skip to content

Releases: francma/wob

wob 0.15.1

17 Sep 07:52
0.15.1
Compare
Choose a tag to compare

Fixed

  • Allow mmap in seccomp sandbox

wob 0.15

16 Sep 11:47
0.15
Compare
Choose a tag to compare

Added

  • Add bar orientation = horizontal | vertical
  • Look for config file in /etc/wob/wob.ini
  • New optional build dependency on cmocka (to run tests)

Changed

  • Replace inputting colors via stdin with styles in wob.ini

(sorry, had to ammend 0.15 release with updated sha checksums 😞 )

wob 0.14.2

20 Nov 20:52
0.14.2
Compare
Choose a tag to compare

Fixed

  • Fix multiple "fake" focused output instances in the list of outputs. This could result in multiple bars being rendered under each other in output_mode = focused. This bug was introduced with 0.14 release. 29e2536

wob 0.14.1

20 Nov 10:15
0.14.1
Compare
Choose a tag to compare

Fixed

  • Fix configuration keys having a wrong name in wob.ini.5

wob 0.14

19 Nov 20:40
0.14
Compare
Choose a tag to compare

Changed

  • Replace command line options with .ini file configuration, see man wob.ini for details - new dependency on benhoyt/inih
  • Change color format from #RRGGBBAA to RRGGBB[AA] (c1f4985)

Fixed

  • Properly handle output disconnect (17578b6)
  • Allow mprotect syscall for hardened malloc (#103)

wob 0.13

05 Mar 15:27
0.13
Compare
Choose a tag to compare

Fixed

  • Print actual values in --help instead of just WOB_DEFAULT_*
  • Don't require argument for -h
  • Allow lseek syscall in seccomp sandbox
  • Fix segmentation fault when -v (verbose) was used

wob 0.12

13 Aug 17:41
0.12
Compare
Choose a tag to compare

Fixed

  • Allow munmap syscall to fix sandbox on musl libc #74

Changed

  • Change color format from #AARRGGBB to #RRGGBBAA #79 #81

Added

  • Allow overflow #67

wob 0.11

06 Feb 15:23
0.11
Compare
Choose a tag to compare

Fixed

Changed

  • Rename compilation flag -Dman-page (singular) to -Dman-pages (plural) 8551da1

wob 0.10

08 Aug 14:49
0.10
Compare
Choose a tag to compare

Fixed

  • NULL terminate color buffer string to prevent usage of uninitialised memory #48

wob 0.9

07 Aug 12:25
0.9
Compare
Choose a tag to compare

Fixed

  • Correctly display colors with aplha value < 100%. #39

Changed

  • Short option -v no longer shows current version but increases debug level instead. Use --version to get current version. cd762c5
  • Enable seccomp rules by default if libseccomp is found. Set environment variable WOB_DISABLE_PLEDGE to disable it (for example to run wob with valgrind). 30171c8 61f9633

Added

  • Long options (--border-color, --background-color, --bar-color). a9b7630
  • Log output. Use -v increase verbosity. cd762c5