You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/en-us/choco/release-notes.mdx
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
26
26
27
27
## 2.4.0 (Nov 12, 2024) \{#v2.4.0}
28
28
29
+
### Deprecated Feature
30
+
31
+
- Deprecate the `Install-ChocolateyPinnedTaskBarItem` helper function - see [#3520](https://github.com/chocolatey/choco/issues/3520).
32
+
29
33
### Bug Fixes
30
34
31
35
- Fix - Update tab completions for compatibility with PowerShell 7.4+ - see [#3364](https://github.com/chocolatey/choco/issues/3364).
@@ -36,15 +40,6 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
36
40
- Fix - Ensure `.arguments` files that cannot be decrypted do not prevent running Chocolatey CLI commands - see [#3503](https://github.com/chocolatey/choco/issues/3503).
37
41
- Fix - Ensure invalid `.arguments` files do not prevent running Chocolatey CLI commands - see [#3513](https://github.com/chocolatey/choco/issues/3513).
38
42
39
-
### Deprecated Feature
40
-
41
-
- Deprecate the `Install-ChocolateyPinnedTaskBarItem` helper function - see [#3520](https://github.com/chocolatey/choco/issues/3520).
42
-
43
-
### Documentation
44
-
45
-
- Update build instructions - see [#3467](https://github.com/chocolatey/choco/pull/3467).
46
-
- Fixed parameter name typo in the chocolateyInstall template - see [#3504](https://github.com/chocolatey/choco/pull/3504).
47
-
48
43
### Improvements
49
44
50
45
- Rework build process to remove the use of `-unpackself` command - see [#3427](https://github.com/chocolatey/choco/issues/3427).
@@ -53,6 +48,12 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
53
48
- Updated the bundled version of 7zip to 24.08 - see [#3505](https://github.com/chocolatey/choco/issues/3505).
54
49
- Provide better information through the user agent when querying remote repositories - see [#3526](https://github.com/chocolatey/choco/issues/3526).
55
50
51
+
### Documentation
52
+
53
+
- Update build instructions - see [#3467](https://github.com/chocolatey/choco/pull/3467).
54
+
- Fixed parameter name typo in the chocolateyInstall template - see [#3504](https://github.com/chocolatey/choco/pull/3504).
55
+
56
+
56
57
## 2.3.0 (June 5, 2024) \{#v2.3.0}
57
58
58
59
### Deprecated Feature
@@ -99,6 +100,7 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
99
100
- Clarify `Proxy BypassList` value must be a regular expression, in the help output - see [#3401](https://github.com/chocolatey/choco/issues/3401).
100
101
- Remove reference of unused `zip.sh` from README.md file - see [#3402](https://github.com/chocolatey/choco/pull/3402).
0 commit comments