From c1cd7a2b088272cc13938f207525aef03e79bb44 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Sun, 8 Jan 2017 22:16:01 +0100 Subject: [PATCH 1/4] Add Changelog for v0.5.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3f7444..34ae0c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.5.0 + +### `load` and `ram` changes + +These two segments now support BSD. + +### `vcs` changes + +- We implemented a huge speed improvement for this segment. +- Now this segment supports Subversion repositories. +- Add ability to hide tags by setting `POWERLEVEL9K_VCS_HIDE_TAGS` to true. + +## `anaconda` changes + +Speed improvements for `anaconda` segment. + ## v0.4.0 ### Development changes @@ -77,6 +93,11 @@ Added new `docker_machine` segment that will show your Docker machine. A new segment `anaconda` was added that shows the current used anaconda environment. +## New segment `pyenv` added + +This segment shows your active python version as reported by `pyenv`. + + ## v0.3.2 ### `vcs` changes From 57be8cb18a1ee6423b143f3be41fa2bd089552ba Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 9 Jan 2017 17:26:43 -0500 Subject: [PATCH 2/4] Adding the new logo to the README! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d031706..ede3f835 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## powerlevel9k Theme for ZSH - +![](https://raw.githubusercontent.com/bhilburn/powerlevel9k-logo/master/logo-banner.png) +--- [![Build Status](https://travis-ci.org/bhilburn/powerlevel9k.svg?branch=next)](https://travis-ci.org/bhilburn/powerlevel9k) [![Join the chat at https://gitter.im/bhilburn/powerlevel9k](https://badges.gitter.im/bhilburn/powerlevel9k.svg)](https://gitter.im/bhilburn/powerlevel9k?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) From 2891a2f3405a1af0770aee7a13a10eb0abee820b Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 9 Jan 2017 17:39:26 -0500 Subject: [PATCH 3/4] Adding license note about the new logo. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ede3f835..2b85e7fb 100644 --- a/README.md +++ b/README.md @@ -412,4 +412,5 @@ portion of the wiki to get going. information!](https://github.com/bhilburn/powerlevel9k/wiki) ### License -MIT +Project: MIT +Logo: CC-BY-SA. Source repository: https://github.com/bhilburn/powerlevel9k-logo From 5f41b5e17e52a7eb34216173b4bc7dd82361cd76 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 9 Jan 2017 17:40:29 -0500 Subject: [PATCH 4/4] Minor fix-up to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b85e7fb..82650131 100644 --- a/README.md +++ b/README.md @@ -412,5 +412,7 @@ portion of the wiki to get going. information!](https://github.com/bhilburn/powerlevel9k/wiki) ### License + Project: MIT + Logo: CC-BY-SA. Source repository: https://github.com/bhilburn/powerlevel9k-logo