b-ryan.powerline-shell/CHANGELOG.md
2017-09-30 17:51:12 -04:00

5.5 KiB

Changes

Unreleased

  • Fix username segment's background color after "su" command (@Fak3)
  • New battery segment which shows the percentage your battery is charged and an icon when your battery is charging. (@wattengard)
  • New aws_profile segment which shows which AWS profile you are using. (@bryangrimes)

2017-09-30 (version 0.3.0)

  • Redo Fossil segment to be consistent with git, svn, etc. (@emansije)
  • Fix subshell execution in bash described by pw3nage (@b-ryan)
  • Change SSH segment to just use the text SSH instead of showing a lock symbol. Closes #287.

2017-09-18 (version 0.2.2)

  • Fix python3 issue in uptime segment. Fixes #291.

2017-09-16 (version 0.2.1)

  • Fix issues preventing fish shell from rendering.

2017-09-13 (version 0.2.0)

  • Add Bazaar segment (@emansije)
    • And rename properties of RepoStats for clarity (@emansije)
  • Rewrite SVN segment to be consistent with git
  • Remove duplicate function in colortrans.py (@jmtd)
  • Make python 3 check compatible with older Python versions
  • New theme! solarized_light (@ruturajv

2017-09-10

  • Complete overhaul of the project (@b-ryan)
    • There is now a PyPi package
    • It's significantly faster now
    • Configuration and installation is brand new. See README.md

2017-06-21

  • Add rbenv segment (@dogo)
  • Fix path segment so that current directory is emphasized (@inamiy)

2017-06-20

2017-05-15

  • Fix the set_term_title segment for ZSH (@themiwi)

2016-04-16

  • Fix issue around unicode function for python 3

2016-04-01

  • Refactor of the way the git segment manages data about git's state. (@b-ryan)

2015-12-26

  • Beginnings of unit testing for segments. Included in this change was a refactor of the way segments are added to powerline. Now, instead of looking for a global powerline object, powerline is passed into the function to add the segment. Segments will also no longer add the segments by calling the add function themselves. (@b-ryan)
  • Python3 fixes for lib/color_compliment.py. (@ceholden)

2015-11-25

  • virtual_env segment now supports environments made with conda (@ceholden)

2015-11-21

  • Fixes for Python 3 compatibility (@b-ryan)

2015-11-18

  • The git segment has gotten a makeover (@MartinWetterwald)
  • Fix git segment when git is not on the standard PATH (@andrejgl)
  • Fix --cwd-max-depth showing duplicates when it's <= 2 (@b-ryan)
  • Add padding around exit_code segment (@phatblat)

2015-10-02

  • New option (--cwd-max-dir-size) which allows you to limit each directory that is displayed to a number of characters. This currently does not apply if you are using --cwd-mode plain. (@mart-e)

2015-08-26

  • New plain mode of displaying the current working directory which can be used by adding --cwd-only plain to powerline-shell.py. This deprecates the --cwd-only option. --cwd-mode dironly can be used instead. (@paol)

2015-08-18

2015-08-01

  • Use print function for some python3 compatibility (@strycore)

2015-07-31

  • The current working directory no longer follows symbolic links
  • New exit_code segment (@disruptek)

2015-07-30

2015-07-27