-
Notifications
You must be signed in to change notification settings - Fork 71
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
Refactor tool downloading and output, add Windows MiniForge example #98
Changes from 20 commits
58a23b5
001620f
35aaa59
43be1bf
9e21bfc
e617e8a
a8d7ab6
07f7dbb
74d4fbf
b1cf201
ed86b09
cbbb21f
0cdc73e
f7c607d
bb9475c
61babbb
cddc8d2
1f9649e
2631469
8ebd1aa
d9f5659
e08746f
3971be2
f952743
592d4bb
0435053
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# CHANGELOG | ||
|
||
## [v2.1.0][] (Unreleased) | ||
|
||
## Fixes | ||
|
||
- [#97][] fixes `installer-url` on Windows | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm good point should have added this to the other PRs :-p @jaimergp would you like to update this on the changelog with the PRs you started? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oops, yep, will do! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No worries I forgot too 🤦🏽 |
||
|
||
## [v2.0.0][] (2020-11-08) | ||
|
||
### Fixes | ||
|
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.
?foo=bar&baz
Is this related to cache?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.
Oh nevermind, you used it to test the url parsing.
Right @bollwyvl ?
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.
Yep, just want to make sure we've got an out for the inevitable s3 trash or wherever people are putting these things. Actually, going to add some docs about that...