Releases: francma/wob
Releases · francma/wob
wob 0.16
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
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