Skip to content

Commit 95de8b4

Browse files
committed
Update version
1 parent 8afebcd commit 95de8b4

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
This file recaps changes between releases.
44

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+
528
## [0.2] - 2020-03-09
629

730
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.

doc/xob.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 2.9.1.1
22
.\"
3-
.TH "XOB" "1" "July 2021" "xob 0.2" "xob Manual"
3+
.TH "XOB" "1" "July 2021" "xob 0.3" "xob Manual"
44
.hy
55
.SH NAME
66
.PP

doc/xob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% XOB(1) xob 0.2 | xob Manual
1+
% XOB(1) xob 0.3 | xob Manual
22
% Florent Ch
33
% July 2021
44

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "display.h"
2222
#include <stdbool.h>
2323

24-
#define VERSION_NUMBER "0.2"
24+
#define VERSION_NUMBER "0.3"
2525

2626
typedef struct
2727
{

0 commit comments

Comments
 (0)