Skip to content

Releases: PH111P/powerline

1.9.5

19 May 07:34
Compare
Choose a tag to compare
  • merge upstream changes
  • update (dev) version returned by get_version to parse the most recent tag to make the resulting version string conform to PEP 440
  • fix ipython8

1.9.3

20 Mar 11:43
Compare
Choose a tag to compare
  • merge upstream changes
  • common.volume.volume: add controls
  • minor squidfixes and improvements

1.9.2

22 Aug 11:09
Compare
Choose a tag to compare
  • Add common.net.NetworkManager segment: Uses nmcli to obtain current network connections and their status (experimental)
  • Add common.bluetooth.bluetooth segment: Obtain a list of connected Bluetooth devices and, if supported, their battery status (experimental)
  • Add common.kbd.lock_status segment: Uses xset -q to obtain the current status of various keyboard locks (i.e. Caps Lock, Num Lock, etc.). Works only in X and is only useful for bindings that update their bars regularly (e.g. lemonbar). (experimental, considered for removal)
  • Add update bar command: Forces a ThreadedSegment to update its content. The segment to update is selected via the given segment or channel name. Also forces the bar to re-render. (experimental)
  • Update i3 modules to reflect the recent breaking changes in i3ipc.
  • Update default colorscheme for shells
  • Minor squidfixes and improvements

1.9.0

04 Apr 10:20
Compare
Choose a tag to compare
  • vim.file_vcs_status: removed, as it caused severe problems
  • i3.scratchpad: Swapped default values for fresh and changed
  • shell.last_status: added signal number to name translation
  • Fixed ipython ≥7.0
  • Added level:i_j_rep colors for all 2 ≤ i ≤ 4 and j from {fg, bg}. This may require a configuration update
  • Removed python2 code. It will not return.

1.8.4

31 Oct 07:38
Compare
Choose a tag to compare
  • Minor bug fixes and speed improvements
  • Support auto_reconnect feature of i3ipc
  • randr.output: improve mirror handling

1.8.2

15 Jul 20:10
Compare
Choose a tag to compare
  • Added global menu support for the i3wm.active_window_title segment by adapting RafaelBocquet/i3-hud-menu
  • Added a global_menu theme for wm
  • Added hover support
  • Added -R flag for heights relative to the outputs' height
  • Various minor bug fixes and improvements

1.8.0

12 Jul 20:50
Compare
Choose a tag to compare
  • Added support for a center area for segments
  • Improve active window segment

1.7.18

16 Jun 09:52
Compare
Choose a tag to compare
  • minor bug fixes and improvements
  • add toggle_clicks internal bar command and common.generic.click_status segment to pause click interaction and display the status of the click interaction, respectively.

1.7.16

23 Apr 18:40
Compare
Choose a tag to compare
  • randr.output: add auto-shrink feature
  • improve default arguments for powerline-lemonbar
  • fix powerline-lint

1.7.14

22 Apr 21:18
Compare
Choose a tag to compare
  • Fix default configuration of the wireless segment
  • Merge #31, adding a segment for the current memory usage
  • Merge #32, adding formatting to the internal_ip segment
  • i3wm.workspaces: Minor improvements