Skip to content

Releases: tobi-wan-kenobi/bumblebee-status

v1.8.0

26 Jun 18:53
Compare
Choose a tag to compare

This is a big one, so major version bump - many thanks to all the contributors! I hope I listed everyone:

New modules

  • battery_all (@martindoublem ) - aggregate all available batteries
  • apt (@qba10 ) - query the APT package status
  • git - display information about git repositories
  • removed hipchat module (not supported anymore)
  • prime (@jeffeb3 ) - prime video cards information
  • dunst (@eknoes ) - toggle dunst notifications
  • hostname (@varkokonyi ) - show hostname
  • pihole (@bbernhard ) - display pi-hole status
  • datetimetz (@frankzhao ) - show timezone info
  • vpn (@bbernhard ) - show VPN status and select VPN profiles

New themes

New features

  • pulseaudio is now critical if > 100% (@dustypaws )
  • pulseaudio now has a configurable upper limit
  • optionally use light in brightness module (instead of xbacklight)
  • optionally use brightnessctl in brightness module (Frank Scherrer)
  • use xkeyboard to set layout (@MartinWallgren )
  • customize scroll speed and bouncing text (@WORD559 )
  • misc. mocp improvements (@mkwardakov )
  • xrandr: optionally disable polling and add manual update
  • nic: detect wireguard interfaces (@TheEdgeOfRage )
  • weather: add city IDs support (@david-perez )
  • better popup support (popup_v2) (@bbernhard )
  • Add FreeBSD support (poll instead of epoll) (@Crupsp )

Bugfixes

  • better minwidth handling (@jeffeb3 )
  • misc. bugfixes in sensors
  • misc. bugfixes in spaceapi (@rad4day )
  • improved handling of update events
  • misc. bugfixes in nvidia (@0xDEAD )

v1.7.2

09 Nov 15:41
Compare
Choose a tag to compare
  • Add support for loading themes from filenames
  • Add support for JSON-formatted sensors output
  • Bugfix: xrandr module was overwriting/destroying i3 config files

v1.7.1

06 Nov 17:00
Compare
Choose a tag to compare

New modules

  • spaceapi (contributed by @rad4day)
  • docker_ps (contributed by Jorge Lopez)

New themes

  • iceberg-rainbox (contributed by @whzup)

Bugfixes

  • datetime: Better locale error handling
  • traffic: Fix speed calculation
  • battery: Better handling of unknown states and multiple batteries (contributed by @alexmohr)
  • core: Fix event handling for i3wm 4.16+

v1.7.0

15 Sep 12:54
Compare
Choose a tag to compare

v1.7.0

This is a rather large release - a big THANK YOU to the many contributors!

New Modules and Features

New Themes

Improvements and Bugfixes

v1.6.2

08 Aug 08:07
Compare
Choose a tag to compare

v1.6.2 (Bugfix release)

New features

  • Show SSID for Wifi interfaces

Bugfixes

  • #275 sensor fixes
  • pulseaudio fixes (autostart, device selection)
  • memory: better calculation of free memory
  • more graceful handling of wireless devices

v1.6.1

11 Apr 18:29
8a95cb1
Compare
Choose a tag to compare

Improvements

  • traffic: Hide down interfaces (thanks to @TheEdgeOfRage)
  • nic: Add output format parameter (thanks to @kunalshetye)
  • new theme "greyish-powerline" (thanks to @F00dwarrior)
  • new module "taskwarrior" (thanks to @chdorb)

Bugfixes

  • brightness: Return format fix (thanks to @caianrais)
  • theme engine: Remove unneeded YAML dependency (thanks to @fredj)
  • general: Removed typos (thanks to @torvitas)
  • battery: Better error handling
  • getcrypto: Handle downtime of crypto service
  • datetime: Fallback to en_US formatting
  • memory: Fixes to percentage calculation

v1.6.0

08 Jan 18:23
Compare
Choose a tag to compare

Improvements

  • Module redshift now updates in the background and does not block the bar anymore
  • Awesome fonts in the theme can now be referenced by name (using ${})
  • Add generic mechanism for slow updates and use it for various modules (hopefully, this part didn't break anything)

Bugfixes

  • Update stock widget only every hour

v1.5.1

19 Dec 17:37
Compare
Choose a tag to compare

Small hotfix release (Do not fill the disk)

fixes #213: bumblebee-status always logged messages to stderr (even when -d was not specified), which end up in ~/.xsession-errors and consume a lot of diskspace very quickly.

This release completely disables logging, as long as -d is not specified.

Also, introduces two "special" log file names, stdout and stderr to log to stdout and stderr, respectively.

v1.5.0

08 Dec 07:37
Compare
Choose a tag to compare

Theme support extension release

  • Add support for pywal in themes: Add a "colors" instruction and then simply use names for your pywal colors (see the wal-powerline.json themes for examples)
  • Themes can now be stored outside the repository structure (i.e. in ~/.config/bumblebee-status/themes/). Themes will be merged, so it is also possible to partially overwrite theme instructions by placing partial JSON files in this directory, with the same name as the main theme (for example, anything you write into ~/.config/bumblebee-status/themes/powerline.json will overwrite the default powerline theme settings).

New modules

  • rotation by cacyss0807: Cycle through display orientations
  • hipchat by fredj: Show number of unread hipchat messages
  • uptime by fredj: Show current uptime
  • zpool by adam-dej: Show zpool (ZFS) information

New theme

v1.4.4

01 Oct 03:52
Compare
Choose a tag to compare

Small "hotfix" build:

  • Remove built-in 3rdparty xkbgroup library, depend on system xkbgroup instead
  • layout-xkb now requires Python3