diff --git a/.authors.yml b/.authors.yml index ef2e2a617..ffabdc373 100644 --- a/.authors.yml +++ b/.authors.yml @@ -264,7 +264,7 @@ github: chenghlee - name: conda-bot email: ad-team+condabot@anaconda.com - num_commits: 56 + num_commits: 57 first_commit: 2022-01-25 21:38:28 alternate_emails: - 18747875+conda-bot@users.noreply.github.com @@ -277,7 +277,7 @@ aliases: - Jaime RGP - jaimergp - num_commits: 110 + num_commits: 111 first_commit: 2022-01-08 14:56:53 github: jaimergp - name: Tom Hören @@ -357,7 +357,7 @@ github: RahulARanger - name: Marco Esters email: mesters@anaconda.com - num_commits: 57 + num_commits: 58 first_commit: 2023-05-12 11:44:12 github: marcoesters - name: Darryl Miles @@ -372,7 +372,7 @@ github: deepeshaburse - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 66 + num_commits: 69 first_commit: 2023-05-02 12:01:43 github: pre-commit-ci[bot] - name: Matthias Kuhn @@ -382,7 +382,7 @@ github: m-kuhn - name: dependabot[bot] email: 49699333+dependabot[bot]@users.noreply.github.com - num_commits: 53 + num_commits: 55 github: dependabot[bot] first_commit: 2024-05-07 10:16:05 - name: Julien Jerphanion @@ -417,5 +417,5 @@ - Robin github: lrandersson email: 34315751+lrandersson@users.noreply.github.com - num_commits: 5 + num_commits: 8 first_commit: 2025-10-21 08:30:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index 12670b048..30443dd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ [//]: # (current developments) +## 2025-12-02 3.14.0: +### Enhancements + +* Replace custom Python script with `conda-standalone` calls. + This removes Python as an implicit dependency from installers. (#549 via #1089) +* EXE: Improve handling of options `initialize_conda`, `register_python` with their corresponding default values. The behavior of these options + with respect to `initialize_by_default` and `register_python_default` is now consistent with `.sh` and `.pkg` installers. + Windows CLI installations now don't add `conda` to `PATH` or register Python by default, and command-line arguments are + only parsed when installing in silent mode (enabled with the flag `/S`). (#1003, #1004 via #1105) + +### Bug fixes + +* Ensure cached repodata files are shipped in SH installers. (#1119 via #1121). + +### Contributors + +* @jaimergp +* @marcoesters +* @lrandersson + + + ## 2025-11-10 3.13.1: ### Bug fixes diff --git a/news/1089-remove-python-commands b/news/1089-remove-python-commands deleted file mode 100644 index 66079a75f..000000000 --- a/news/1089-remove-python-commands +++ /dev/null @@ -1,20 +0,0 @@ -### Enhancements - -* **Breaking change**: Replace custom Python script with `conda-standalone` calls. - This removes Python as an implicit dependency from installers. (#549 via #1089) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/1105-improve-handling-of-certain-options b/news/1105-improve-handling-of-certain-options deleted file mode 100644 index 171008d30..000000000 --- a/news/1105-improve-handling-of-certain-options +++ /dev/null @@ -1,22 +0,0 @@ -### Enhancements - -* EXE: Improve handling of options `initialize_conda`, `register_python` with their corresponding default values. The behavior of these options - with respect to `initialize_by_default` and `register_python_default` is now consistent with `.sh` and `.pkg` installers. - Windows CLI installations now don't add `conda` to `PATH` or register Python by default, and command-line arguments are - only parsed when installing in silent mode (enabled with the flag `/S`). (#1003, #1004 via #1105) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/1121-repodata-cache b/news/1121-repodata-cache deleted file mode 100644 index a835cea27..000000000 --- a/news/1121-repodata-cache +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Ensure cached repodata files are shipped in SH installers. (#1119 via #1121). - -### Deprecations - -* - -### Docs - -* - -### Other - -*