2.9 KiB
2.9 KiB
Changes
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
powerlineobject,powerlineis passed into the function to add the segment. Segments will also no longer add the segments by calling theaddfunction themselves. (@b-ryan) - Python3 fixes for
lib/color_compliment.py. (@ceholden)
2015-11-25
virtual_envsegment now supports environments made withconda(@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-depthshowing duplicates when it's <= 2 (@b-ryan) - Add padding around
exit_codesegment (@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
plainmode of displaying the current working directory which can be used by adding--cwd-only plaintopowerline-shell.py. This deprecates the--cwd-onlyoption.--cwd-mode dironlycan be used instead. (@paol)
2015-08-18
- New
timesegment (@filipebarros)
2015-08-01
- Use
printfunction for some python3 compatibility (@strycore)
2015-07-31
- The current working directory no longer follows symbolic links
- New
exit_codesegment (@disruptek)
2015-07-30
- Fix ZSH root indicator (@nkcfan)
- Add uptime segment (@marcioAlmada)
2015-07-27
- Use
python2instead ofpythonin hashbangs (@Undeterminant) - Add
node_versionsegment (@mmilleruva)