-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
This file recaps changes between releases. | ||
|
||
## [0.1.1] - 2018-08-25 | ||
|
||
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. | ||
|
||
### Added | ||
|
||
- `WM_CLASS` property for the xob windows | ||
- Default system configuration file | ||
- 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. | ||
- Changelog | ||
- New planned feature: configuration through X resources | ||
|
||
### Changed | ||
|
||
- Naming conventions in types and include guards to avoid clash with possible reserved C and POSIX identifiers | ||
- Naming conventions of the variables in the `Makefile` to fit the GNU Coding Standards | ||
|
||
### Fixed | ||
|
||
- Build errors on certain configurations due to blunders in `Makefile` | ||
|
||
## [0.1] - 2018-08-21 | ||
|
||
Initial release of xob. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
% XOB(1) xob 0.1.0 | ||
% XOB(1) xob 0.1.1 | xob Manual | ||
% Florent Ch | ||
% August 2018 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters