Skip to content

Commit

Permalink
Prepare 2.1.0 (#216)
Browse files Browse the repository at this point in the history
* Updated authorship for 2.1.0

* Updated CHANGELOG for 2.1.0

* Remove bots from contributor list

* Updated authorship for 2.1.0

* Updated CHANGELOG for 2.1.0

* Merge changelogs
  • Loading branch information
marcoesters authored May 21, 2024
1 parent da8133f commit b08b663
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 212 deletions.
21 changes: 18 additions & 3 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: 29
num_commits: 35
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: 26
num_commits: 30
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: 5
num_commits: 7
first_commit: 2023-08-21 19:22:51
github: pre-commit-ci[bot]
- name: Martin Chilvers
Expand Down Expand Up @@ -161,3 +161,18 @@
num_commits: 1
first_commit: 2019-03-06 17:36:09
github: katietz
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 5
first_commit: 2024-05-06 08:12:56
github: dependabot[bot]
- name: JTignor-Raltron
email: [email protected]
num_commits: 1
first_commit: 2024-01-26 08:04:54
github: JTignor-Raltron
- name: Marco Esters
email: [email protected]
num_commits: 12
first_commit: 2024-01-26 08:11:25
github: marcoesters
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ Ilan Schnell <[email protected]> ischnell <ischnell@651a555e-23ca-0310-84fe
Ilan Schnell <[email protected]> ischnell <[email protected]>
Ilan Schnell <[email protected]> ischnell <[email protected]>
Isuru Fernando <[email protected]>
JTignor-Raltron <[email protected]>
Jaime Rodríguez-Guerra <[email protected]> jaimergp <[email protected]>
Jannis Leidel <[email protected]>
Jason McCampbell <[email protected]>
Kai Tietz <[email protected]>
Kale Franz <[email protected]> Kale Franz <[email protected]>
Ken Odegard <[email protected]>
Marco Esters <[email protected]>
Mark Wiebe <[email protected]>
Martin Chilvers <[email protected]>
Mike Sarahan <[email protected]> Michael Sarahan <[email protected]>
Expand All @@ -38,6 +40,7 @@ Trent Nelson <[email protected]>
ccasey <ccasey@651a555e-23ca-0310-84fe-ca9f7c59d2ea>
conda-bot <[email protected]> Conda Bot <[email protected]>
conda-bot <[email protected]> conda bot <[email protected]>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dmartin <dmartin@651a555e-23ca-0310-84fe-ca9f7c59d2ea>
dpeterson <dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea>
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Authors are sorted alphabetically.
* Eric Prestat
* Ilan Schnell
* Isuru Fernando
* JTignor-Raltron
* Jaime Rodríguez-Guerra
* Jannis Leidel
* Jason McCampbell
* Kai Tietz
* Kale Franz
* Ken Odegard
* Marco Esters
* Mark Wiebe
* Martin Chilvers
* Mike Sarahan
Expand All @@ -27,6 +29,7 @@ Authors are sorted alphabetically.
* Trent Nelson
* ccasey
* conda-bot
* dependabot[bot]
* dmartin
* dpeterson
* pre-commit-ci[bot]
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
[//]: # (current developments)

## 2.1.0 (2024-05-21)

### Enhancements

* Support different name for shortcuts within and outside base environment (support v1 behavior). (#180)
* Support the `NSSupportsAutomaticGraphicsSwitching` flag for MacOS apps. (#194)
* Add option to create a Windows Terminal profile. (#196 via #200)
* Improve error handling for installing identical MacOS apps and warn about overwriting shortcuts on other platforms. (#203 via #205)
* Expand variables when creating `working_dir` and use `os.path.expanduser` logic for default `working_dir` on Windows. (#211 via #212)

### Bug fixes

* Do not inject the AppKit launcher unless `event_handler` has been set. Only affects macOS. (#179 via #183)
* Render all menu name instances for Linux. (#201)
* Fix Windows registry key access mode when adding icon file to file type association. (#191 via #206)

### Docs

* Add notes on "missing" Start Menu directories on Windows and on how to migrate `pywscript` and `pyscript` to menuinst v2 (#181)
* Fix API Reference hyperlinks. (#190)

### Other

* Pin Visual Studio version to 2022 for canary builds to account for changes to GitHub runners. (#215)

### Contributors

* @JTignor-Raltron
* @jaimergp
* @marcoesters



## 2.0.2 (2024-01-11)

### Bug fixes
Expand Down
19 changes: 0 additions & 19 deletions news/180-support-different-names-outside-base

This file was deleted.

19 changes: 0 additions & 19 deletions news/181-windows-shortcut-notes

This file was deleted.

19 changes: 0 additions & 19 deletions news/183-event-handler

This file was deleted.

19 changes: 0 additions & 19 deletions news/190-fix-docs-linkx

This file was deleted.

19 changes: 0 additions & 19 deletions news/194-add-NSSupportsAutomaticGraphicsSwitching

This file was deleted.

19 changes: 0 additions & 19 deletions news/200-windows-terminal-profile

This file was deleted.

19 changes: 0 additions & 19 deletions news/201-linux-render-all-menu-name-placeholders

This file was deleted.

19 changes: 0 additions & 19 deletions news/205-overwrite-shortcuts

This file was deleted.

19 changes: 0 additions & 19 deletions news/206-file-extensions-regkey-access

This file was deleted.

19 changes: 0 additions & 19 deletions news/212-improve-working-dir-handling

This file was deleted.

19 changes: 0 additions & 19 deletions news/215-vs-version-canary-builds

This file was deleted.

0 comments on commit b08b663

Please sign in to comment.