From bda67e05b0b954d71f4ee60188396bd8b0221bb5 Mon Sep 17 00:00:00 2001 From: Florent C Date: Sat, 25 Aug 2018 03:42:45 +0200 Subject: [PATCH] Update version number to 0.1.1 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ README.md | 1 + doc/xob.1 | 2 +- doc/xob.md | 2 +- src/main.h | 2 +- 5 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7c4c70 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 0f909d1..e59ae8c 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ xob works well under multihead setups but there is no easy way to configure the * Vertical mode. * New overflow styles. * Smooth transitions. +* Configuration through X resources. ## License diff --git a/doc/xob.1 b/doc/xob.1 index 9778d26..7b020bc 100644 --- a/doc/xob.1 +++ b/doc/xob.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.2.2.1 .\" -.TH "XOB" "1" "August 2018" "xob 0.1.0" "" +.TH "XOB" "1" "August 2018" "xob 0.1.1" "xob Manual" .hy .SH NAME .PP diff --git a/doc/xob.md b/doc/xob.md index 0ee3b3b..0280e6b 100644 --- a/doc/xob.md +++ b/doc/xob.md @@ -1,4 +1,4 @@ -% XOB(1) xob 0.1.0 +% XOB(1) xob 0.1.1 | xob Manual % Florent Ch % August 2018 diff --git a/src/main.h b/src/main.h index 217a396..a8ee72b 100644 --- a/src/main.h +++ b/src/main.h @@ -21,7 +21,7 @@ #include "display.h" #include -#define VERSION_NUMBER "0.1.0" +#define VERSION_NUMBER "0.1.1" typedef struct {