Skip to content

Commit 8769df1

Browse files
authored
Changelog v1.17.0 (#20541)
1 parent 09f2e1e commit 8769df1

File tree

1 file changed

+38
-42
lines changed

1 file changed

+38
-42
lines changed

Diff for: CHANGELOG.md

+38-42
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,7 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7-
## [1.17.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc2) - 2022-07-13
8-
9-
* SECURITY
10-
* Use git.HOME_PATH for Git HOME directory (#20114) (#20293)
11-
* Add write check for creating Commit Statuses (#20332) (#20333)
12-
* ENHANCEMENTS
13-
* Make notification bell more prominent on mobile (#20108, #20236, #20251) (#20269)
14-
* Adjust max-widths for the repository file table (#20243) (#20247)
15-
* Display full name (#20171) (#20246)
16-
* BUGFIXES
17-
* Allow RSA 2047 bit keys (#20272) (#20396)
18-
* Add missing return for when topic isn't found (#20351) (#20395)
19-
* Fix commit status icon when in subdirectory (#20285) (#20385)
20-
* Initialize cron last (#20373) (#20384)
21-
* Set target on create release with existing tag (#20381) (#20382)
22-
* Update xorm.io/xorm to fix a interpreting db column sizes issue on 32bit systems (#20371) (#20372)
23-
* Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo' (#20205) (#20370)
24-
* Prevent context deadline error propagation in GetCommitsInfo (#20346) (#20361)
25-
* Correctly handle draft releases without a tag (#20314) (#20335)
26-
* Prevent "empty" scrollbars on Firefox (#20294) (#20308)
27-
* Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) (#20306)
28-
* Bump goldmark to v1.4.13 (#20300) (#20301)
29-
* Do not create empty ".ssh" directory when loading config (#20289) (#20298)
30-
* Fix NPE when using non-numeric (#20277) (#20278)
31-
* Store read access in access for team repositories (#20275) (#20276)
32-
* EscapeFilter the group dn membership (#20200) (#20254)
33-
* Only show Followers that current user can access (#20220) (#20252)
34-
* Update Bluemonday to v1.0.19 (#20199) (#20209)
35-
* Refix indices on actions table (#20158) (#20198)
36-
* Check if project has the same repository id with issue when assign project to issue (#20133) (#20188)
37-
* Fix remove file on initial comment (#20127) (#20128)
38-
* Catch the error before the response is processed by goth (#20000) (#20102)
39-
* Dashboard feed respect setting.UI.FeedPagingNum again (#20094) (#20099)
40-
* Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041)
41-
* Respond with a 401 on git push when password isn't changed yet (#20026) (#20027)
42-
* Return 404 when tag is broken (#20017) (#20024)
43-
44-
## [1.17.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc1) - 2022-06-18
7+
## [1.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0) - 2022-07-30
458

469
* BREAKING
4710
* Require go1.18 for Gitea 1.17 (#19918)
@@ -66,6 +29,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
6629
* Restrict email address validation (#17688)
6730
* Refactor Router Logger (#17308)
6831
* SECURITY
32+
* Use git.HOME_PATH for Git HOME directory (#20114) (#20293)
33+
* Add write check for creating Commit Statuses (#20332) (#20333)
6934
* Remove deprecated SSH ciphers from default (#18697)
7035
* FEDERATION
7136
* Return statistic information for nodeinfo (#19561)
@@ -104,6 +69,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
10469
* Return primary language and repository language stats API URL (#18396)
10570
* Implement http signatures support for the API (#17565)
10671
* ENHANCEMENTS
72+
* Make notification bell more prominent on mobile (#20108, #20236, #20251) (#20269)
73+
* Adjust max-widths for the repository file table (#20243) (#20247)
74+
* Display full name (#20171) (#20246)
10775
* Add dbconsistency checks for Stopwatches (#20010)
10876
* Add fetch.writeCommitGraph to gitconfig (#20006)
10977
* Add fgprof pprof profiler (#20005)
@@ -148,7 +116,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
148116
* PullService lock via pullID (#19520)
149117
* Make repository file list useable on mobile (#19515)
150118
* more context for models (#19511)
151-
* Allow package dump skipping (#19506)
152119
* Refactor readme file renderer (#19502)
153120
* By default force vertical tabs on mobile (#19486)
154121
* Github style following followers (#19482)
@@ -165,7 +132,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
165132
* Move access and repo permission to models/perm/access (#19350)
166133
* Disallow selecting the text of buttons (#19330)
167134
* Allow custom redirect for landing page (#19324)
168-
* Repository level enable package or disable (#19323)
169135
* Remove dependent on session auth for api/v1 routers (#19321)
170136
* Never use /api/v1 from Gitea UI Pages (#19318)
171137
* Remove legacy unmaintained packages, refactor to support change default locale (#19308)
@@ -222,13 +188,44 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
222188
* Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (#18177)
223189
* Prettify number of issues (#17760)
224190
* Add a "admin user generate-access-token" subcommand (#17722)
225-
* Move project files into models/project sub package (#17704)
226191
* Custom regexp external issues (#17624)
227192
* Add smtp password to install page (#17564)
228193
* Add config options to hide issue events (#17414)
229194
* Prevent double click new issue/pull/comment button (#16157)
230195
* Show issue assignee on project board (#15232)
231196
* BUGFIXES
197+
* WebAuthn CredentialID field needs to be increased in size (#20530) (#20555)
198+
* Ensure that all unmerged files are merged when conflict checking (#20528) (#20536)
199+
* Stop logging EOFs and exit(1)s in ssh handler (#20476) (#20529)
200+
* Add labels to two buttons that were missing them (#20419) (#20524)
201+
* Fix ROOT_URL detection for URLs without trailing slash (#20502) (#20503)
202+
* Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407)
203+
* Allow RSA 2047 bit keys (#20272) (#20396)
204+
* Add missing return for when topic isn't found (#20351) (#20395)
205+
* Fix commit status icon when in subdirectory (#20285) (#20385)
206+
* Initialize cron last (#20373) (#20384)
207+
* Set target on create release with existing tag (#20381) (#20382)
208+
* Update xorm.io/xorm to fix a interpreting db column sizes issue on 32bit systems (#20371) (#20372)
209+
* Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo' (#20205) (#20370)
210+
* Prevent context deadline error propagation in GetCommitsInfo (#20346) (#20361)
211+
* Correctly handle draft releases without a tag (#20314) (#20335)
212+
* Prevent "empty" scrollbars on Firefox (#20294) (#20308)
213+
* Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) (#20306)
214+
* Bump goldmark to v1.4.13 (#20300) (#20301)
215+
* Do not create empty ".ssh" directory when loading config (#20289) (#20298)
216+
* Fix NPE when using non-numeric (#20277) (#20278)
217+
* Store read access in access for team repositories (#20275) (#20276)
218+
* EscapeFilter the group dn membership (#20200) (#20254)
219+
* Only show Followers that current user can access (#20220) (#20252)
220+
* Update Bluemonday to v1.0.19 (#20199) (#20209)
221+
* Refix indices on actions table (#20158) (#20198)
222+
* Check if project has the same repository id with issue when assign project to issue (#20133) (#20188)
223+
* Fix remove file on initial comment (#20127) (#20128)
224+
* Catch the error before the response is processed by goth (#20000) (#20102)
225+
* Dashboard feed respect setting.UI.FeedPagingNum again (#20094) (#20099)
226+
* Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041)
227+
* Respond with a 401 on git push when password isn't changed yet (#20026) (#20027)
228+
* Return 404 when tag is broken (#20017) (#20024)
232229
* Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041)
233230
* Respond with a 401 on git push when password isn't changed yet (#20026) (#20027)
234231
* Return 404 when tag is broken (#20017) (#20024)
@@ -303,7 +300,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
303300
* MISC
304301
* Fix aria for logo (#19955)
305302
* In code search, get code unit accessible repos in one (main) query (#19764)
306-
* Enable packages by default again (#19746)
307303
* Add tooltip to pending PR comments (#19662)
308304
* Improve sync performance for pull-mirrors (#19125)
309305
* Improve dashboard's repo list performance (#18963)

0 commit comments

Comments
 (0)