| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Install LICENSE and README.md files - Use make macro
- Initial package in version 0.1.1 for openSUSE
- Update to 0.3:
Added:
* Support for transparency: color specification can now contain a
value for the alpha channel.
* Automatic default sink index detection in the example pulseaudio
watcher script. This should make the script work out of the box
for most users.
* Ready to use screen brightness watcher script in the README.
* Quiet mode (-q).
Changed:
* xob now depends on libxrender for the new transparency feature
(this can be optionally disabled when building xob).
* Improved documentation of the named-pipe method.
* The documentation encourages users to use dedicated input programs
instead of the named-pipe method (now presented as a fallback method).
Fixed:
* Documentation used to advise to overwrite the content of named pipes
which could lead to premature file endings. The documentation now
recommends to append new values command >> named_pipe.
* Issue in the pulseaudio watcher script where pulseaudio sink indexes
were abusively used as indexes of the internal pulsectl library's
data structures.
- update to 0.2: * This release introduces more precise timeout specification (mind the new * unit for `-t`) and an orientation option. This option makes it possible to * chose between a new vertical style or the classic horizontal style. - New vertical mode to display a bar that fills up from bottom to top. - New `orientation` option to choose between classic horizontal mode and new vertical mode. - More precise timeout specification (millisecond). Values below one second are now allowed. - Integers (`0` and `1`) not accepted as values for `rel` options in configuration file . - Typos in documentation.