diff --git a/index.md b/index.md index 32eb833..985156b 100644 --- a/index.md +++ b/index.md @@ -42,8 +42,8 @@ Many distributions already have Window Maker included in their software repositories, so it could be installed directly from there. Other sources are listed below: -- Latest source of stable version is - [0.95.8](pub/source/release/WindowMaker-0.95.8.tar.gz), released on - 11.03.2017. See the [NEWS](news) section for more information. +- Latest source of stable version is + [0.95.9](pub/source/release/WindowMaker-0.95.9.tar.gz), released on + 04.04.2020. See the [NEWS](news) section for more information. - Source code is also available through the [git repository](http://repo.or.cz/w/wmaker-crm.git) diff --git a/news/index.md b/news/index.md index d9c6478..df56e69 100644 --- a/news/index.md +++ b/news/index.md @@ -6,6 +6,28 @@ title: News News ==== +Version 0.95.9 released +----------------------- + +Window Maker 0.95.9 was released on April 4th 2020 + +* SwitchPanel is now more configurable: you can configure the switch + panel icon size by setting the "SwitchPanelIconSize" option to your + preferred value in ~/GNUstep/Defaults/WindowMaker. The font size used + in this panel now is also sensible to changes in the system font. +* New user configuration directory environment variable. In previous + versions, the GNUstep directory used to store a user's Window Maker + configuration files was specified by the GNUSTEP_USER_ROOT environment + variable, which defaulted to ~/GNUstep. However, this environment + variable was deprecated in gnustep-make v2. Therefore, it has been + replaced by the WMAKER_USER_ROOT environment variable. +* libXmu is now an optional dependency.If the library is not found, + compilation work, the only limitation will arise when trying to + install the standard colormap on displays which are not TrueColor. + Please note that if you have the library but not the headers, + configure will still stop; there is no user option to explicitly + disable the library use. + Version 0.95.8 released ----------------------- diff --git a/pub/source/release/WindowMaker-0.95.9.tar.gz b/pub/source/release/WindowMaker-0.95.9.tar.gz new file mode 100644 index 0000000..f6bb27d Binary files /dev/null and b/pub/source/release/WindowMaker-0.95.9.tar.gz differ