Skip to content
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

Prepare 3.6.0 #746

Merged
merged 3 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 28
num_commits: 30
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -277,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 60
num_commits: 62
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 8
num_commits: 9
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 10
num_commits: 13
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
[//]: # (current developments)

## 2024-01-12 3.6.0:
### Enhancements

* Add support for `menuinst` v2, which extends shortcut (menu items) creation from Windows to Linux and macOS. See [`menuinst` documentation](https://conda.github.io/menuinst/) for more information. Note that this feature requires `conda-standalone 23.11.0` or later. `micromamba` doesn't support v2-style menu items yet. (#474, #743)
* Add support for `ruamel.yaml` 0.18 API. (#729 via #739)
* Add `pkg_domains` setting to allow customization of the `domains` attribute in `PKG` installers. (#731 via #744)

### Other

* Unix installers now bundle conda-standalone (or micromamba) as `_conda`, instead of `conda.exe`.
(#741 via #474)

### Contributors

* @jaimergp
* @marcoesters



## 2023-10-10 3.5.0:
### Enhancements

Expand Down
20 changes: 0 additions & 20 deletions news/474-menuinst-v2

This file was deleted.

19 changes: 0 additions & 19 deletions news/739-ruamel-yaml

This file was deleted.

19 changes: 0 additions & 19 deletions news/745-customize-pkg-domains

This file was deleted.

Loading