Skip to content

Releases: powerline/powerline

Release 2.8.4

29 Aug 11:04

Choose a tag to compare

  • various minor bug fixes and improvements

Release 2.8.3

19 May 08:13

Choose a tag to compare

  • various minor bug fixes and improvements
  • fix ipython 8

Release 2.8.2

01 Mar 07:51

Choose a tag to compare

  • various bug fixes and minor improvements.

Release 2.8.1

20 May 11:57

Choose a tag to compare

  • Add __version__.

Release 2.8

14 May 20:40
1234aaf

Choose a tag to compare

  • Added ipython >= 7.0.0 support
  • Various other minor fixes and improvements

Python 2 support is now deprecated. It will be removed in the next release.

Release 2.7

12 Aug 19:43

Choose a tag to compare

  • Added ALE support.
  • Added mocp support.
  • Added awesome 4+ support.
  • Added support for $pipestatus in bash.
  • Recognize terminal-job mode.
  • Fixed i3 bindings when both i3-py and i3ipc are installed.
  • Fixed i3 bar bindings.
  • Fixed checking for battery in WSL.
  • Fixed spotify segment on Mac OS.
  • Fixed compiling C client with GCC-7.

Release 2.6

08 May 16:50

Choose a tag to compare

  • Added support for new Vim modes.
  • Added ability to control output padding.
  • Added iTunes player segment.
  • Added support for tmux development builds.
  • Added a workaround for a fish bug sometimes occurring when using eval from
    config.fish (upstream status unknown).
  • Added a workaround for tmux 2.4 bug: excessive CPU usage when having multiple
    panes (also fixed upstream).
  • Fixed clean file status support in mercurial.
  • Fixed error when battery capacity is zero and using DBus.
  • Fixed mercurial command servers leakage.
  • Refactored awesome bindings to use powerline daemon.

Release 2.5.2

05 Feb 10:47

Choose a tag to compare

  • Fixed ipython-5.2* support.

Release 2.5.1

05 Feb 10:46

Choose a tag to compare

  • Made more robust theme default.
  • Made it use hglib in place of unstable mercurial plugin API.
  • Fixed latest fish version support.
  • Some other fixes and documentation adjustments.

Release 2.5

16 Dec 15:05

Choose a tag to compare

  • Added IPython-5 support: in new major IPython version prompt code was largerly
    reworked, resulting in different set of hacks needed for powerline to work.
    IPython still does not have features needed to avoid using hacks.
  • Added stash segment.
  • Fixed trailing whitespace segment: it could incorrectly report trailing
    whitespace if line ended with b or ' on Python-3.
  • Fixed weather segment and altered geoip service used.
  • Fixed escaping used for status-left option on tmux-2.1 and higher.