Skip to content

Commit d23c5a4

Browse files
authored
Merge pull request #1652 from nextcloud/release/4.11.0
chore: prepare 4.11.0 release
2 parents 15110be + 0e19ae7 commit d23c5a4

File tree

3 files changed

+34
-20
lines changed

3 files changed

+34
-20
lines changed

CHANGELOG.md

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@
66

77
## [Unreleased]
88

9-
## [4.10.0] - 2024-05-30
9+
## [4.11.0] - 2024-09-23
10+
11+
### Added
12+
13+
- App authors display in sidebar on app details page. #1625
14+
15+
### Changed
16+
17+
- Use outlined icons in footer. #1650
18+
- Use filled/outlined icons for sorting options depending on selection. #1650
19+
- Update app template. #1622 #1643
20+
- Multiple dependency updates. #1331 #1541 #1627 #1630 #1633 #1642 #1644 #1647
21+
- Multiple documentation updates. #1624 #1636
22+
23+
## [4.10.0] - 2024-05-30
1024

1125
### Added
1226

@@ -46,7 +60,7 @@
4660
- Optimized viewing of app store pages. #1467
4761
- Broken doc links. #1459
4862

49-
## [4.9.0] - 2024-08-19
63+
## [4.9.0] - 2024-08-19
5064

5165
### Added
5266

@@ -69,7 +83,7 @@
6983
- Adjust banner height on medium browser width. #1423
7084
- Cleanup Makefile variables. #1367
7185

72-
## [4.8.1] - 2024-05-10
86+
## [4.8.1] - 2024-05-10
7387

7488
### Changed
7589

@@ -79,7 +93,7 @@
7993
- dnspython dependency updated from `2.5.0` to `2.6.1` #1351
8094
- pillow dependency updated from `10.2.0` to `10.3.0` #1346
8195

82-
## [4.8.0] - 2024-03-17
96+
## [4.8.0] - 2024-03-17
8397

8498
### Added
8599

@@ -97,7 +111,7 @@
97111
- Broken templates after `django-allauth` update. #1304
98112
- Documentation hosting & building.
99113

100-
## [4.7.0] - 2024-02-15
114+
## [4.7.0] - 2024-02-15
101115

102116
### Added
103117

@@ -111,7 +125,7 @@
111125
- pillow updated from `10.0.1` to `10.2.0` #1283
112126
- follow-redirects updated from `1.15.2` to `1.15.5` #1286
113127

114-
## [4.6.0] - 2024-01-02
128+
## [4.6.0] - 2024-01-02
115129

116130
### Added
117131

@@ -121,7 +135,7 @@
121135

122136
- lxml updated from `4.9.3` to `4.9.4`
123137

124-
## [4.5.0] - 2023-12-21
138+
## [4.5.0] - 2023-12-21
125139

126140
### Added
127141

@@ -144,7 +158,7 @@
144158
- Allow `ExApp` without API scopes.
145159
- Allow uploading of GPLv3 licensed application releases.
146160

147-
## [4.4.1] - 2023-10-05
161+
## [4.4.1] - 2023-10-05
148162

149163
### Changed
150164

@@ -155,7 +169,7 @@
155169
- Allow uploading of MIT licensed application releases. #1165
156170
- Adjusted Makefile in the app generation template. #1166
157171

158-
## [4.4.0] - 2023-10-03
172+
## [4.4.0] - 2023-10-03
159173

160174
### Added
161175

@@ -169,7 +183,7 @@
169183
- Updated `highlight.js` dependency to last major version. #1063
170184
- Updated `django-allauth` from 0.54 to 0.57. #1152
171185

172-
## [4.3.2] - 2023-09-23
186+
## [4.3.2] - 2023-09-23
173187

174188
### Added
175189

@@ -180,14 +194,14 @@
180194

181195
- `/api/v1/apps.json` endpoint now ALWAYS return gzipped data. #1147
182196

183-
## [4.3.1] - 2023-09-19
197+
## [4.3.1] - 2023-09-19
184198

185199
### Changed
186200

187201
- Replaced `psycopg2` with new `psycopg` package. #1143
188202
- Updated dependencies & packages. #1129
189203

190-
## [4.3.0] - 2023-09-07
204+
## [4.3.0] - 2023-09-07
191205

192206
### Changed
193207

@@ -198,7 +212,7 @@
198212

199213
- Bug in REST API for deleting releases when APP_ID contains number. #1127
200214

201-
## [4.2.0] - 2023-07-18
215+
## [4.2.0] - 2023-07-18
202216

203217
### Changed
204218

@@ -212,7 +226,7 @@
212226
- Added `Password reset` rate limit configuration. #1077
213227
- Forced user logout after 15 failed attempts to change password. #1078
214228

215-
## [4.1.0] - 2023-05-18
229+
## [4.1.0] - 2023-05-18
216230

217231
### Added
218232

@@ -223,7 +237,7 @@
223237
- Updated Python and JavaScript dependencies
224238
- Dropped Python 3.6 support
225239

226-
## [4.0.0] - 2018-11-10
240+
## [4.0.0] - 2018-11-10
227241

228242
### Added
229243

@@ -245,7 +259,7 @@
245259

246260
- Disable HMAC email validation so that an cooldown period is respected, #584
247261

248-
## [3.4.0] - 2018-05-18
262+
## [3.4.0] - 2018-05-18
249263

250264
### Added
251265

@@ -256,15 +270,15 @@
256270
- Add quicknotes to CRL
257271
- Updated libraries
258272

259-
## [3.3.0] - 2018-02-18
273+
## [3.3.0] - 2018-02-18
260274

261275
### Added
262276

263277
- Add support for generating apps for Nextcloud 13
264278
- Add support for personal setting tags in info.xml and ids instead of URLs for documentation
265279
- Add another flag to differentiate between supported and unreleased Nextcloud releases
266280

267-
## [3.2.0] - 2018-02-04
281+
## [3.2.0] - 2018-02-04
268282

269283
### Added
270284

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
copyright = str(datetime.now().year) + " Nextcloud GmbH" # noqa
6363
author = "Nextclouders"
6464

65-
version = "4.10.0"
65+
version = "4.11.0"
6666
# The full version, including alpha/beta/rc tags.
6767
release = version
6868

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[tool.poetry]
1111
name = "nextcloudappstore"
12-
version = "4.10.0"
12+
version = "4.11.0"
1313
description = "App store for Nextcloud apps"
1414
authors = [
1515
"Alexander Piskun <[email protected]>",

0 commit comments

Comments
 (0)