Skip to content

Releases: tobi-wan-kenobi/bumblebee-status

v1.4.3

30 Sep 14:53
Compare
Choose a tag to compare

New modules/features

  • Contributed by @AntouanK : currency module to track currency exchange rates
  • Contributed by @UltimatePancake : title module to show title of current window in the status bar
  • Experimental layout-xkb for better keyboard layout switching support

Bugfixes

  • Contributed by @chrismullins : Improved Python3 support for github module
  • Improved unicode support
  • Improved accuracy for memory module

v1.4.2

12 Aug 15:14
Compare
Choose a tag to compare

Bugfixes

  • Fix broken Python3 compatibility for module datetime

v1.4.1

12 Aug 15:05
Compare
Choose a tag to compare

Improvements

  • cmus is now hidden when cmus player is not running

#Bugfixes

  • cmus wasn't showing controls (#157)
  • datetime works with non-ASCII locales (#158)

v1.4.0

12 Aug 13:05
Compare
Choose a tag to compare

New Features

  • Experimental dropdown menus using tkinter (contributed by @brunosmmm )
  • Parameters can be stored in a configuration file now

New Modules

  • nvidiagpu (contributed by @RileyRedpath )
  • mocp (contributed by @chrugi )
  • getcrypto (contributed by @Ryunaq )
  • todo (contributed by @codingo )

Improvements

  • Show ICMP packet loss in module ping (contributed by @dnfm )
  • Add weather icons to module weather (contributed by @dnfm )
  • Automatically detect battery devices in module battery
  • Fewer dependencies for module sensors (contributed by @ibrokemypie )
  • Show remaining time estimate on module battery (contributed by @yvesh )

Bugfixes

  • module pulseaudio: Start pulseaudio daemon, if necessary (and if configured)

v1.3.0

10 Jun 13:30
Compare
Choose a tag to compare

Apologies if any attributions are wrong or missing, it's been quite a long change list :-)

New modules

  • sensors - Display temperature (thanks to @mijoharas)
  • traffic - Show uplink/downlink network traffic per device (thanks to @meain)
  • stock - Show stock information (thanks to @msoulier)
  • github - Show number of pending github notifications (thanks to @yvesh)
  • spotify - Currently playing song in spotify (thanks to @yvesh)
  • publicip - Shows your current public IP (thanks to @RobertSacks)
  • bluetooth - Shows bluetooth status and allows toggling (thanks to @brunosmmm)
  • mpd - Add song information from mpd (thanks to @alrayyes)

New features

  • Add interface status filters for the modules traffic and nic
  • Add non-powerline gruvbox theme (thanks to @meain)
  • Add "scrollable" trait for widgets (e.g. cmus)
  • Add logging and a debug mode

Bugfixes

  • Fix a crash in the xrandr module
  • Silence import errors for optional dependencies (thanks to @cjlarose)
  • Make pulseaudio module robust against localization
  • Gracefully handle situations where no weather information is available (thanks to @elshize)
  • Linting for PEP 8 compatibility (thanks to @ibrokemypie)

v1.2.1

16 Mar 20:13
Compare
Choose a tag to compare

Mostly a bugfix release

New module

  • amixer sound levels (thanks to @zetxx)

Bugfixes

  • More accurate disk usage calculation for the "disk" module (thanks to @yashar-sb-sb)
  • Improved pacman module (separate thread for background querying) (thanks to @yashar-sb-sb)
  • Fixed custom update interval

v1.2.0

03 Mar 20:27
Compare
Choose a tag to compare

New modules in this release:

  • gpmdp (by @paxy97): Add information and controls for the Google Play Music Desktop Player
  • weather (by @paxy97): Show temperature retrieved from OpenWeatherMap, with support for automatic location detection
  • kernel (by @pierre87): Show current Linux kernel version
  • redshift: Show current status (day/night + color temperature) for Redshift

Misc:

  • Added support for Python 3.6
  • Minor code improvements (particularly, in the nic module)

v1.1.1

20 Dec 08:32
Compare
Choose a tag to compare

Fixed bug in v1.1.0 in module "pulseaudio": Volume & status detection broken with multiple devices

v.1.1.0

17 Dec 07:24
Compare
Choose a tag to compare

New features:

  • new module "pacman" (contributed by @Pseudonick47): Show pending pacman updates
  • new module "xrandr": Show, disable and enable attached displays
  • new module "layout": Show and cycle keyboard layouts (contributed by @Pseudonick47)
  • new parameter for "nic": Configure list of excluded interfaces
  • themes: Themes can now use (and define) icon sets

Other:

  • Major rewrite of the backend code (should be more stable and extensible now)
  • Full Python3 support

v1.0.0

23 Nov 17:34
Compare
Choose a tag to compare

1st official release