File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ 2018-04-21 (version 0.5.2)
4
+
5
+ * Fix hostname colorize bug
6
+ ([ @comagnaw ] ( https://github.com/b-ryan/powerline-shell/issues/353 ) )
7
+ * Fix issue with prompt bleeding behavior
8
+ ([ @bytebeast ] ( https://github.com/b-ryan/powerline-shell/issues/249 ) )
9
+ * Better error message when config file cannot be decoded (Closes
10
+ [ #371 ] ( https://github.com/b-ryan/powerline-shell/issues/371 ) )
11
+
3
12
2018-04-13 (version 0.5.1)
4
13
5
14
* Fix Python 3 compatibility of ` git_stash ` segment
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "powerline-shell" ,
6
- version = "0.5.1 " ,
6
+ version = "0.5.2 " ,
7
7
description = "A pretty prompt for your shell" ,
8
8
author = "Buck Ryan" ,
9
+ author_email = "buck@buckryan.com" ,
10
+ license = "MIT" ,
9
11
url = "https://github.com/banga/powerline-shell" ,
10
12
classifiers = [],
11
13
packages = [
You can’t perform that action at this time.
0 commit comments