@@ -4,11 +4,43 @@ 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.10.0-RC2 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc2 ) - 2019-10-30
7
+ ## [ 1.10.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0 ) - 2019-11-13
8
8
* BREAKING
9
9
* Fix deadline on update issue or PR via API (#8698 )
10
10
* Hide some user information via API if user doesn't have enough permission (#8655 ) (#8657 )
11
+ * Remove legacy handling of drone token (#8191 )
12
+ * Change repo search to use exact match for topic search. (#7941 )
13
+ * Add pagination for admin api get orgs and fix only list public orgs bug (#7742 )
14
+ * Implement the ability to change the ssh port to match what is in the gitea config (#7286 )
15
+ * SECURITY
16
+ * Ignore mentions for users with no access (#8395 )
17
+ * Be more strict with git arguments (#7715 )
18
+ * reserve .well-known username (#7637 )
19
+ * FEATURE
20
+ * Org/Members: display 2FA members states + optimize sql requests (#7621 )
21
+ * SetDefaultBranch on pushing to empty repository (#7610 )
22
+ * Adds side-by-side diff for images (#6784 )
23
+ * API method to list all commits of a repository (#6408 )
24
+ * Password Complexity Checks (#6230 )
25
+ * Add option to initialize repository with labels (#6061 )
26
+ * Add additional password hash algorithms (#6023 )
11
27
* BUGFIXES
28
+ * Allow to merge if file path contains " or \ (#8629 ) (#8771 )
29
+ * On windows set core.longpaths true (#8776 ) (#8786 )
30
+ * Fix 500 when edit hook (#8782 ) (#8789 )
31
+ * Fix Checkbox at RepoSettings Protected Branch (#8799 ) (#8801 )
32
+ * Fix SSH2 conditional in key parsing code (#8806 ) (#8810 )
33
+ * Fix commit expand button to not go to commit link (#8745 ) (#8825 )
34
+ * Fix new user form for non-local users (#8826 ) (#8828 )
35
+ * Fix to close opened io resources as soon as not needed (#8839 ) (#8846 )
36
+ * Fix edit content button on migrated issue content (#8877 ) (#8884 )
37
+ * Fix require external registration password (#8885 ) (#8890 )
38
+ * Fix password complexity check on registration (#8887 ) (#8888 )
39
+ * Update Github Migration Tests (#8896 ) (#8938 ) (#8945 )
40
+ * Fix issue with user.fullname (#8903 )
41
+ * Enable punctuations ending mentions (#8889 ) (#8894 )
42
+ * Add Close() method to gogitRepository (#8901 ) (#8956 )
43
+ * Hotfix for review actions and notifications (#8965 )
12
44
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528 ) (#8618 )
13
45
* Fix milestone close timestamp (#8728 ) (#8730 )
14
46
* Fix 500 when getting user as unauthenticated user (#8653 ) (#8663 )
@@ -29,22 +61,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
29
61
* Fix password complexity regex for special characters (#8524 )
30
62
* Prevent .code-view from overriding font on icon fonts (#8614 ) (#8627 )
31
63
* Allow more than 255 characters for tokens in external_login_user table (#8554 )
32
-
33
- ## [ 1.10.0-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc1 ) - 2019-10-14
34
- * BREAKING
35
- * Remove legacy handling of drone token (#8191 )
36
- * Change repo search to use exact match for topic search. (#7941 )
37
- * Add pagination for admin api get orgs and fix only list public orgs bug (#7742 )
38
- * Implement the ability to change the ssh port to match what is in the gitea config (#7286 )
39
- * FEATURE
40
- * Org/Members: display 2FA members states + optimize sql requests (#7621 )
41
- * SetDefaultBranch on pushing to empty repository (#7610 )
42
- * Adds side-by-side diff for images (#6784 )
43
- * API method to list all commits of a repository (#6408 )
44
- * Password Complexity Checks (#6230 )
45
- * Add option to initialize repository with labels (#6061 )
46
- * Add additional password hash algorithms (#6023 )
47
- * BUGFIXES
48
64
* Fix errors in create org UI regarding team access permission (#8506 )
49
65
* Fix bug on FindExternalUsersByProvider (#8504 )
50
66
* Create .ssh dir as necessary (#8486 )
@@ -244,10 +260,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
244
260
* Support setting cookie domain (#6288 )
245
261
* Move migrating repository from frontend to backend (#6200 )
246
262
* Delete releases attachments if release is deleted (#6068 )
247
- * SECURITY
248
- * Ignore mentions for users with no access (#8395 )
249
- * Be more strict with git arguments (#7715 )
250
- * reserve .well-known username (#7637 )
251
263
* TRANSLATION
252
264
* Latvian translation for home page (#8468 )
253
265
* Add home template italian translation (#8352 )
0 commit comments