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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
This file recaps changes between releases.
4
4
5
+
## [0.2] - 2020-03-09
6
+
7
+
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.
8
+
9
+
### Added
10
+
11
+
- New vertical mode to display a bar that fills up from bottom to top.
12
+
- New `orientation` option to choose between classic horizontal mode and new vertical mode.
13
+
- More precise timeout specification (millisecond). Values below one second are now allowed.
14
+
15
+
### Changed
16
+
17
+
- Default style: the bar is now vertical near the right edge of the screen. This prevents the bar from overlapping two screens in typical horizontal dual-monitor setups.
18
+
- Unit for timeout `-t` is now the millisecond. xob will issue a warning when the specified value seems too low (e.g. after a migration from v0.1.x).
19
+
20
+
### Fixed
21
+
22
+
- Integers (`0` and `1`) not accepted as values for `rel` options in configuration file .
23
+
- Typos in documentation.
24
+
25
+
5
26
## [0.1.1] - 2018-08-25
6
27
7
28
This release does not add any major new end-user feature. It corrects issues and improves the build process thanks to a revamped `Makefile` for easier packaging of the program in linux distributions. It also provides a default system configuration file.
0 commit comments