Package Release Info

xmobar-0.41-bp154.1.17

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-xmobar
ghc-xmobar-devel
xmobar

Change Logs

* Sat Jan 01 2022 Peter Simons <psimons@suse.com>
- 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 psimons@suse.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 psimons@suse.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 psimons@suse.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).
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Mon Nov 30 2020 psimons@suse.com
- Update xmobar to version 0.37.
  [#]# Version 0.37 (November, 2020)
  _New features_
  - New command line option `--add-font` (Ivan Brennan)
  - New monitor `MPDX` that extends `MPD` with the ability of having a
    custom alias.  Useful for connecting with multiple servers.
  - New plugin `NotmuchMail` to monitor mail indexed by `notmuch`.
  _Bug fixes_
  - Fix date plugin not picking up DST and timezone changes (refresh
    timezone once a minute to preserve the optimized performace of 0.34).
* Sun Aug 23 2020 psimons@suse.com
- Update xmobar to version 0.36.
  [#]# Version 0.36 (August, 2020)
  _New features_
  - Monitor progress bars: a value of 0 for `-W` denotes an index in
    the `-f` string, similar to icon patterns but using characters.
  - New tag `<box>` to add borders around text (Unoqwy).
  - `fc` color background now accepts an offset (Unoqwy).
  _Bug fixes_
  - Documentation fixes (Tomáš Janoušek)
  - Don't get confused by empty configuration dirs (fixes #412)
  - Xft rendering: Avoid encoding to UTF8 on all scenarios. This
    causes issue to StdinReader monitor when the handle wasn't binary.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Sat Jun 27 2020 psimons@suse.com
- Update xmobar to version 0.35.1.
  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.35.1/src/changelog.md
* Sun Jun 14 2020 psimons@suse.com
- Update xmobar to version 0.34.
  [#]# Version 0.34 (June, 2020)
  _New features_
  - New plugin `HandleReader` for reading data from a Haskell `Handle`. This is
    useful if you are running xmobar from within a Haskell program.
  - Build with ghc 8.10 allowed.
  - Optimize date plugin by avoiding calling getTimeZone for each of
    the time the date has to be updated. Instead, it's computed once
    at the start and re-used for each invocation.
  - Optimize Weather and UVMeter plugin by using global Manager instead of
    creating for each http request when useManager is explicitly configured as False.
* Fri May 29 2020 Peter Trommler <ptrommler@icloud.com>
- increase disk space on ppc64, ppc64le
Version: 0.33-bp152.2.1
* Thu May 07 2020 Peter Simons <psimons@suse.com>
- Drop obsolete %setup hack to work around a missing Setup.hs file.
  New ghc-rpm-macros do this automatically.
- Tweak dependency information to fix building with ghc-8.10.x.
* Thu Feb 27 2020 psimons@suse.com
- Update xmobar to version 0.33.
  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.33/src/changelog.md
* Mon Dec 09 2019 psimons@suse.com
- Update xmobar to version 0.32.
  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.32/src/changelog.md
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sat Oct 12 2019 psimons@suse.com
- Update xmobar to version 0.31.
  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.31/src/changelog.md
* Fri Aug 23 2019 psimons@suse.com
- Update xmobar to version 0.30.
  [#]# Version 0.30 (August, 2019)
  _New features_
  - New monitor `MultiCoreTemp`, thanks to Felix Springer.
  - `DiskIO`: Additional template variables for absolute number of
    bytes rather than speeds (see [issue #390].
  - `WeatherX`: An extension to the `Weather` monitor allowing the
    spefication of custom strings or icons for sky conditions.
  - The battery monitors accept the new arguments `-a` and `-A` to
    specify a system command executed if battery left goes beyond a
    given threshold.
  [issue #390]: https://github.com/jaor/xmobar/issues/390
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
- Build xmobar with 'datezone' extension enabled.
* Sun Mar 17 2019 psimons@suse.com
- Update xmobar to version 0.29.5.
  [#]# Version 0.29.5 (March, 2019)
  _Bug fixes_
  - Honour command line flags when starting xmobar without any
    configuration file (issue #375).
  - `Alsa` plugin: restart `alsactl` if it quits, e.g. because of a
    sleep/awake cycle (issue #376).
  - `Weather` using the new HTTPS URL, which requires http-conduit as
    a dependency (issue #378).
  - `MarqueePipeReader` exported at the API level (issue #381).
Version: 0.29.4-bp151.1.7
* Tue Dec 25 2018 psimons@suse.com
- Update xmobar to version 0.29.4.
  [#]# Version 0.29.4 (December, 2018)
  Upgrade to alsa-mixer 0.3.0.  See issues #372 and #373.
* Tue Dec 11 2018 psimons@suse.com
- Update xmobar to version 0.29.3.
  [#]# Version 0.29.3 (December, 2018)
  _Bug fixes_
  - Upper bound for alsa_mixer (see [issue #372])
  [issue #372]: https://github.com/jaor/xmobar/issues/372
* Sun Dec 09 2018 psimons@suse.com
- Update xmobar to version 0.29.2.
  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.29.2/src/changelog.md
* Thu Dec 06 2018 psimons@suse.com
- Update xmobar to version 0.29.1.
  [#]# Version 0.29.1 (December, 2018)
  _Bug fixes_
  - Honour command line flags (fixes [issue #370])
  - Expose Cmd and CmdX in Xmobar interface
  [issue #370]: https://github.com/jaor/xmobar/issues/370
* Sat Dec 01 2018 psimons@suse.com
- Update xmobar to version 0.29.
  - New `Alsa` monitor for volume display that doesn't use polling, by
    Daniel Schüssler.
  - `ThermalZone` retries reading missing files, thanks to Reed Koser.
  - `TopProc` ignores kernel threads (see also [issue #369]).
  - `Wireless` simple autodetection of wirless interface name (if set
    to "").
  - Experimental support for using xmobar as a library, so that
    configurations are in fact Haskell programs a la Xmonad (beta
    stage, with help from Pavan Rikhi). Traditional config files are
    still (and will continue to be) supported.
  - Correctly parsing configuration options `mwClass` and `wmName`.
  [issue #369]: https://github.com/jaor/xmobar/issues/369
* Sun Oct 07 2018 psimons@suse.com
- Update xmobar to version 0.28.1.
  - Dependencies updated to work with GHC 8.6, avoiding [issue #354].
  [issue #354]: https://github.com/jaor/xmobar/issues/354
* Wed Aug 22 2018 psimons@suse.com
- Update xmobar to version 0.28.
  [#]# Version 0.28
  _New features_
  - New `ComX`, which runs a command with custom exit error message.
  _Bug fixes_
  - hinotify version upgraded ([issue #356])
  [issue #356]: https://github.com/jaor/xmobar/issues/356
* Tue Jul 31 2018 psimons@suse.com
- Add xmobar at version 0.27.
Version: 0.24.5-bp150.2.3
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Wed May 31 2017 psimons@suse.com
- Update to version 0.24.5.
* Wed May 03 2017 psimons@suse.com
- Update to version 0.24.4 with cabal2obs.
* Fri Sep 16 2016 psimons@suse.com
- Update to version 0.24.3 with cabal2obs.
* Wed Aug 17 2016 psimons@suse.com
- Update to version 0.24.2 revision 0 with cabal2obs.
* Mon Aug 01 2016 psimons@suse.com
- Update to version 0.24.1 revision 0 with cabal2obs.
* Thu Jul 28 2016 psimons@suse.com
- Update to version 0.24 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.23.1 revision 0 with cabal2obs.
* Fri Apr 24 2015 mimi.vx@gmail.com
- update to 0.23.1
  * Vertical alignment for icons, issue #216
  * Improvements to vertical text alignment, with many thanks to Jan Palus (see ongoing discussion in issue #221).
  * Better error handling in Volume monitor, issue #215
  * Compilation with ghc 7.8 and 7.10 (thanks to Edward Tjörnhammar, see issue #225).
* Sun Mar 08 2015 mimi.vx@gmail.com
- update to 0.23
  + Xmobar can now use a (semi)transparent background: set it with the new configuration option alpha (thanks to Edward Z. Yang, see issue #114).
  + Multiple fonts available by means of the new configuration parameter additionalFonts and the template markers <fn=1>...</fn>, by Markus Scherer.
  + New variables in Mem monitor for available memory as reported by Linux 3.14 and newer, by Samuli Thomasson.
  + New configuration parameters textOffset and iconOffset (see discussion in issue #171 and issue #201).
  + New template variable flags in MPD monitor, by Duncan Burke.
  + We honour the -S (show suffix) monitor flag in CpuFreq.
  + Better Weather parsing of wind direction, by Dino Morelli (see pull #212).
* Tue Feb 17 2015 mimi.vx@gmail.com
- enable inotify support for Mbox and mail plugin
- enable Wirelees plugin
* Mon Feb 16 2015 mimi.vx@gmail.com
- update to 0.22.1
- remove _service file
- enable xft,dbus,mpris support
  + Fix compilation in systems that don't need mtl newer than the one shipped with GHC.
  + New MarqueePipeReader plugin by Reto Hablützel.
  + Network monitor has now adaptive units (-S is used now to switch them on), by Axel Angel.
  + Weather now offers dewPointC and dewPointF instead of dewPoint, and the new windCardinal, windAzimuth, windMph and windKnots variables, by Tony Morris.
  + Strings in the configuration file can now span multiple lines using Haskell-style multiline script, thanks to dunric
  + Icons can now be also xpm files (if xmobar is compiled with with_xpm), thanks to Alexander Shabalin.
  + New borderWidth option to set xmobar's boder width, thanks to Travis Staton.
  + Support for multiple Xft fonts, thanks to Phil Xiaojun Hu and Cedric staub (see pull request #196).
  + Icon patterns for several monitors, that allow you to specify a collection of icons to use for successive integer variable values, thanks to Alexander Shabalin (see pull request #192 and the documentation for details).
  + Upgrade to libmpd 0.9.
  + Much more efficient implementation of the Locks plugin, thanks to Anton Vorontsov (see pull request #195).
  + Not colorizing total disk size in DiskU (issue #189).
  + Avoiding zombies on click actions, thanks to Phil Xiaojun Hu (issue #181).
  + Vertical bar indicators using unicode available for most monitors, by Eric Mrak.
  + CoreTemp: support for linux 3.15, by Tomá? Janou?ek.
  + New CatInt monitor, displaying integer values read from a file, by Nathaniel Wesley Filardo.
  + New <raw> tag for safer input parsing, also by Nathaniel.
  + New UnsafeXMonadLog monitor (by Eric Mrak) and their xproperty counterparts, UnsafeXPropertyLog and UnsafeNamedXPropertyLog.
  + Network now reports status for ppp connections (see issue #89).
  + Fix for very long running Cpu monitors, by Robert J Macomber.
* Wed Jul 02 2014 jmatejka@suse.cz
- Adding xmobar