Skip to content

Commit cebc125

Browse files
6543techknowlogick
authored andcommitted
Changelog 1.10.3 (#9832)
1 parent c975287 commit cebc125

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
lines changed

.changelog.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
repo: go-gitea/gitea
22
groups:
3-
-
3+
-
44
name: BREAKING
55
labels:
66
- kind/breaking
7-
-
7+
-
88
name: FEATURE
99
labels:
1010
- kind/feature
11+
-
12+
name: SECURITY
13+
labels:
14+
- kind/security
1115
-
1216
name: BUGFIXES
1317
labels:
1418
- kind/bug
15-
-
19+
-
1620
name: ENHANCEMENT
1721
labels:
1822
- kind/enhancement
1923
- kind/refactor
2024
- kind/ui
2125
-
22-
name: SECURITY
23-
labels:
24-
- kind/security
25-
-
2626
name: TESTING
2727
labels:
2828
- kind/testing
29-
-
29+
-
3030
name: TRANSLATION
3131
labels:
3232
- kind/translation
33-
-
33+
-
3434
name: BUILD
3535
labels:
3636
- kind/build
3737
- kind/lint
38-
-
38+
-
3939
name: DOCS
4040
labels:
4141
- kind/docs
42-
-
42+
-
4343
name: MISC
44-
default: true
44+
default: true

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
8+
* SECURITY
9+
* Hide credentials when submitting migration (#9102) (#9704)
10+
* Never allow an empty password to validate (#9682) (#9684)
11+
* Prevent redirect to Host (#9678) (#9680)
12+
* Hide public repos owned by private orgs (#9609) (#9616)
13+
* BUGFIXES
14+
* Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838)
15+
* Fix download file wrong content-type (#9825) (#9835)
16+
* Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831)
17+
* Fix dump non-exist log directory (#9818) (#9820)
18+
* Fix compare (#9808) (#9815)
19+
* Fix missing msteam webhook on organization (#9781) (#9795)
20+
* Fix add team on collaborator page when same name as organization (#9783)
21+
* Fix cache problem on dashboard (#9358) (#9703)
22+
* Send tag create and push webhook when release created on UI (#8671) (#9702)
23+
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
24+
725
## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
826
* BUGFIXES
927
* Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
@@ -68,7 +86,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
6886
* Add option to initialize repository with labels (#6061)
6987
* Add additional password hash algorithms (#6023)
7088
* BUGFIXES
71-
* Allow to merge if file path contains " or \ (#8629) (#8771)
89+
* Allow to merge if file path contains " or \ (#8629) (#8771)
7290
* On windows set core.longpaths true (#8776) (#8786)
7391
* Fix 500 when edit hook (#8782) (#8789)
7492
* Fix Checkbox at RepoSettings Protected Branch (#8799) (#8801)
@@ -80,7 +98,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
8098
* Fix require external registration password (#8885) (#8890)
8199
* Fix password complexity check on registration (#8887) (#8888)
82100
* Update Github Migration Tests (#8896) (#8938) (#8945)
83-
* Enable punctuations ending mentions (#8889) (#8894)
101+
* Enable punctuations ending mentions (#8889) (#8894)
84102
* Add Close() method to gogitRepository (#8901) (#8956)
85103
* Hotfix for review actions and notifications (#8965)
86104
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)

0 commit comments

Comments
 (0)