Skip to content

Releases: francma/wob

wob 0.16

20 May 09:23
0.16
Compare
Choose a tag to compare

Highlight of this release is added support for fractional-scale-v1 protocol and per output configuration. Implementation of these features required a lot of refactoring, proceed with caution and please report bugs you find 🙂

Added

  • Install systemd unit files (enabled by default, disable it with -Dsystemd-unit-files=disabled) 373ce46
  • Implement per output configuration & fractional scaling 04cd51d
[output.left]
match = Dell Inc. DELL U2722DE
width = 500
height = 60
anchor = top left

Removed

  • Remove output_mode configuation option - wob is now always shown on focused output only b13240b

Changed

  • Do not exit on invalid input (issue warn only) 5322ba7

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