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
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.
8
+
9
+
### Added
10
+
11
+
-`WM_CLASS` property for the xob windows
12
+
- Default system configuration file
13
+
- Configurable (during build) system configuration path: xob does not always fallback to `/etc/xob/styles.cfg` anymore, it adapts to the system configuration directory specified during the build process.
14
+
- Changelog
15
+
- New planned feature: configuration through X resources
16
+
17
+
### Changed
18
+
19
+
- Naming conventions in types and include guards to avoid clash with possible reserved C and POSIX identifiers
20
+
- Naming conventions of the variables in the `Makefile` to fit the GNU Coding Standards
21
+
22
+
### Fixed
23
+
24
+
- Build errors on certain configurations due to blunders in `Makefile`
0 commit comments