File xmobar.changes of Package xmobar
-------------------------------------------------------------------
Sat Jan 1 19:59:06 UTC 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 6 20:35:25 UTC 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 09:51:00 UTC 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 10:10:27 UTC 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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Mon Nov 30 15:27:04 UTC 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 02:00:52 UTC 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 10:46:55 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Sat Jun 27 02:00:29 UTC 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 18:00:06 UTC 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 07:06:33 UTC 2020 - Peter Trommler <ptrommler@icloud.com>
- increase disk space on ppc64, ppc64le
-------------------------------------------------------------------
Thu May 7 07:48:19 UTC 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 14:17:53 UTC 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 9 03:02:28 UTC 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 8 16:15:22 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Sat Oct 12 02:01:56 UTC 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 02:01:35 UTC 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 13:00:00 UTC 2019 - Peter Simons <psimons@suse.com>
- Build xmobar with 'datezone' extension enabled.
-------------------------------------------------------------------
Sun Mar 17 03:01:54 UTC 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).
-------------------------------------------------------------------
Tue Dec 25 03:01:32 UTC 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 03:01:47 UTC 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 9 03:01:29 UTC 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 6 03:01:54 UTC 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 1 08:41:36 UTC 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 7 02:01:15 UTC 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 09:18:05 UTC 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 14:10:05 UTC 2018 - psimons@suse.com
- Add xmobar at version 0.27.