diff --git a/.authors.yml b/.authors.yml index f9244e0a..18a6a8f2 100644 --- a/.authors.yml +++ b/.authors.yml @@ -28,7 +28,7 @@ email: jaimergp@users.noreply.github.com aliases: - jaimergp - num_commits: 37 + num_commits: 39 first_commit: 2022-08-17 17:00:32 github: jaimergp - name: Trent Nelson @@ -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 @@ -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 @@ -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 @@ -173,10 +173,14 @@ github: JTignor-Raltron - name: Marco Esters email: mesters@anaconda.com - num_commits: 13 + num_commits: 17 first_commit: 2024-01-26 08:11:25 github: marcoesters - name: Klaus Zimmermann email: klaus.zimmermann@quansight.com num_commits: 1 first_commit: 2024-06-11 12:01:54 +- name: Eric Larson + email: larson.eric.d@gmail.com + num_commits: 1 + first_commit: 2024-11-07 12:26:54 diff --git a/.mailmap b/.mailmap index 2ddfc6fb..83ec08dc 100644 --- a/.mailmap +++ b/.mailmap @@ -15,6 +15,7 @@ Cheng H. Lee Cheng H. Lee Daniel Bast <2790401+dbast@users.noreply.github.com> David Li +Eric Larson Eric Prestat Ilan Schnell ischnell Ilan Schnell ischnell diff --git a/AUTHORS.md b/AUTHORS.md index 32e07e19..3c669e09 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,6 +7,7 @@ Authors are sorted alphabetically. * Connor Martin * Daniel Bast * David Li +* Eric Larson * Eric Prestat * Ilan Schnell * Isuru Fernando diff --git a/CHANGELOG.md b/CHANGELOG.md index ab126c09..7c60358d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/news/236-update-python-versions-canary b/news/236-update-python-versions-canary deleted file mode 100644 index 9205902a..00000000 --- a/news/236-update-python-versions-canary +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Update Python versions in canary builds: remove version 3.8 and add 3.12. (#266) diff --git a/news/248-environment-example-typo b/news/248-environment-example-typo deleted file mode 100644 index 118d8a74..00000000 --- a/news/248-environment-example-typo +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Add missing comma to base/non-base example. (#248) - -### Other - -* diff --git a/news/260-backport-v2-admin-to-v1 b/news/260-backport-v2-admin-to-v1 deleted file mode 100644 index 7947d50c..00000000 --- a/news/260-backport-v2-admin-to-v1 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Partially backport privilege elevation logic from v2 to v1. (#260) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/263-drop-py38-from-tests b/news/263-drop-py38-from-tests deleted file mode 100644 index 67c3470d..00000000 --- a/news/263-drop-py38-from-tests +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Drop Python 3.8 from the CI test matrix. (#263) diff --git a/news/265-add-singlemainwindow-support b/news/265-add-singlemainwindow-support deleted file mode 100644 index 9ace9ce0..00000000 --- a/news/265-add-singlemainwindow-support +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* 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) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/272-quicklaunch b/news/272-quicklaunch deleted file mode 100644 index 7d14cd93..00000000 --- a/news/272-quicklaunch +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* In v2-style schemas, Windows setting `quicklaunch` default value is now `false` and using it is considered deprecated. (#244 via #272) - -### Docs - -* - -### Other - -*