@@ -4,10 +4,17 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
7
- ## [ 1.18.0-rc1 ] ( https://github.com/go-gitea/gitea/releases/tag/v1 .18.0-rc1 ) - 2022-11-15
7
+ ## [ 1.18.0] ( https://github.com/go-gitea/gitea/releases/tag/1 .18.0 ) - 2022-12-22
8
8
9
+ * SECURITY
10
+ * Remove ReverseProxy authentication from the API (#22219 ) (#22251 )
11
+ * Support Go Vulnerability Management (#21139 )
12
+ * Forbid HTML string tooltips (#20935 )
9
13
* BREAKING
14
+ * Rework mailer settings (#18982 )
10
15
* Remove U2F support (#20141 )
16
+ * Refactor ` i18n ` to ` locale ` (#20153 )
17
+ * Enable contenthash in filename for dynamic assets (#20813 )
11
18
* FEATURES
12
19
* Add color previews in markdown (#21474 )
13
20
* Allow package version sorting (#21453 )
@@ -36,13 +43,23 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
36
43
* Support Proxy protocol (#12527 )
37
44
* Implement sync push mirror on commit (#19411 )
38
45
* API
46
+ * Allow empty assignees on pull request edit (#22150 ) (#22214 )
39
47
* Make external issue tracker regexp configurable via API (#21338 )
40
48
* Add name field for org api (#21270 )
41
49
* Show teams with no members if user is admin (#21204 )
42
50
* Add latest commit's SHA to content response (#20398 )
43
51
* Add allow_rebase_update, default_delete_branch_after_merge to repository api response (#20079 )
44
52
* Add new endpoints for push mirrors management (#19841 )
45
53
* ENHANCEMENTS
54
+ * Add setting to disable the git apply step in test patch (#22130 ) (#22170 )
55
+ * Multiple improvements for comment edit diff (#21990 ) (#22007 )
56
+ * Fix button in branch list, avoid unexpected page jump before restore branch actually done (#21562 ) (#21928 )
57
+ * Fix flex layout for repo list icons (#21896 ) (#21920 )
58
+ * Fix vertical align of committer avatar rendered by email address (#21884 ) (#21918 )
59
+ * Fix setting HTTP headers after write (#21833 ) (#21877 )
60
+ * Color and Style enhancements (#21784 , #21799 ) (#21868 )
61
+ * Ignore line anchor links with leading zeroes (#21728 ) (#21776 )
62
+ * Quick fixes monaco-editor error: "vs.editor.nullLanguage" (#21734 ) (#21738 )
46
63
* Use CSS color-scheme instead of invert (#21616 ) (#21623 )
47
64
* Respect user's locale when rendering the date range in the repo activity page (#21410 )
48
65
* Change ` commits-table ` column width (#21564 )
@@ -142,6 +159,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
142
159
* Add author search input (#21246 )
143
160
* Make rss/atom identifier globally unique (#21550 )
144
161
* BUGFIXES
162
+ * Auth interface return error when verify failure (#22119 ) (#22259 )
163
+ * Use complete SHA to create and query commit status (#22244 ) (#22257 )
164
+ * Update bleve and zapx to fix unaligned atomic (#22031 ) (#22218 )
145
165
* Prevent panic in doctor command when running default checks (#21791 ) (#21807 )
146
166
* Load GitRepo in API before deleting issue (#21720 ) (#21796 )
147
167
* Ignore line anchor links with leading zeroes (#21728 ) (#21776 )
@@ -180,6 +200,60 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
180
200
* Update JS dependencies, adjust eslint (#20659 )
181
201
* Add more linters to improve code readability (#19989 )
182
202
203
+ ## [ 1.17.4] ( https://github.com/go-gitea/gitea/releases/tag/1.17.4 ) - 2022-12-21
204
+
205
+ * SECURITY
206
+ * Do not allow Ghost access to limited visible user/org (#21849 ) (#21875 )
207
+ * Fix package access for admins and inactive users (#21580 ) (#21592 )
208
+ * ENHANCEMENTS
209
+ * Fix button in branch list, avoid unexpected page jump before restore branch actually done (#21562 ) (#21927 )
210
+ * Fix vertical align of committer avatar rendered by email address (#21884 ) (#21919 )
211
+ * Fix setting HTTP headers after write (#21833 ) (#21874 )
212
+ * Ignore line anchor links with leading zeroes (#21728 ) (#21777 )
213
+ * Enable Monaco automaticLayout (#21516 )
214
+ * BUGFIXES
215
+ * Do not list active repositories as unadopted (#22034 ) (#22167 )
216
+ * Correctly handle moved files in apply patch (#22118 ) (#22136 )
217
+ * Fix condition for is_internal (#22095 ) (#22131 )
218
+ * Fix permission check on issue/pull lock (#22114 )
219
+ * Fix sorting admin user list by last login (#22081 ) (#22106 )
220
+ * Workaround for container registry push/pull errors (#21862 ) (#22069 )
221
+ * Fix issue/PR numbers (#22037 ) (#22045 )
222
+ * Handle empty author names (#21902 ) (#22028 )
223
+ * Fix ListBranches to handle empty case (#21921 ) (#22025 )
224
+ * Fix enabling partial clones on 1.17 (#21809 )
225
+ * Prevent panic in doctor command when running default checks (#21791 ) (#21808 )
226
+ * Upgrade golang.org/x/crypto (#21792 ) (#21794 )
227
+ * Init git module before database migration (#21764 ) (#21766 )
228
+ * Set last login when activating account (#21731 ) (#21754 )
229
+ * Add HEAD fix to gitea doctor (#21352 ) (#21751 )
230
+ * Fix UI language switching bug (#21597 ) (#21748 )
231
+ * Remove semver compatible flag and change pypi to an array of test cases (#21708 ) (#21729 )
232
+ * Allow local package identifiers for PyPI packages (#21690 ) (#21726 )
233
+ * Fix repository adoption on Windows (#21646 ) (#21651 )
234
+ * Sync git hooks when config file path changed (#21619 ) (#21625 )
235
+ * Added check for disabled Packages (#21540 ) (#21614 )
236
+ * Fix ` Timestamp.IsZero ` (#21593 ) (#21604 )
237
+ * Fix issues count bug (#21600 )
238
+ * Support binary deploy in npm packages (#21589 )
239
+ * Update milestone counters when issue is deleted (#21459 ) (#21586 )
240
+ * SessionUser protection against nil pointer dereference (#21581 )
241
+ * Case-insensitive NuGet symbol file GUID (#21409 ) (#21575 )
242
+ * Suppress ` ExternalLoginUserNotExist ` error (#21504 ) (#21572 )
243
+ * Prevent Authorization header for presigned LFS urls (#21531 ) (#21569 )
244
+ * Update binding to fix bugs (#21560 )
245
+ * Fix generating compare link (#21519 ) (#21530 )
246
+ * Ignore error when retrieving changed PR review files (#21487 ) (#21524 )
247
+ * Fix incorrect notification commit url (#21479 ) (#21483 )
248
+ * Display total commit count in hook message (#21400 ) (#21481 )
249
+ * Enforce grouped NuGet search results (#21442 ) (#21480 )
250
+ * Return 404 when user is not found on avatar (#21476 ) (#21477 )
251
+ * Normalize NuGet package version on upload (#22186 ) (#22201 )
252
+ * MISC
253
+ * Check for zero time instant in TimeStamp.IsZero() (#22171 ) (#22173 )
254
+ * Fix warn in database structs sync (#22111 )
255
+ * Allow for resolution of NPM registry paths that match upstream (#21568 ) (#21723 )
256
+
183
257
## [ 1.17.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.17.3 ) - 2022-10-15
184
258
185
259
* SECURITY
0 commit comments