Skip to content

Commit

Permalink
Merge pull request dahlbyk#664 from dahlbyk/rkeithhill/prep-beta3
Browse files Browse the repository at this point in the history
Release v1.0.0-beta3
  • Loading branch information
dahlbyk authored Mar 10, 2019
2 parents 5fa718b + 9dd3f60 commit b6351ba
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# posh-git Release History

## 1.0.0-beta3 - February 25, 2019
## 1.0.0-beta3 - March 10, 2019

### Removed

- BREAKING: Removed SSH agent functionality from `posh-git` and put into another module focused solely on
Git SSH support. See [posh-sshell](https://github.com/dahlbyk/posh-sshell).
([#338](https://github.com/dahlbyk/posh-git/issues/338))
([PR #585](https://github.com/dahlbyk/posh-git/pull/585))
- BREAKING: Removed `PoshGitTextSpan.CustomAnsi` property - now just put your custom VT sequences in the
`PoshGitTextSpan.Text` property. Be sure to terminate your VT sequences with `"$([char]27)[0m"` or
``` "`e[0m" ``` on PowerShell Core.
([PR #616](https://github.com/dahlbyk/posh-git/pull/616))

### Added

Expand All @@ -20,10 +23,10 @@
([#549](https://github.com/dahlbyk/posh-git/issues/549))
([PR #581](https://github.com/dahlbyk/posh-git/pull/581))
Thanks David Gardiner (@flcdrg)
- Enhance prompt function to show username/hostname in SSH connection. Adds Get-PromptConnectionInfo command.
- Enhance prompt function to show username/hostname in SSH connection. Adds `Get-PromptConnectionInfo` command.
([#591](https://github.com/dahlbyk/posh-git/issues/591))
([PR #595](https://github.com/dahlbyk/posh-git/pull/595))
- Show Rebase Progress (plus |REVERTING).
- Show Rebase Progress (plus `|REVERTING`).
([#102](https://github.com/dahlbyk/posh-git/issues/102))
([PR #599](https://github.com/dahlbyk/posh-git/pull/599))
- Set `$Env:COLUMNS` on prompt if necessary.
Expand All @@ -32,8 +35,10 @@
([PR #620](https://github.com/dahlbyk/posh-git/pull/620))
Thanks Vasily Korytov (@chillum)
- Tab-completion for `git update-git-for-windows` on Windows Git >= 2.16.2.
- New-GitPromptSettings to provide an easy way to create a PoshGitPromptSettings object which can be used to
([PR #642](https://github.com/dahlbyk/posh-git/pull/642))
- `New-GitPromptSettings` to provide an easy way to create a `PoshGitPromptSettings` object which can be used to
reset to the default settings.
([PR #659](https://github.com/dahlbyk/posh-git/pull/659))

### Changed

Expand All @@ -47,17 +52,16 @@

### Fixed

- WindowTitle set by user overwritten by module. No longer updates Window title if WindowTitle setting set to $null.
- `WindowTitle` set by user overwritten by module. No longer updates Window title if `WindowTitle` setting set to `$null`.
([#594](https://github.com/dahlbyk/posh-git/issues/594))
([PR #597](https://github.com/dahlbyk/posh-git/pull/597))
- `Write-VcsStatus` behaving differently. When AnsiConsole -eq $false, Write-VcsStatus must not emit any strings.
- `Write-VcsStatus` behaving differently. When `AnsiConsole -eq $false`, `Write-VcsStatus` must not emit any strings.
([#612](https://github.com/dahlbyk/posh-git/issues/612))
([PR #617](https://github.com/dahlbyk/posh-git/pull/617))
- Skip the ConsoleMode hack for new Windows versions. On Windows PowerShell, defer `Add-Type` until
Set-ConsoleMode executed. On PowerShell Core, do not change console mode at all since PowerShell does this
automatically. This improves module load time.
- On Windows PowerShell, defer `Add-Type` until `Set-ConsoleMode` executed. This improves module load time.
([#637](https://github.com/dahlbyk/posh-git/issues/637))
([PR #638](https://github.com/dahlbyk/posh-git/pull/638))
([PR #662](https://github.com/dahlbyk/posh-git/pull/662))
- How do you manually install this? Added manual instructions for git clone of posh-git to README.md.
([#648](https://github.com/dahlbyk/posh-git/issues/648))
([PR #649](https://github.com/dahlbyk/posh-git/pull/649))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2018 Keith Dahlby and contributors
Copyright (c) 2010-2018 Keith Dahlby, Keith Hill, and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ branch names e.g.: `git pull or<tab> ma<tab>` tab completes to `git pull origin

#### Releases

- v1.0.0-beta3
( [README][v1b3-readme][CHANGELOG][v1b3-change] )
- v1.0.0-beta2
( [README][v1b2-readme][CHANGELOG][v1b2-change] )
- v1.0.0-beta1
Expand Down Expand Up @@ -432,7 +434,7 @@ function prompt {
[choco-site]: https://chocolatey.org/packages/poshgit/
[psgallery-img]: https://img.shields.io/powershellgallery/dt/posh-git.svg
[psgallery-site]: https://www.powershellgallery.com/packages/posh-git
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta2
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta3
[w3c-colors]: https://www.w3schools.com/colors/colors_names.asp

[prompt-def-long]: https://github.com/dahlbyk/posh-git/wiki/images/PromptDefaultLong.png "~\GitHub\posh-git [master ≡ +0 ~1 -0 | +0 ~1 -0 !]> "
Expand Down Expand Up @@ -465,4 +467,7 @@ function prompt {
[v1b2-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta2/CHANGELOG.md
[v1b2-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta2/README.md

[v1b3-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/CHANGELOG.md
[v1b3-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/README.md

[wiki-custom-prompt]: https://github.com/dahlbyk/posh-git/wiki/Customizing-Your-PowerShell-Prompt
2 changes: 1 addition & 1 deletion chocolatey/poshgit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>poshgit</id>
<title>posh-git</title>
<version>1.0.0-beta2x</version>
<version>1.0.0-beta3x</version>
<authors>Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill</authors>
<owners>Keith Dahlby</owners>
<description>### posh-git
Expand Down
7 changes: 3 additions & 4 deletions src/posh-git.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ModuleVersion = '1.0.0.0'
GUID = '74c9fd30-734b-4c89-a8ae-7727ad21d1d5'

# Author of this module
Author = 'Keith Dahlby and contributors'
Author = 'Keith Dahlby, Keith Hill, and contributors'

# Copyright statement for this module
Copyright = '(c) 2010-2018 Keith Dahlby and contributors'
Copyright = '(c) 2010-2019 Keith Dahlby, Keith Hill, and contributors'

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

# OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE
Prerelease = 'beta2x'
Prerelease = 'beta3x'
}
}

}

0 comments on commit b6351ba

Please sign in to comment.