-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
43 lines (34 loc) · 1.17 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Release history for xpointerbarrier
v20.07 2020-07-19
[Fixed]
- Build no longer depends on GNU sed.
[Added]
- Option "-k" can read katriawm's _KATRIA_INSETS property from the
root window, so you don't have to calculate those insets manually.
v20.05 2020-05-15
[Changed]
- Makefile: We now use pkg-config for better portability.
- Makefile: Use C99.
v18.06 2018-06-24
- This is a maintenance release, due to the project moving away from
GitHub. No code changes.
v17.11 2017-11-16
[Fixed]
- Setting insets of "0" no longer creates conflicting barriers, which
would result in one-directional barriers. (Fix for GitHub issue #1.)
v17.10 2017-10-18
[Fixed]
- We now use XRRGetMonitors(). In contrast to XRRGetScreenResources(),
it does not cause the X server to hang for a few hundred
milliseconds.
v17.09 2017-09-16
[LICENSING]
- The project has been relicensed under the MIT license (more
precisely called "Expat License", but everyone calls it "MIT
license" these days).
v16.08 2016-08-20
[Fixed]
- Improve signal handling, don't call fprintf.
v16.01 2016-01-05
- Initial release.
- Daemon, XRandR, signals, manpages.