You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
This file recaps changes between releases.
4
4
5
+
## [0.3] - 2021-07-19
6
+
7
+
This release mainly features support for transparency (contribution by Oliver Hattshire @Hattshire) in color specifications along with improvements to the pulseaudio watcher script provided in the documentation.
8
+
9
+
### Added
10
+
11
+
- Support for transparency: color specification can now contain a value for the alpha channel.
12
+
- Automatic default sink index detection in the example pulseaudio watcher script. This should make the script work out of the box for most users.
13
+
- Ready to use screen brightness watcher script in the `README`.
14
+
- Quiet mode (`-q`).
15
+
16
+
### Changed
17
+
18
+
- xob now depends on `libxrender` for the new transparency feature (this can be optionally disabled when building xob).
19
+
- Improved documentation of the named-pipe method.
20
+
- The documentation encourages users to use dedicated input-program instead of the named-pipe method (now presented as a fallback method).
21
+
22
+
### Fixed
23
+
24
+
- 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`.
25
+
- Issue in the pulseaudio watcher script where pulseaudio sink indexes were abusively used as indexes of the internal `pulsectl` library's data structures.
26
+
27
+
5
28
## [0.2] - 2020-03-09
6
29
7
30
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.
0 commit comments