Skip to content

Commit 7b250e7

Browse files
authored
Prepare 2.1.2 (#243)
* Updated authorship for 2.1.2 * Updated CHANGELOG for 2.1.2 * Add contributors * Fix XDG URLs
1 parent d62d481 commit 7b250e7

9 files changed

+30
-65
lines changed

.authors.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
aliases:
3030
- jaimergp
31-
num_commits: 35
31+
num_commits: 37
3232
first_commit: 2022-08-17 17:00:32
3333
github: jaimergp
3434
- name: Trent Nelson
@@ -87,7 +87,7 @@
8787
aliases:
8888
- Conda Bot
8989
- conda bot
90-
num_commits: 30
90+
num_commits: 33
9191
first_commit: 2022-01-25 22:53:19
9292
github: conda-bot
9393
- name: Aaron Meurer
@@ -112,7 +112,7 @@
112112
github: isuruf
113113
- name: pre-commit-ci[bot]
114114
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
115-
num_commits: 7
115+
num_commits: 9
116116
first_commit: 2023-08-21 19:22:51
117117
github: pre-commit-ci[bot]
118118
- name: Martin Chilvers
@@ -163,7 +163,7 @@
163163
github: katietz
164164
- name: dependabot[bot]
165165
email: 49699333+dependabot[bot]@users.noreply.github.com
166-
num_commits: 6
166+
num_commits: 11
167167
first_commit: 2024-05-06 08:12:56
168168
github: dependabot[bot]
169169
- name: JTignor-Raltron
@@ -173,6 +173,10 @@
173173
github: JTignor-Raltron
174174
- name: Marco Esters
175175
176-
num_commits: 11
176+
num_commits: 13
177177
first_commit: 2024-01-26 08:11:25
178178
github: marcoesters
179+
- name: Klaus Zimmermann
180+
181+
num_commits: 1
182+
first_commit: 2024-06-11 12:01:54

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Jason McCampbell <[email protected]>
2727
Kai Tietz <[email protected]>
2828
Kale Franz <[email protected]> Kale Franz <[email protected]>
2929
Ken Odegard <[email protected]>
30+
Klaus Zimmermann <[email protected]>
3031
Marco Esters <[email protected]>
3132
Mark Wiebe <[email protected]>
3233
Martin Chilvers <[email protected]>

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Authors are sorted alphabetically.
1717
* Kai Tietz
1818
* Kale Franz
1919
* Ken Odegard
20+
* Klaus Zimmermann
2021
* Marco Esters
2122
* Mark Wiebe
2223
* Martin Chilvers

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
[//]: # (current developments)
22

3+
## 2.1.2 (2024-08-07)
4+
5+
### Bug fixes
6+
7+
* Display shortcut name in Windows' "Open with" menu entries. (#225)
8+
* Fix default MIME type registration on Linux. (#226 via #227)
9+
* Add setuptools to recipe host requirements. (#237)
10+
11+
### Contributors
12+
13+
* @jaimergp
14+
* @marcoesters
15+
* @zklaus
16+
17+
18+
319
## 2.1.1 (2024-06-07)
420

521
### Bug fixes

menuinst/_schema.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Linux(BasePlatformSpecific):
119119
Linux-specific instructions.
120120
121121
Check the `Desktop entry specification
122-
<https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys>`__
122+
<https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html>`__
123123
for more details.
124124
"""
125125

@@ -141,7 +141,7 @@ class Linux(BasePlatformSpecific):
141141
Implements: Optional[Union[List[str], constr(regex=r"^.+;$")]] = None
142142
"""
143143
List of supported interfaces. See 'Interfaces' in `Desktop Entry Spec
144-
<https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#interfaces>`__.
144+
<https://specifications.freedesktop.org/desktop-entry-spec/latest/interfaces.html>`__.
145145
"""
146146
Keywords: Optional[Union[List[str], constr(regex=r"^.+;$")]] = None
147147
"Additional terms to describe this shortcut to aid in searching."

menuinst/data/menuinst.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"Linux": {
6363
"title": "Linux",
64-
"description": "Linux-specific instructions.\n\nCheck the `Desktop entry specification\n<https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys>`__\nfor more details.",
64+
"description": "Linux-specific instructions.\n\nCheck the `Desktop entry specification\n<https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html>`__\nfor more details.",
6565
"type": "object",
6666
"properties": {
6767
"name": {

news/225-friendly-open-with

-19
This file was deleted.

news/227-xdg-mime-default

-19
This file was deleted.

news/237-add-setuptools-req

-19
This file was deleted.

0 commit comments

Comments
 (0)