Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit bd90576

Browse files
committed
chhangelog for release 2020.11.21
1 parent c9a3259 commit bd90576

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

CHANGELOG.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
## NEXT
44

5+
## 2020.11.21
6+
57
- `Get-RemoteFiles` now considers `$Latest.Options.Headers`
68
- TLS settings updated ([#216](https://github.com/majkinetor/au/pull/216))
7-
- Set the AU version to the last commit date ([#217](https://github.com/majkinetor/au/pull/217))
89
- Support ChocolateyPackageFolder environment variable ([#255](https://github.com/majkinetor/au/pull/255))
9-
- Plugins:
10-
- New plugin: Gitlab ([#195](https://github.com/majkinetor/au/pull/195))
11-
- Gist: option for secret gist and Enterprise API
1210
- Improved Powershell 7 compatibility ([#208](https://github.com/majkinetor/au/issues/208))
13-
- Added a `Branch` parameter to GitReleases ([#227](https://github.com/majkinetor/au/issues/227))
11+
- Set the AU version to the last commit date ([#217](https://github.com/majkinetor/au/pull/217))
12+
13+
### Plugins:
14+
15+
- **GitLab**: new plugin ([#195](https://github.com/majkinetor/au/pull/195))
16+
- **Gist**: option for secret gist and Enterprise API
17+
- **GitReleases**: Added a `Branch` parameter ([#227](https://github.com/majkinetor/au/issues/227))
1418

1519
## 2019.5.22
1620

@@ -20,14 +24,14 @@
2024
- New plugin: Snippet
2125

2226
### Bugfixes
23-
27+
2428
- Fixed header handling during request ([#164](https://github.com/majkinetor/au/issues/164))
2529
- Push errors are not repeated or ignored on ([#175](https://github.com/majkinetor/au/issues/175))
2630
- Few small changes and fixes
2731

2832
## 2018.5.18
2933

30-
- `Update-Package`:
34+
- `Update-Package`:
3135
- Now you can pass HTTP/HTTPS headers to `$Latest.Options.Headers` to avoid `Unauthorized` errors while checking URLs.
3236
- Package Gallery URL is no longer hard-coded but taken from the `$au_GalleryUrl` if it exists ([#95](https://github.com/majkinetor/au/issues/95))
3337
- `Update-AUPackages`: Added `NoCheckChocoVersion` option.
@@ -53,7 +57,7 @@
5357

5458
## 2017.8.30
5559

56-
- `Update-AUPackages`
60+
- `Update-AUPackages`
5761
- New options to handle update.ps1 errors: `IgnoreOn`, `RepeatOn`,`RepeatCount`,`RepeatSleep`. See [documentation](https://github.com/majkinetor/au#handling-update-errors). ([#76](https://github.com/majkinetor/au/issues/76)).
5862
- New option `WhatIf` option that will trigger WhatIf on all packages.
5963
- New AUPackage properties: `Ignored` (boolean) and `IgnoreMessage`.
@@ -70,11 +74,11 @@
7074

7175
- `Get-RemoteFiles`
7276
- `NoSuffix` switch to not add `_x32` and/or `_x64` suffix at the end of the file names.
73-
- Now also sets `ChecksumTypeXX` and `FileNameXX` and accepts `Algorithm` parameter.
74-
77+
- Now also sets `ChecksumTypeXX` and `FileNameXX` and accepts `Algorithm` parameter.
78+
7579
### Bugfixes
7680

77-
- Fix ps1 files encoded in UTF8 without BOM being treated as ANSI.
81+
- Fix ps1 files encoded in UTF8 without BOM being treated as ANSI.
7882
- Fix chocolatey.org package check using wrong package name when overridden in update.ps1.
7983

8084
## 2017.1.14
@@ -124,7 +128,7 @@ Changes in [au-packages-template](https://github.com/majkinetor/au-packages-temp
124128
## 2016.11.5
125129

126130
- `Update-Package`
127-
- It now automatically adds `$Latest.Filetype` based on the extension of the first URL it finds.
131+
- It now automatically adds `$Latest.Filetype` based on the extension of the first URL it finds.
128132

129133
### CD
130134

@@ -183,19 +187,19 @@ is now of the type ordered HashTable ( `[ordered]@{...}` ). This is the only re
183187
to continue working and behave the same as before, however, other things are required in order to fully use AU features:
184188

185189
- Remove the user scripts `Save-XXX.ps1` as improved versions now come with AU (plugins).
186-
- Take a look at the [update_all.ps1](https://github.com/majkinetor/au-packages-template/blob/master/update_all.ps1)
187-
to see how plugins are used and setup. Migrate current custom options to the new style.
188-
See [plugins section](https://github.com/majkinetor/au#plugins) for details.
190+
- Take a look at the [update_all.ps1](https://github.com/majkinetor/au-packages-template/blob/master/update_all.ps1)
191+
to see how plugins are used and setup. Migrate current custom options to the new style.
192+
See [plugins section](https://github.com/majkinetor/au#plugins) for details.
189193

190194
Take a look at the [working example](https://github.com/majkinetor/au-packages/blob/master/update_all.ps1) and [plugin wiki page](https://github.com/majkinetor/au/wiki/Plugins).
191195

192196
### Changes
193197

194198
- `Update-Package`
195199
- Support for Semantic Versioning [#21](https://github.com/majkinetor/au/issues/21).
196-
- `Test-Package`
200+
- `Test-Package`
197201
- Optional parameter Nu to test package from the .nupkg, .nuspec or directory.
198-
- Test chocolatey uninstaller.
202+
- Test chocolatey uninstaller.
199203
- Refactoring.
200204
- Installer improvements.
201205
- `Update-AUPackages`
@@ -239,7 +243,7 @@ Take a look at the [working example](https://github.com/majkinetor/au-packages/b
239243
- `NuspecVersion` added to the `$Latest` HashTable.
240244
- Pester tests.
241245
- run standalone, `update` in the package directory calls `./update.ps1`.
242-
- `README.md` made available via `man about_au`.
246+
- `README.md` made available via `man about_au`.
243247
- Consider global variable `$au_root` when looking for AU packages.
244248
- Optimization and refactoring.
245249
- Bugfixes

0 commit comments

Comments
 (0)