Changelog for
ghc-xmobar-prof-0.47.1-2.210.x86_64.rpm :
* Sat Sep 02 2023 Peter Simons
- Update xmobar to version 0.47.1. - Allow compilation with libmpd even with GHC > 9.4, by requesting it explicitly with `with_mpd`. See #667 for further details. - Fix: center middle section for templates of the for }M{ - Documentation fixes and improvements - Better error handling in network connections
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Jan 05 2023 Peter Simons - Update xmobar to version 0.46. - New bar position specifiers TopHM, BottomHM. - New configuration option, `dpi`, to set the font scaling factor. - Fixes and extensions for section aligment behaviour (#650, #655). - Fix: honour fc/bg specs for icons (#663).
* Sun Oct 16 2022 Peter Simons - Update xmobar to version 0.45. - New cairo/pango font drawing backend, substituting the direct X11/Xft one.
* Wed Aug 10 2022 Peter Simons - Update xmobar to version 0.44.2. - Documentation improvements. - Missing doc files and xmobar.el added to distribution.
* Mon Jul 18 2022 Peter Simons - Update xmobar to version 0.44.1. - Repository moved to Codeberg. No code changes.
* Fri Jul 08 2022 Peter Simons - Update xmobar to version 0.44. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/xmobar-0.44/src/changelog.md
* Wed May 11 2022 Peter Simons - Update xmobar to version 0.43. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/xmobar-0.43/src/changelog.md
* Tue Mar 01 2022 Peter Simons - Update xmobar to version 0.42. _New features_ - New text mode (thanks to Pavel Kagulin, see issue #601), with output formats compatible with color terminals and pango. - New text mode with format following swaybar-protocol, supporting colors, faces, boxes and actions. _Bug fixes_ - Fix for bottom placement (#608) - Fix for memory leak during X drawing (#609)
* Sat Jan 01 2022 Peter Simons - Update xmobar to version 0.41. [#]# Version 0.41 (January, 2022) _New features_ - Disk monitors for FreeBSD (Michal Zielonka). - Improvements to signal handling when using xmobar as a library (John Soo).
* Sat Nov 06 2021 psimonsAATTsuse.com- Update xmobar to version 0.40. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/xmobar-0.40/src/changelog.md
* Fri Aug 13 2021 psimonsAATTsuse.com- Update xmobar to version 0.39. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/xmobar-0.39/src/changelog.md
* Wed May 19 2021 psimonsAATTsuse.com- Update xmobar to version 0.38. [#]# Version 0.38 (May, 2021) _Bug fixes_ - Fix off-by-one in strut calculation for `Static` position which reserved space for the panel than necessary and caused issues in some multi-head setups (fixes #530). - Revert the double-UTF-8 encoding workarounds of 0.36 (#482), as they\'re no longer necessary with xmonad-contrib master, and aren\'t needed with any released version of xmonad-contrib either. - Fix slow reactions to SIGUSR1/2 signals (reposition, change screen).