Skip to content

Commit 5ce5422

Browse files
authored
Merge pull request #745 from dahlbyk/release-v1.0.0-beta4
Release v1.0.0-beta4
2 parents 0bf6115 + e2b74dd commit 5ce5422

File tree

4 files changed

+44
-30
lines changed

4 files changed

+44
-30
lines changed

CHANGELOG.md

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
# posh-git Release History
22

3-
## 1.0.0-beta4 - December 10, 2019
3+
## 1.0.0-beta4 - March 14, 2020
44

55
### Added
66

77
- Branch name completion to the new `Remove-GitBranch` command.
88
([PR #678](https://github.com/dahlbyk/posh-git/pull/678))
9+
([PR #705](https://github.com/dahlbyk/posh-git/pull/705))
910
- `$global:GitPromptValues` with the following properties to enable users to have access to the information necessary
1011
to display error status in their prompt as well as debug their prompt customizations:
11-
- DollarQuestion
12-
- IsAdmin
13-
- LastExitCode
14-
- LastPrompt
12+
- `DollarQuestion`
13+
- `IsAdmin`
14+
- `LastExitCode`
15+
- `LastPrompt`
1516
([PR #684](https://github.com/dahlbyk/posh-git/pull/684))
1617
- Added tab-completion for new `git restore` and `git switch` commands.
1718
([#691](https://github.com/dahlbyk/posh-git/issues/691))
1819
([PR #702](https://github.com/dahlbyk/posh-git/pull/702))
20+
([PR #743](https://github.com/dahlbyk/posh-git/pull/743))
1921
Thanks @pinkfloydx33 for the direction and motivation to add this.
20-
- Feature request: abbreviate path from git root with new setting `DefaultPromptAbbreviateGitDirectory`
22+
- Added tab-completion for `git merge --allow-unrelated-histories`
23+
([#632](https://github.com/dahlbyk/posh-git/issues/632))
24+
([PR #633](https://github.com/dahlbyk/posh-git/pull/633))
25+
- Abbreviate path from git root with new setting `DefaultPromptAbbreviateGitDirectory`
2126
([#719](https://github.com/dahlbyk/posh-git/issues/719))
2227
([PR #720](https://github.com/dahlbyk/posh-git/pull/720))
28+
([PR #729](https://github.com/dahlbyk/posh-git/pull/729))
2329
Thanks Philippe Elsass (@elsassph)
2430
- Two new properties have been added to `$global:GitTabSettings`
2531
- `EnableLogging` - default is `$false` but when set to `$true`, tab expansion functions log to a file.
@@ -30,28 +36,41 @@
3036
- Module parameter changed from a [switch] that forced the posh-git prompt to be used to a bools. The use of this
3137
parameters during import is now simplified to: `Import-Module posh-git -Args 1`.
3238
- Shortened up the Windows title text to work better with Windows Terminal tabs. Now only displays '32-bit' in 32-bit
33-
PowerShell. Otherwise, assumption is you're running 64-bit. Also display only PowerShell major.minor version number.
39+
PowerShell, otherwise assumption is you're running 64-bit. Also display only PowerShell major.minor version number.
3440
([PR #707](https://github.com/dahlbyk/posh-git/pull/707))
3541
- Switched from overriding `TabExpansion` function to using `Register-ArgumentCompleter` for tab-completion on
3642
PowerShell >= 6.0. `posh-git` can be configured to use the old `TabExpansion` function on PowerShell >= 6.0 by
3743
importing the module using the following arguments: `Import-Module posh-git -ArgumentList 0,1`
3844
before importing `posh-git`.
39-
([PR #609](https://github.com/dahlbyk/posh-git/pull/609))
45+
([#609](https://github.com/dahlbyk/posh-git/pull/609))
46+
([PR #711](https://github.com/dahlbyk/posh-git/pull/711))
4047
Thanks Andrew Bradley (@cspotcode)
48+
- ([#733](https://github.com/dahlbyk/posh-git/issues/733))
49+
([PR #741](https://github.com/dahlbyk/posh-git/pull/741))
50+
- Fix conflict with `TabExpansionPlusPlus` module's `Register-ArgumentCompleter` command.
51+
([#715](https://github.com/dahlbyk/posh-git/issues/715))
52+
([PR #714](https://github.com/dahlbyk/posh-git/pull/714))
53+
Thanks Kris Borowinski (@kborowinski)
4154
- Update Ubuntu build system from 14.04 to 16.04
4255
([PR #677](https://github.com/dahlbyk/posh-git/pull/677))
4356
Thanks @ExE-Boss
4457
- `$GitPromptSettings.BeforeIndex` is always displayed even if there is nothing in the index. The intent of
4558
this separator setting is to provide a separator between the branch name / branch status and the following section of
4659
index/working/summary/stash indicators.
60+
([PR #723](https://github.com/dahlbyk/posh-git/pull/723))
61+
- posh-git no longers sets missing `HOME` environment variable.
62+
([#718](https://github.com/dahlbyk/posh-git/issues/718))
63+
([PR #722](https://github.com/dahlbyk/posh-git/pull/722))
4764
- `Get-GitStatus -Force` now also overrides `$GitPromptSettings.EnableFileStatus` as well as
4865
`$GitPromptSettings.EnablePromptStatus`.
66+
([#657](https://github.com/dahlbyk/posh-git/issues/657))
67+
([PR #721](https://github.com/dahlbyk/posh-git/pull/721))
4968

5069
### Fixed
5170

52-
- Remove ".exe" suffix from PowerTab integration to enable PowerTab integration to work with git, git.cmd or git.exe
71+
- Remove `.exe` suffix from PowerTab integration to enable PowerTab integration to work with `git`, `git.cmd` or `git.exe`
5372
([#606](https://github.com/dahlbyk/posh-git/pull/606/))
54-
- BranchBehindAndAheadDisplay minimal/compact bug
73+
- `BranchBehindAndAheadDisplay` minimal/compact bug
5574
([#670](https://github.com/dahlbyk/posh-git/issues/670))
5675
([PR #671](https://github.com/dahlbyk/posh-git/pull/671))
5776
- Fix(status): Only reset changed colors
@@ -63,24 +82,14 @@
6382
- Fix typo in cherry-pick parameters - `´continue`
6483
([PR #675](https://github.com/dahlbyk/posh-git/pull/675))
6584
Thanks @KexyBiscuit
66-
- Fix bug w/multiple completions of name parameter on remove-gitbranch
67-
([PR #705](https://github.com/dahlbyk/posh-git/pull/705))
68-
- Prompt error in remote PSSession.
85+
- Prompt error in remote PSSession
6986
([#708](https://github.com/dahlbyk/posh-git/issues/708))
7087
([PR #727](https://github.com/dahlbyk/posh-git/pull/727)
71-
- Fix conflict with `TabExpansionPlusPlus` module's `Register-ArgumentCompleter` command.
72-
([#715](https://github.com/dahlbyk/posh-git/issues/715))
73-
([PR #714](https://github.com/dahlbyk/posh-git/pull/714))
74-
Thanks Kris Borowinski (@kborowinski)
75-
- Typo in CHANGELOG.md file: Git-RemoteBranch to Git-RemoveBranch.
76-
([PR #716](https://github.com/dahlbyk/posh-git/pull/716))
77-
Thanks @theaquamarine
78-
- posh-git messes with the HOME environment variable.
79-
([#718](https://github.com/dahlbyk/posh-git/issues/718))
80-
([PR #722](https://github.com/dahlbyk/posh-git/pull/722))
81-
- Fix tab-completion regression with new `Register-ArgumentCompleter`.
82-
([#733](https://github.com/dahlbyk/posh-git/issues/733))
83-
([PR #738](https://github.com/dahlbyk/posh-git/pull/738))
88+
- Typos
89+
- ([PR #665](https://github.com/dahlbyk/posh-git/pull/665))
90+
Thanks @SJMakin
91+
- ([PR #716](https://github.com/dahlbyk/posh-git/pull/716))
92+
Thanks @theaquamarine
8493

8594
## 1.0.0-beta3 - March 10, 2019
8695

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ branch names e.g.: `git pull or<tab> ma<tab>` tab completes to `git pull origin
4646

4747
#### Releases
4848

49+
- v1.0.0-beta4
50+
( [README][v1b4-readme][CHANGELOG][v1b4-change] )
4951
- v1.0.0-beta3
5052
( [README][v1b3-readme][CHANGELOG][v1b3-change] )
5153
- v1.0.0-beta2
@@ -476,7 +478,7 @@ function prompt {
476478
[choco-site]: https://chocolatey.org/packages/poshgit/
477479
[psgallery-img]: https://img.shields.io/powershellgallery/dt/posh-git.svg
478480
[psgallery-site]: https://www.powershellgallery.com/packages/posh-git
479-
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta3
481+
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta4
480482
[w3c-colors]: https://www.w3schools.com/colors/colors_names.asp
481483

482484
[posh-sshell-url]: https://github.com/dahlbyk/posh-sshell
@@ -516,4 +518,7 @@ function prompt {
516518
[v1b3-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/CHANGELOG.md
517519
[v1b3-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/README.md
518520

521+
[v1b4-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta4/CHANGELOG.md
522+
[v1b4-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta4/README.md
523+
519524
[wiki-custom-prompt]: https://github.com/dahlbyk/posh-git/wiki/Customizing-Your-PowerShell-Prompt

chocolatey/poshgit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>poshgit</id>
55
<title>posh-git</title>
6-
<version>1.0.0-beta3x</version>
6+
<version>1.0.0-beta4x</version>
77
<authors>Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill</authors>
88
<owners>Keith Dahlby</owners>
99
<description>### posh-git

src/posh-git.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GUID = '74c9fd30-734b-4c89-a8ae-7727ad21d1d5'
1313
Author = 'Keith Dahlby, Keith Hill, and contributors'
1414

1515
# Copyright statement for this module
16-
Copyright = '(c) 2010-2019 Keith Dahlby, Keith Hill, and contributors'
16+
Copyright = '(c) 2010-2020 Keith Dahlby, Keith Hill, and contributors'
1717

1818
# Description of the functionality provided by this module
1919
Description = 'Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.'
@@ -73,7 +73,7 @@ PrivateData = @{
7373
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/master/CHANGELOG.md'
7474

7575
# OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE
76-
Prerelease = 'beta3x'
76+
Prerelease = 'beta4x'
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)