diff options
author | jao <jao@gnu.org> | 2022-10-16 20:16:05 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-16 20:16:05 +0100 |
commit | 5e53644b437861460ee22d419ba6f4d55a8fd9a6 (patch) | |
tree | 3f559bb6da3ce8f8275c24e60ad055b314d8bb86 | |
parent | e5d00b351fc53a239f275ccd15023cd94ad38142 (diff) | |
download | xmobar-0.45.tar.gz xmobar-0.45.tar.bz2 |
changelog and version bump0.45
-rw-r--r-- | changelog.md | 4 | ||||
-rw-r--r-- | readme.org | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b4f5009..fca8609 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## Version 0.45 (October, 2022) + +- New cairo/pango font drawing backend, substituting the direct X11/Xft one. + ## Version 0.44.2 (August, 2022) - Documentation improvements. @@ -29,6 +29,17 @@ output, in a variety of formats. Check [[./changelog.md][the change log]] for our release history. We also have an IRC channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]]. +* Breaking news + + - Starting with version 0.45 we use cairo/pango as our drawing engine + (instead of plain X11/Xft). From a user's point of view, that change + should be mostly transparent, except for the facts that it's allowed + fixing quite a few bugs and that your /font names/ in your configuration, if + you used ~xft~ ones, might need to be adapted to Pango's syntax: please see + [[./doc/quick-start.org#fonts][this section of the documentation]] for all the details. If you're + compiling your own xmobar, there's a new dependency on libpango (see + [[./doc/compiling.org#c-libraries][C library dependencies]]). + * Installation :PROPERTIES: :CUSTOM_ID: installation |