Releases: francma/wob
Releases · francma/wob
wob 0.15.1
Fixed
- Allow mmap in seccomp sandbox
wob 0.15
wob 0.14.2
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
Fixed
- Fix configuration keys having a wrong name in wob.ini.5
wob 0.14
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
toRRGGBB[AA]
(c1f4985)
Fixed
wob 0.13
Fixed
- Print actual values in
--help
instead of justWOB_DEFAULT_*
- Don't require argument for
-h
- Allow
lseek
syscall in seccomp sandbox - Fix segmentation fault when
-v
(verbose) was used
wob 0.12
wob 0.11
wob 0.10
wob 0.9
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