@@ -4,51 +4,7 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
66
7- ## [ 1.15.0-rc3] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc3 ) - 2021-08-06
8-
9- * BREAKING
10- * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590 ) (#16606 )
11- * SECURITY
12- * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590 ) (#16606 )
13- * Correctly create of git-daemon-export-ok files (#16508 ) (#16514 )
14- * Don't show private user's repo in explore view (#16550 ) (#16554 )
15- * Update node tar dependency to 6.1.6 (#16622 ) (#16623 )
16- * API
17- * Swagger AccessToken fixes (#16574 ) (#16597 )
18- * Set AllowedHeaders on API CORS handler (#16524 ) (#16618 )
19- * BUGFIXES
20- * Restore Accessibility for Dropdown (#16576 ) (#16617 )
21- * Pass down SignedUserName down to AccessLogger context (#16605 ) (#16616 )
22- * Fix table alignment in markdown (#16596 ) (#16602 )
23- * Fix 500 on first wiki page (#16586 ) (#16598 )
24- * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564 ) (#16570 )
25- * Upgrade levelqueue to v0.4.0 (#16560 ) (#16561 )
26- * Handle too long PR titles correctly (#16517 ) (#16549 )
27- * Fix data race in bleve indexer (#16474 ) (#16509 )
28- * Restore CORS on git smart http protocol (#16496 ) (#16506 )
29- * Fix race in log (#16490 ) (#16505 )
30- * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
31- * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
32- * Update notification table with only latest data (#16445 ) (#16469 )
33- * Revert to use alpine 3.13 (#16451 ) (#16452 )
34- * Fix crash following ldap authentication update (#16447 ) (#16448 )
35- * Fix direct creation of external users on admin page (partial #16612 ) (#16613 )
36- * Prevent 500 on draft releases without tag (#16634 ) (#16636 )
37-
38- ## [ 1.15.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc2 ) - 2021-07-22
39-
40- * BUGFIXES
41- * Restore creation of git-daemon-export-ok files (#16508 ) (#16514 )
42- * Fix data race in bleve indexer (#16474 ) (#16509 )
43- * Restore CORS on git smart http protocol (#16496 ) (#16506 )
44- * Fix race in log (#16490 ) (#16505 )
45- * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
46- * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
47- * Update notification table with only latest data (#16445 ) (#16469 )
48- * Revert to use alpine 3.13 to fix multiple seccomp related issues with Docker <20 (#16451 ) (#16452 )
49- * Fix crash following ldap authentication update (#16447 ) (#16448 )
50-
51- ## [ 1.15.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc1 ) - 2021-07-15
7+ ## [ 1.15.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0 ) - 2021-08-21
528
539* BREAKING
5410 * Make app.ini permissions more restrictive (#16266 )
@@ -63,9 +19,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
6319 * Move (custom) assets into subpath ` /assets ` (#15219 )
6420 * Use level config in log section when sub log section not set level (#15176 )
6521 * Links in markdown should be absolute to the repository not the server (#15088 )
22+ * Upgrade to the latest version of golang-jwt (#16590 ) (#16606 )
23+ * Set minimum supported version of go to 1.16 (#16710 )
6624* SECURITY
6725 * Encrypt LDAP bind password in db with SECRET_KEY (#15547 )
6826 * Remove random password in Dockerfiles (#15362 )
27+ * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590 ) (#16606 )
28+ * Correctly create of git-daemon-export-ok files (#16508 ) (#16514 )
29+ * Don't show private user's repo in explore view (#16550 ) (#16554 )
30+ * Update node tar dependency to 6.1.6 (#16622 ) (#16623 )
6931* FEATURES
7032 * Update Go-Git to take advantage of LargeObjectThreshold (#16316 )
7133 * Support custom mime type mapping for text files (#16304 )
@@ -86,7 +48,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
8648 * Add LFS Migration and Mirror (#14726 )
8749 * Improve notifications for WIP draft PR's (#14663 )
8850 * Disable Stars config option (#14653 )
89- * Add option to provide signature for a token to verify key ownership (#14054 )
51+ * GPG Key Ownership verification with Signed Token (#14054 )
9052 * OAuth2 auto-register (#5123 )
9153* API
9254 * Return updated repository when changing repository using API (#16420 )
@@ -106,6 +68,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
10668 * Add Active and ProhibitLogin to API (#15689 )
10769 * Add Location, Website and Description to API (#15675 )
10870 * Expose resolver via API (#15167 )
71+ * Swagger AccessToken fixes (#16574 ) (#16597 )
72+ * Set AllowedHeaders on API CORS handler (#16524 ) (#16618 )
10973* ENHANCEMENTS
11074 * Support HTTP/2 in Let's Encrypt (#16371 )
11175 * Introduce NotifySubjectType (#16320 )
@@ -231,6 +195,41 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
231195 * Add NeedPostProcess for Parser interface to improve performance of csv parser and some external parser (#15153 )
232196 * Add code block highlight to orgmode back (#14222 )
233197 * Remove User.GetOrganizations() (#14032 )
198+ * Restore Accessibility for Dropdown (#16576 ) (#16617 )
199+ * Pass down SignedUserName down to AccessLogger context (#16605 ) (#16616 )
200+ * Fix table alignment in markdown (#16596 ) (#16602 )
201+ * Fix 500 on first wiki page (#16586 ) (#16598 )
202+ * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564 ) (#16570 )
203+ * Upgrade levelqueue to v0.4.0 (#16560 ) (#16561 )
204+ * Handle too long PR titles correctly (#16517 ) (#16549 )
205+ * Fix data race in bleve indexer (#16474 ) (#16509 )
206+ * Restore CORS on git smart http protocol (#16496 ) (#16506 )
207+ * Fix race in log (#16490 ) (#16505 )
208+ * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
209+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
210+ * Update notification table with only latest data (#16445 ) (#16469 )
211+ * Fix crash following ldap authentication update (#16447 ) (#16448 )
212+ * Fix direct creation of external users on admin page (partial #16612 ) (#16613 )
213+ * Prevent 500 on draft releases without tag (#16634 ) (#16636 )
214+ * Restore creation of git-daemon-export-ok files (#16508 ) (#16514 )
215+ * Fix data race in bleve indexer (#16474 ) (#16509 )
216+ * Restore CORS on git smart http protocol (#16496 ) (#16506 )
217+ * Fix race in log (#16490 ) (#16505 )
218+ * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
219+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
220+ * Update notification table with only latest data (#16445 ) (#16469 )
221+ * Fix crash following ldap authentication update (#16447 ) (#16448 )
222+ * Restore compatibility with SQLServer 2008 R2 in migrations (#16638 )
223+ * Fix direct creation of external users on admin page (#16613 )
224+ * Fix go-git implementation of GetNote when passed a non-existent commit (#16658 ) (#16659 )
225+ * Fix NPE in fuzzer (#16680 ) (#16682 )
226+ * Set issue_index when finishing migration (#16685 ) (#16687 )
227+ * Skip patch download when no patch file exists (#16356 ) (#16681 )
228+ * Ensure empty lines are copiable and final new line too (#16678 ) (#16692 )
229+ * Fix wrong user in OpenID response (#16736 ) (#16741 )
230+ * Do not use thin scrollbars on Firefox (#16738 ) (#16745 )
231+ * Recreate Tables should Recreate indexes on MySQL (#16718 ) (#16739 )
232+ * Keep attachments on tasklist update (#16750 ) (#16757 )
234233* TESTING
235234 * Bump ` postgres ` and ` mysql ` versions (#15710 )
236235 * Add tests for clone from wiki (#15513 )
@@ -241,7 +240,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
241240 * Fix mirror_lfs source string in en-US locale (#15369 )
242241* BUILD
243242 * Upgrade xorm to v1.1.1 (#16339 )
244- * Alpine 3.14 released (#16170 )
245243 * Disable legal comments in esbuild (#15929 )
246244 * Switch to Node 16 to build fronted (#15804 )
247245 * Use esbuild to minify CSS (#15756 )
0 commit comments