-
-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CHANGELOG for 1.0.0-beta1 release #521
Conversation
Related #478. This is a better fix. By specifying the CommandType as Application we can continue looking for `git` (exe or cmd) but avoiding any potential aliases the user may have created for "git".
FYI, I'm going to pull the 0.7.2 bits out of these changes into a CHANGELOG update in
Target |
I'll work on the README tomorrow. Pretty much cooked for tonight. |
Allow advanced users to invoke the $scriptblock from their own prompt functions.
And export Get-PromptPath to expose our default path logic
e636fb6
to
21fb58a
Compare
https://www.powershellgallery.com/packages/posh-git/1.0.0-beta1 is now available. |
Don't we need to merge this in at some point? |
Will merge after CI passes. I've reset the links to |
src/posh-git.psd1
Outdated
|
||
# OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE | ||
Prerelease = 'beta1' | ||
Prerelease = 'beta1x' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for folks who have git cloned and then import right? I assume this will cause repo bits to have precedence over the installed beta1. Is that the idea with beta1x
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. beta1 < beta1x < beta2
BTW, I'm still working on the README update. Hopefully I can get a PR created for that by late Saturday. FWIW once I mananged to get |
FYI, I am working on reformatting the top of the Should we add a warning if we detect an incompatible version of PSReadLine on load? |
Sounds good. Yeah, we could add a warning for beta2. This only seems to impact Linux/macOS users. Supposedly PSRL 2 will ship with PS Core 6.1 when that ships - probably in ~6 months. |
I'm presuming beta1 but I think that is the appropriate moniker. I think we're further along than an alpha.
I guess the README.md update will come later. Question is, should I update the
master
readme since that is the default readme folks will see? Or should we rely on folks to switch to the develop branch. For sure, the README on develop should be updated.