@@ -4,102 +4,109 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
- ## [0.0.1] - 2020-11-06
8
- ### Added
9
- - Initial release.
10
-
11
- ## [0.0.2] - 2020-11-07
12
- ### Added
13
- - Close window command (default: Win+q).
7
+ ## [0.1.7] - 2021-03-03
8
+ ### Fixed
9
+ - Memory leak due to xcb_wait_for_event() not being freed.
10
+ - Order of the CHANGELOG (i.e. latest on top).
14
11
15
- ### Fixed
16
- - Resize crash in root window.
17
-
18
- ## [0.0.3] - 2020-11-08
12
+ ## [0.1.6] - 2020-12-28
19
13
### Added
20
- - Examples in the config.h file.
21
- - Window height and width parameters.
14
+ - Window fullscreen command alias (default: Win+f).
22
15
16
+ ## [0.1.5] - 2020-12-23
23
17
### Removed
24
- - string.h library dependency.
18
+ - Unused root padding definitions.
19
+ - xcb_wait_for_event() not being freed.
25
20
26
- ## [0.0 .4] - 2020-11-10
21
+ ## [0.1 .4] - 2020-12-22
27
22
### Added
28
- - Instructions for patches and the patching process.
29
- - Minimum window height and width parameters.
23
+ - Raise focus command keys to xwm.1 and README.
24
+
25
+ ### Changed
26
+ - The "Features" section of the README to indicate audience.
30
27
31
28
### Removed
32
- - Unused stdarg.h library dependency .
29
+ - Pointer warp on window resize/move as this appears to be default .
33
30
34
31
### Fixed
35
- - Crash when pointer x/y cords less than window origin.
36
-
37
- ## [0.0.5] - 2020-11-11
38
- ### Added
39
- - Default key bindings in man page.
40
- - Disclaimer section in README.
32
+ - Spelling and grammar in man page.
41
33
42
- ## [0.0.6 ] - 2020-11-12
34
+ ## [0.1.3 ] - 2020-11-30
43
35
### Added
44
- - Window borders and color definitions.
45
-
46
- ## [0.0.7] - 2020-11-13
47
- ### Fixed
48
- - Border focus/unfocus when leaving a window.
36
+ - Instructions in README for Arch Linux AUR installation.
49
37
50
- ## [0.0.8] - 2020-11-16
51
- ### Fixed
52
- - Window focus/unfocus on new window creation.
38
+ ### Changed
39
+ - Default new window location from top-left to center.
53
40
54
41
### Removed
55
42
- Global root variable.
56
43
- Removed leave notify event.
57
44
58
- ## [0.0.9] - 2020-11-17
45
+ ## [0.1.2] - 2020-11-23
46
+ ### Changed
47
+ - Default surf start page to startpage.com.
48
+
59
49
### Fixed
60
- - Window resize lag.
61
- - Bug where window border moves outside of root window.
50
+ - Zombie reaping.
51
+
52
+ ## [0.1.1] - 2020-11-21
53
+ ### Added
54
+ - Makefile warnings (e.g. -Wall, Wextra, etc.).
62
55
63
56
## [0.1.0] - 2020-11-20
64
57
### Fixed
65
58
- MISRA 10.4 non-compliance.
66
59
- Fix operator dependence.
67
60
68
- ## [0.1.1] - 2020-11-21
69
- ### Added
70
- - Makefile warnings (e.g. -Wall, Wextra, etc.).
61
+ ## [0.0.9] - 2020-11-17
62
+ ### Fixed
63
+ - Window resize lag.
64
+ - Bug where window border moves outside of root window.
71
65
72
- ## [0.1.2 ] - 2020-11-23
73
- ### Changed
74
- - Default surf start page to startpage.com .
66
+ ## [0.0.8 ] - 2020-11-16
67
+ ### Fixed
68
+ - Window focus/unfocus on new window creation .
75
69
70
+ ## [0.0.7] - 2020-11-13
76
71
### Fixed
77
- - Zombie reaping .
72
+ - Border focus/unfocus when leaving a window .
78
73
79
- ## [0.1.3 ] - 2020-11-30
74
+ ## [0.0.6 ] - 2020-11-12
80
75
### Added
81
- - Instructions in README for Arch Linux AUR installation.
82
-
83
- ### Changed
84
- - Default new window location from top-left to center.
76
+ - Window borders and color definitions.
85
77
86
- ## [0.1.4 ] - 2020-12-22
78
+ ## [0.0.5 ] - 2020-11-11
87
79
### Added
88
- - Raise focus command keys to xwm.1 and README.
80
+ - Default key bindings in man page.
81
+ - Disclaimer section in README.
89
82
90
- ### Changed
91
- - The "Features" section of the README to indicate audience.
83
+ ## [0.0.4] - 2020-11-10
84
+ ### Added
85
+ - Instructions for patches and the patching process.
86
+ - Minimum window height and width parameters.
92
87
93
88
### Removed
94
- - Pointer warp on window resize/move as this appears to be default .
89
+ - Unused stdarg.h library dependency .
95
90
96
91
### Fixed
97
- - Spelling and grammar in man page.
92
+ - Crash when pointer x/y cords less than window origin.
93
+
94
+ ## [0.0.3] - 2020-11-08
95
+ ### Added
96
+ - Examples in the config.h file.
97
+ - Window height and width parameters.
98
98
99
- ## [0.1.5] - 2020-12-23
100
99
### Removed
101
- - Unused root padding definitions .
100
+ - string.h library dependency .
102
101
103
- ## [0.1.6 ] - 2020-12-28
102
+ ## [0.0.2 ] - 2020-11-07
104
103
### Added
105
- - Window fullscreen command alias (default: Win+f).
104
+ - Close window command (default: Win+q).
105
+
106
+ ### Fixed
107
+ - Resize crash in root window.
108
+
109
+ ## [0.0.1] - 2020-11-06
110
+ ### Added
111
+ - Initial release.
112
+
0 commit comments