Skip to content

Commit ea39b37

Browse files
authored
Merge pull request #1097 from vexx32/release-2.4.0
(doc) Add release notes for CLI 2.4.0
2 parents caa8ab9 + b62bd5e commit ea39b37

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

src/content/docs/en-us/choco/release-notes.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,35 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
2424

2525
<ChocolateyComponentDependenciesLink />
2626

27+
## 2.4.0 (Nov 12, 2024) \{#v2.4.0}
28+
29+
### Bug Fixes
30+
31+
- Fix - Update tab completions for compatibility with PowerShell 7.4+ - see [#3364](https://github.com/chocolatey/choco/issues/3364).
32+
- Fix - Prevent dependency resolution from unexpectedly downgrading packages - see [#3461](https://github.com/chocolatey/choco/issues/3461).
33+
- Fix - Do not install packages if dependencies fail to install - see [#3487](https://github.com/chocolatey/choco/issues/3487).
34+
- Fix - Ensure package folders are correctly restored if unexpected failures occur during upgrade - see [#3489](https://github.com/chocolatey/choco/issues/3489).
35+
- Fix - Use the user-provided page size when querying repositories - see [#3502](https://github.com/chocolatey/choco/issues/3502).
36+
- 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+
- Fix - Ensure invalid `.arguments` files do not prevent running Chocolatey CLI commands - see [#3513](https://github.com/chocolatey/choco/issues/3513).
38+
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+
### Improvements
49+
50+
- Rework build process to remove the use of `-unpackself` command - see [#3427](https://github.com/chocolatey/choco/issues/3427).
51+
- Dependency resolution during install can be slow - see [#3451](https://github.com/chocolatey/choco/issues/3451).
52+
- Remove historical folder migration logic from `chocolateysetup.psm1` - see [#3501](https://github.com/chocolatey/choco/issues/3501).
53+
- Updated the bundled version of 7zip to 24.08 - see [#3505](https://github.com/chocolatey/choco/issues/3505).
54+
- Provide better information through the user agent when querying remote repositories - see [#3526](https://github.com/chocolatey/choco/issues/3526).
55+
2756
## 2.3.0 (June 5, 2024) \{#v2.3.0}
2857

2958
### Deprecated Feature
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
order: 0
3+
xref: highlight-sidebar-2024-11-12-choco-release-notes
4+
title: Chocolatey CLI v2.4.0
5+
description: Bugfixes and improvements.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-11-12T00:00:00Z
9+
ctaXref: choco-release-notes
10+
ctaAnchor: v2.4.0
11+
ctaText: See what's new
12+
showOnHome: false
13+
showOnHighlights: false
14+
showInSidebar: true
15+
---

0 commit comments

Comments
 (0)