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 release 2.2.0 #273

Merged
merged 2 commits into from
Nov 8, 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
14 changes: 9 additions & 5 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
email: [email protected]
aliases:
- jaimergp
num_commits: 37
num_commits: 39
first_commit: 2022-08-17 17:00:32
github: jaimergp
- name: Trent Nelson
Expand Down Expand Up @@ -87,7 +87,7 @@
aliases:
- Conda Bot
- conda bot
num_commits: 33
num_commits: 36
first_commit: 2022-01-25 22:53:19
github: conda-bot
- name: Aaron Meurer
Expand All @@ -112,7 +112,7 @@
github: isuruf
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 9
num_commits: 11
first_commit: 2023-08-21 19:22:51
github: pre-commit-ci[bot]
- name: Martin Chilvers
Expand Down Expand Up @@ -163,7 +163,7 @@
github: katietz
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 11
num_commits: 21
first_commit: 2024-05-06 08:12:56
github: dependabot[bot]
- name: JTignor-Raltron
Expand All @@ -173,10 +173,14 @@
github: JTignor-Raltron
- name: Marco Esters
email: [email protected]
num_commits: 13
num_commits: 17
first_commit: 2024-01-26 08:11:25
github: marcoesters
- name: Klaus Zimmermann
email: [email protected]
num_commits: 1
first_commit: 2024-06-11 12:01:54
- name: Eric Larson
email: [email protected]
num_commits: 1
first_commit: 2024-11-07 12:26:54
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Cheng H. Lee <[email protected]> Cheng H. Lee <[email protected]
Connor Martin <[email protected]>
Daniel Bast <[email protected]>
David Li <[email protected]>
Eric Larson <[email protected]>
Eric Prestat <[email protected]>
Ilan Schnell <[email protected]> ischnell <ischnell@651a555e-23ca-0310-84fe-ca9f7c59d2ea>
Ilan Schnell <[email protected]> ischnell <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Authors are sorted alphabetically.
* Connor Martin
* Daniel Bast
* David Li
* Eric Larson
* Eric Prestat
* Ilan Schnell
* Isuru Fernando
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
[//]: # (current developments)

## 2.2.0 (2024-11-08)

### Enhancements

* Partially backport privilege elevation logic from v2 to v1. (#260)
* Add support for `SingleMainWindow` in the Linux platform-specific options to allow disabling the `New Window` option in the app's context menu. (#264 via #265)

### Deprecations

* In v2-style schemas, Windows setting `quicklaunch` default value is now `false` and using it is considered deprecated. (#244 via #272)

### Docs

* Add missing comma to base/non-base example. (#248)

### Other

* Update Python versions in canary builds: remove version 3.8 and add 3.12. (#266)
* Drop Python 3.8 from the CI test matrix. (#263)



## 2.1.2 (2024-08-07)

### Bug fixes
Expand Down
19 changes: 0 additions & 19 deletions news/236-update-python-versions-canary

This file was deleted.

19 changes: 0 additions & 19 deletions news/248-environment-example-typo

This file was deleted.

19 changes: 0 additions & 19 deletions news/260-backport-v2-admin-to-v1

This file was deleted.

19 changes: 0 additions & 19 deletions news/263-drop-py38-from-tests

This file was deleted.

19 changes: 0 additions & 19 deletions news/265-add-singlemainwindow-support

This file was deleted.

19 changes: 0 additions & 19 deletions news/272-quicklaunch

This file was deleted.

Loading