Skip to content

Commit 51ae891

Browse files
committed
Merge pull request #55 from olets/after-merging-v4
v4 pt 2
2 parents abed39f + 5b9f872 commit 51ae891

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [v4.0.0](https://github.com/olets/git-prompt-kit/compare/v3.0.1...v4.0.0) (2023-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **cwd:** non-git directories are colorized ([b24dbab](https://github.com/olets/git-prompt-kit/commit/b24dbabbaebcec5293ad9e6023058433379aaeb8))
7+
* **GIT_PROMPT_KIT_ROOT:** no leading slash if only one segment ([ed8fc2d](https://github.com/olets/git-prompt-kit/commit/ed8fc2d268ea047b3577a8f07e871754f9948d66))
8+
* **push head:** reset color at end of component ([4c9b31c](https://github.com/olets/git-prompt-kit/commit/4c9b31c5d6b2d3359876598be7ef2717926c3cc4))
9+
* **GIT_PROMPT_KIT_SYMBOL_ASSUME_UNCHANGED:** no trailing space ([6ecef0b](https://github.com/olets/git-prompt-kit/commit/6ecef0b57e4974d2985ba5f0f67a49bf7c6746f6))
10+
11+
12+
### Features
13+
14+
* **cwd:** rework. cwd replaces workdir; new repo options, components ([198e791](https://github.com/olets/git-prompt-kit/commit/198e7914184aaf421b76b7ef223d21f2768b14d3))
15+
* **GIT_PROMPT_KIT_SYMBOL_LOCAL:** rename from GIT_PROMPT_KIT_LOCAL ([5457d5e](https://github.com/olets/git-prompt-kit/commit/5457d5eb979a701b76425e9757ae024740232d71))
16+
* **layout options:** drop support ([3bb1e3e](https://github.com/olets/git-prompt-kit/commit/3bb1e3e6ecb6430b7973241fb8e84dce2597ff77))
17+
* **remote:** only show remote symbol if there is also a push remote ([8ee7c07](https://github.com/olets/git-prompt-kit/commit/8ee7c07946dbf4ab10a0903e57175ccd618c0009))
18+
* **repo root:** relative to home ([914158c](https://github.com/olets/git-prompt-kit/commit/914158cc96adbd7155705e38ce5dc5e67012b573))
19+
* **spaceship section:** modernize ([2a1702e](https://github.com/olets/git-prompt-kit/commit/2a1702e1aec714b24185a44ad1de4eac1fe78f34))
20+
* **symbols:** add "verbose" alternate defaults ([17ee687](https://github.com/olets/git-prompt-kit/commit/17ee687d2e4681760eb9ee32ae19ee4d3f8218d3))
21+
* **symbols:** distinct inactive variants symbols ([b487535](https://github.com/olets/git-prompt-kit/commit/b4875355632211a7e80b1a36c3054d53808e2da8))
22+
* **GIT_PROMPT_KIT_VERSION:** add ([bebcf1a](https://github.com/olets/git-prompt-kit/commit/bebcf1ad4bcdd629e862f7825db901c11a34812e))
23+
24+
25+
126
# [v3.0.1](https://github.com/olets/git-prompt-kit/compare/v3.0.0...v3.0.1) (2022-11-27)
227

328

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
<img src="./img/git-prompt-kit.png" alt="">
22

3-
# Git Prompt Kit ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/olets/git-prompt-kit?include_prereleases&label=pre-release) ![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/olets/git-prompt-kit/latest?include_prereleases)
3+
# Git Prompt Kit ![GitHub release (latest by date)](https://img.shields.io/github/v/release/olets/git-prompt-kit) ![GitHub commits since latest release](https://img.shields.io/github/commits-since/olets/git-prompt-kit/latest)
44

55
**Git Prompt Kit** is a configurable set of components for building feature rich, high performance Git-aware zsh prompts (aka themes) with minimal coding.
66

77
&nbsp;
88

9-
> This is the WIP branch for the next major version. **It may be force pushed.**
10-
11-
&nbsp;
12-
139
## Documentation
1410

15-
<!-- TODO drop `next.` -->
16-
📖 See the guide, including a web simulation demonstrating how the prompt responds to context and configuration, at https://next.hometown-prompt.olets.dev/
11+
📖 See the guide, including a web simulation demonstrating how the prompt responds to context and configuration, at https://hometown-prompt.olets.dev/
1712

1813
&nbsp;
1914

git-prompt-kit.zsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env zsh
22

33
# Git Prompt Kit
4-
# v3.0.1
5-
# Nov 27 2022
4+
# v4.0.0
5+
# Dec 1 2023
66
# https://github.com/olets/git-prompt-kit
77
# Copyright (©) 2019-present Henry Bley-Vroman
88

0 commit comments

Comments
 (0)