@@ -4,51 +4,42 @@ 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
7+ ## [ 1.15.2 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.2 ) - 2021-09-03
88
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 )
199* 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 )
10+ * Add unique constraint back into issue_index (#16938 )
11+ * Close storage objects before cleaning (#16934 ) (#16942 )
3712
38- ## [ 1.15.0-rc2 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc2 ) - 2021-07-22
13+ ## [ 1.15.1 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.1 ) - 2021-09-02
3914
4015* 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
16+ * Allow BASIC authentication access to /: owner /: repo /releases/download/* (#16916 ) (#16923 )
17+ * Prevent leave changes dialogs due to autofill fields (#16912 ) (#16920 )
18+ * Ignore review comment when ref commit is missed (#16905 ) (#16919 )
19+ * Fix wrong attachment removal (#16915 ) (#16917 )
20+ * Gitlab Migrator: dont ignore reactions of last request (#16903 ) (#16913 )
21+ * Correctly return the number of Repositories for Organizations (#16807 ) (#16911 )
22+ * Test if LFS object is accessible (#16865 ) (#16904 )
23+ * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899 ) (#16900 )
24+ * Fix dump and restore respository (#16698 ) (#16898 )
25+ * Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894 ) (#16895 )
26+ * Fix wiki raw commit diff/patch view (#16891 ) (#16892 )
27+ * Ensure wiki repos are all closed (#16886 ) (#16888 )
28+ * List limited and private orgs if authenticated on API (#16866 ) (#16879 )
29+ * Simplify split diff view generation and remove JS dependency (#16775 ) (#16863 )
30+ * Ensure that the default visibility is set on the user create page (#16845 ) (#16862 )
31+ * In Render tolerate not being passed a context (#16842 ) (#16858 )
32+ * Upgrade xorm to v1.2.2 (#16663 ) & Add test to ensure that dumping of login sources remains correct (#16847 ) (#16848 )
33+ * Report the correct number of pushes on the feeds (#16811 ) (#16822 )
34+ * Add primary_key to issue_index (#16813 ) (#16820 )
35+ * Prevent NPE on empty commit (#16812 ) (#16819 )
36+ * Fix branch pagination error (#16805 ) (#16816 )
37+ * Add missing return to handleSettingRemoteAddrError (#16794 ) (#16795 )
38+ * Remove spurious / from issues.opened_by (#16793 )
39+ * Ensure that template compilation panics are sent to the logs (#16788 ) (#16792 )
40+ * Update caddyserver/certmagic (#16789 ) (#16790 )
41+
42+ ## [ 1.15.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.0 ) - 2021-08-21
5243
5344* BREAKING
5445 * Make app.ini permissions more restrictive (#16266 )
@@ -63,9 +54,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
6354 * Move (custom) assets into subpath ` /assets ` (#15219 )
6455 * Use level config in log section when sub log section not set level (#15176 )
6556 * Links in markdown should be absolute to the repository not the server (#15088 )
57+ * Upgrade to the latest version of golang-jwt (#16590 ) (#16606 )
58+ * Set minimum supported version of go to 1.16 (#16710 )
6659* SECURITY
6760 * Encrypt LDAP bind password in db with SECRET_KEY (#15547 )
6861 * Remove random password in Dockerfiles (#15362 )
62+ * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590 ) (#16606 )
63+ * Correctly create of git-daemon-export-ok files (#16508 ) (#16514 )
64+ * Don't show private user's repo in explore view (#16550 ) (#16554 )
65+ * Update node tar dependency to 6.1.6 (#16622 ) (#16623 )
6966* FEATURES
7067 * Update Go-Git to take advantage of LargeObjectThreshold (#16316 )
7168 * Support custom mime type mapping for text files (#16304 )
@@ -86,7 +83,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
8683 * Add LFS Migration and Mirror (#14726 )
8784 * Improve notifications for WIP draft PR's (#14663 )
8885 * Disable Stars config option (#14653 )
89- * Add option to provide signature for a token to verify key ownership (#14054 )
86+ * GPG Key Ownership verification with Signed Token (#14054 )
9087 * OAuth2 auto-register (#5123 )
9188* API
9289 * Return updated repository when changing repository using API (#16420 )
@@ -106,6 +103,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
106103 * Add Active and ProhibitLogin to API (#15689 )
107104 * Add Location, Website and Description to API (#15675 )
108105 * Expose resolver via API (#15167 )
106+ * Swagger AccessToken fixes (#16574 ) (#16597 )
107+ * Set AllowedHeaders on API CORS handler (#16524 ) (#16618 )
109108* ENHANCEMENTS
110109 * Support HTTP/2 in Let's Encrypt (#16371 )
111110 * Introduce NotifySubjectType (#16320 )
@@ -231,6 +230,41 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
231230 * Add NeedPostProcess for Parser interface to improve performance of csv parser and some external parser (#15153 )
232231 * Add code block highlight to orgmode back (#14222 )
233232 * Remove User.GetOrganizations() (#14032 )
233+ * Restore Accessibility for Dropdown (#16576 ) (#16617 )
234+ * Pass down SignedUserName down to AccessLogger context (#16605 ) (#16616 )
235+ * Fix table alignment in markdown (#16596 ) (#16602 )
236+ * Fix 500 on first wiki page (#16586 ) (#16598 )
237+ * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564 ) (#16570 )
238+ * Upgrade levelqueue to v0.4.0 (#16560 ) (#16561 )
239+ * Handle too long PR titles correctly (#16517 ) (#16549 )
240+ * Fix data race in bleve indexer (#16474 ) (#16509 )
241+ * Restore CORS on git smart http protocol (#16496 ) (#16506 )
242+ * Fix race in log (#16490 ) (#16505 )
243+ * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
244+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
245+ * Update notification table with only latest data (#16445 ) (#16469 )
246+ * Fix crash following ldap authentication update (#16447 ) (#16448 )
247+ * Fix direct creation of external users on admin page (partial #16612 ) (#16613 )
248+ * Prevent 500 on draft releases without tag (#16634 ) (#16636 )
249+ * Restore creation of git-daemon-export-ok files (#16508 ) (#16514 )
250+ * Fix data race in bleve indexer (#16474 ) (#16509 )
251+ * Restore CORS on git smart http protocol (#16496 ) (#16506 )
252+ * Fix race in log (#16490 ) (#16505 )
253+ * Fix prepareWikiFileName to respect existing unescaped files (#16487 ) (#16498 )
254+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479 ) (#16480 )
255+ * Update notification table with only latest data (#16445 ) (#16469 )
256+ * Fix crash following ldap authentication update (#16447 ) (#16448 )
257+ * Restore compatibility with SQLServer 2008 R2 in migrations (#16638 )
258+ * Fix direct creation of external users on admin page (#16613 )
259+ * Fix go-git implementation of GetNote when passed a non-existent commit (#16658 ) (#16659 )
260+ * Fix NPE in fuzzer (#16680 ) (#16682 )
261+ * Set issue_index when finishing migration (#16685 ) (#16687 )
262+ * Skip patch download when no patch file exists (#16356 ) (#16681 )
263+ * Ensure empty lines are copiable and final new line too (#16678 ) (#16692 )
264+ * Fix wrong user in OpenID response (#16736 ) (#16741 )
265+ * Do not use thin scrollbars on Firefox (#16738 ) (#16745 )
266+ * Recreate Tables should Recreate indexes on MySQL (#16718 ) (#16739 )
267+ * Keep attachments on tasklist update (#16750 ) (#16757 )
234268* TESTING
235269 * Bump ` postgres ` and ` mysql ` versions (#15710 )
236270 * Add tests for clone from wiki (#15513 )
@@ -241,7 +275,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
241275 * Fix mirror_lfs source string in en-US locale (#15369 )
242276* BUILD
243277 * Upgrade xorm to v1.1.1 (#16339 )
244- * Alpine 3.14 released (#16170 )
245278 * Disable legal comments in esbuild (#15929 )
246279 * Switch to Node 16 to build fronted (#15804 )
247280 * Use esbuild to minify CSS (#15756 )
@@ -260,6 +293,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
260293 * Remove utf8 option from installation page (#16126 )
261294 * Use Wants= over Requires= in systemd file (#15897 )
262295
296+ ## [ 1.14.7] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.7 ) - 2021-09-02
297+
298+ * BUGFIXES
299+ * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894 ) (#16896 )
300+ * Fix wiki raw commit diff/patch view (#16891 ) (#16893 )
301+ * Ensure wiki repos are all closed (#16886 ) (#16889 )
302+ * Upgrade xorm to v1.2.2 (#16663 ) & Add test to ensure that dumping of login sources remains correct (#16847 ) (#16849 )
303+ * Recreate Tables should Recreate indexes on MySQL (#16718 ) (#16740 )
304+
263305## [ 1.14.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.6 ) - 2021-08-04
264306
265307* SECURITY
0 commit comments