@@ -4,6 +4,33 @@ 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.12.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.6 ) - 2020-11-11
8+
9+ * SECURITY
10+ * Prevent git operations for inactive users (#13527 ) (#13537 )
11+ * Disallow urlencoded new lines in git protocol paths if there is a port (#13521 ) (#13525 )
12+ * BUGFIXES
13+ * API should only return Json (#13511 ) (#13564 )
14+ * Fix before and since query arguments at API (#13559 ) (#13560 )
15+ * Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470 ) (#13492 )
16+ * Fix link detection in repository description with tailing '_ ' (#13407 ) (#13408 )
17+ * Remove obsolete change of email on profile page (#13341 ) (#13348 )
18+ * Fix permission check on get Reactions API endpoints (#13344 ) (#13346 )
19+ * Add migrated pulls to pull request task queue (#13331 ) (#13335 )
20+ * API deny wrong pull creation options (#13308 ) (#13327 )
21+ * Fix initial commit page & binary munching problem (#13249 ) (#13259 )
22+ * Fix diff parsing (#13157 ) (#13136 ) (#13139 )
23+ * Return error 404 not 500 from API if team does not exist (#13118 ) (#13119 )
24+ * Prohibit automatic downgrades (#13108 ) (#13111 )
25+ * Fix GitLab Migration Option AuthToken (#13101 )
26+ * GitLab Label Color Normalizer (#12793 ) (#13100 )
27+ * Log the underlying panic in runMigrateTask (#13096 ) (#13098 )
28+ * Fix attachments list in edit comment (#13036 ) (#13097 )
29+ * Fix deadlock when deleting team user (#13093 )
30+ * Fix error create comment on outdated file (#13041 ) (#13042 )
31+ * Fix repository create/delete event webhooks (#13008 ) (#13027 )
32+ * Fix internal server error on README in submodule (#13006 ) (#13016 )
33+
734## [ 1.12.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.5 ) - 2020-10-01
835
936* BUGFIXES
@@ -130,7 +157,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
130157 * Add request review from specific reviewers feature in pull request (#10756 )
131158 * Add NextCloud oauth (#10562 )
132159 * System-wide webhooks (#10546 )
133- * Relax sanitization as per https://github.com/jch/html-pipeline (#10527 )
160+ * Relax sanitization as per < https://github.com/jch/html-pipeline > (#10527 )
134161 * Use media links for img in post-process (#10515 )
135162 * Add API endpoints to manage OAuth2 Application (list/create/delete) (#10437 )
136163 * Render READMEs in docs/ .gitea or .github from root (#10361 )
@@ -587,6 +614,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
587614 * Blacklist manifest.json & milestones user (#10292 ) (#10293 )
588615
589616## [ 1.11.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.0 ) - 2020-02-10
617+
590618* BREAKING
591619 * Fix followers and following tabs in profile (#10202 ) (#10203 )
592620 * Make CertFile and KeyFile relative to CustomPath (#9868 ) (#9874 )
@@ -1060,6 +1088,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
10601088 * Ensure that 2fa is checked on reset-password (#9857 ) (#9877 )
10611089
10621090## [ 1.10.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.3 ) - 2020-01-17
1091+
10631092* SECURITY
10641093 * Hide credentials when submitting migration (#9102 ) (#9704 )
10651094 * Never allow an empty password to validate (#9682 ) (#9684 )
@@ -1078,6 +1107,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
10781107 * Branches not at ref commit ID should not be listed as Merged (#9614 ) (#9639 )
10791108
10801109## [ 1.10.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.2 ) - 2020-01-02
1110+
10811111* BUGFIXES
10821112 * Allow only specific Columns to be updated on Issue via API (#9539 ) (#9580 )
10831113 * Add ErrReactionAlreadyExist error (#9550 ) (#9564 )
@@ -1098,6 +1128,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
10981128 * Fix File Edit: Author/Committer interchanged (#9297 ) (#9300 )
10991129
11001130## [ 1.10.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.1 ) - 2019-12-05
1131+
11011132* BUGFIXES
11021133 * Fix max length check and limit in multiple repo forms (#9148 ) (#9204 )
11031134 * Properly fix displaying virtual session provider in admin panel (#9137 ) (#9203 )
@@ -1119,6 +1150,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
11191150 * Shadow password correctly for session config (#8984 ) (#9002 )
11201151
11211152## [ 1.10.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0 ) - 2019-11-13
1153+
11221154* BREAKING
11231155 * Fix deadline on update issue or PR via API (#8698 )
11241156 * Hide some user information via API if user doesn't have enough permission (#8655 ) (#8657 )
@@ -1416,6 +1448,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14161448 * Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141 )
14171449
14181450## [ 1.9.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.6 ) - 2019-11-13
1451+
14191452* BUGFIXES
14201453 * Allow to merge if file path contains " or \ (#8629 ) (#8772 )
14211454 * Fix 500 when edit hook (#8782 ) (#8790 )
@@ -1424,6 +1457,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14241457 * Add Close() method to gogitRepository (#8901 ) (#8958 )
14251458
14261459## [ 1.9.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.5 ) - 2019-10-30
1460+
14271461* BREAKING
14281462 * Hide some user information via API if user doesn't have enough permission (#8655 ) (#8658 )
14291463* BUGFIXES
@@ -1448,6 +1482,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14481482 * Update heatmap fixtures to restore tests (#8615 ) (#8617 )
14491483
14501484## [ 1.9.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.4 ) - 2019-10-08
1485+
14511486* BUGFIXES
14521487 * Highlight issue references (#8101 ) (#8404 )
14531488 * Fix bug when migrating a private repository #7917 (#8403 )
@@ -1474,6 +1509,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14741509 * Make show private icon when repo avatar set (#8144 ) (#8175 )
14751510
14761511## [ 1.9.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.3 ) - 2019-09-06
1512+
14771513* BUGFIXES
14781514 * Fix go get from a private repository with Go 1.13 (#8100 )
14791515 * Strict name matching for Repository.GetTagID() (#8082 )
@@ -1489,25 +1525,27 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14891525 * Keep blame view buttons sequence consistent with normal view when viewing a file (#8007 ) (#8009 )
14901526
14911527## [ 1.9.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.2 ) - 2019-08-22
1528+
14921529* BUGFIXES
14931530 * Fix wrong sender when send slack webhook (#7918 ) (#7924 )
14941531 * Upload support text/plain; charset=utf8 (#7899 )
14951532 * Lfs/lock: round locked_at timestamp to second (#7872 ) (#7875 )
14961533 * Fix non existent milestone with 500 error (#7867 ) (#7873 )
14971534* SECURITY
14981535 * Fix No PGP signature on 1.9.1 tag (#7874 )
1499- * Release built with go 1.12.9 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ
1536+ * Release built with go 1.12.9 to fix security fixes in golang std lib, ref: < https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ >
15001537* ENHANCEMENTS
15011538 * Fix pull creation with empty changes (#7920 ) (#7926 )
15021539* BUILD
15031540 * Drone/docker: prepare multi-arch release + provide arm64 image (#7571 ) (#7884 )
15041541
15051542## [ 1.9.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.1 ) - 2019-08-14
1543+
15061544* BREAKING
15071545 * Add pagination for admin api get orgs and fix only list public orgs bug (#7742 ) (#7752 )
15081546* SECURITY
15091547 * Be more strict with git arguments (#7715 ) (#7762 )
1510- * Release built with go 1.12.8 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!topic/golang-nuts/fCQWxqxP8aA
1548+ * Release built with go 1.12.8 to fix security fixes in golang std lib, ref: < https://groups.google.com/forum/#!topic/golang-nuts/fCQWxqxP8aA >
15111549* BUGFIXES
15121550 * Fix local runs of ssh-requiring integration tests (#7855 ) (#7857 )
15131551 * Fix hook problem (#7856 ) (#7754 )
@@ -1530,6 +1568,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
15301568 * Correct wrong datetime format for git (#7689 ) (#7690 )
15311569
15321570## [ 1.9.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.0 ) - 2019-07-30
1571+
15331572* BREAKING
15341573 * Better logging (#6038 ) (#6095 )
15351574* SECURITY
@@ -1886,6 +1925,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
18861925 * Added docker example for backup (#5846 )
18871926
18881927## [ 1.8.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.3 ) - 2019-06-17
1928+
18891929* BUGFIXES
18901930 * Always set userID on LFS authentication (#7224 ) (Part of #6993 )
18911931 * Fix LFS Locks over SSH (#6999 ) (#7223 )
@@ -1896,6 +1936,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
18961936 * Fix GCArgs load from ini (#7156 ) (#7157 )
18971937
18981938## [ 1.8.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.2 ) - 2019-05-29
1939+
18991940* BUGFIXES
19001941 * Fix possbile mysql invalid connnection error (#7051 ) (#7071 )
19011942 * Handle invalid administrator username on install page (#7060 ) (#7063 )
@@ -1911,6 +1952,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
19111952 * Fix wrong init dependency on markup extensions (#7038 ) (#7074 )
19121953
19131954## [ 1.8.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.1 ) - 2019-05-08
1955+
19141956* BUGFIXES
19151957 * Fix 404 when sending pull requests in some situations (#6871 ) (#6873 )
19161958 * Enforce osusergo build tag for releases (#6862 ) (#6869 )
@@ -1937,6 +1979,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
19371979 * Fix config ui error about cache ttl (#6861 ) (#6865 )
19381980
19391981## [ 1.8.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.0 ) - 2019-04-20
1982+
19401983* SECURITY
19411984 * Prevent remote code execution vulnerability with mirror repo URL settings (#6593 ) (#6594 )
19421985 * Resolve 2FA bypass on API (#6676 ) (#6674 )
@@ -2171,18 +2214,21 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
21712214 * Migrate database if app.ini found (#5290 )
21722215
21732216## [ 1.7.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.6 ) - 2019-04-12
2217+
21742218* SECURITY
21752219 * Prevent remote code execution vulnerability with mirror repo URL settings (#6593 ) (#6595 )
21762220* BUGFIXES
21772221 * Allow resend of confirmation email when logged in (#6482 ) (#6487 )
21782222
21792223## [ 1.7.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.5 ) - 2019-03-27
2224+
21802225* BUGFIXES
21812226 * Fix unitTypeCode not being used in accessLevelUnit (#6419 ) (#6423 )
21822227 * Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372 ) (#6383 )
21832228 * Fix ParsePatch function to work with quoted diff --git strings (#6323 ) (#6332 )
21842229
21852230## [ 1.7.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.4 ) - 2019-03-12
2231+
21862232* SECURITY
21872233 * Fix potential XSS vulnerability in repository description. (#6306 ) (#6308 )
21882234* BUGFIXES
@@ -2192,6 +2238,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
21922238 * Fix displaying dashboard even if required to change password (#6214 ) (#6215 )
21932239
21942240## [ 1.7.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.3 ) - 2019-02-27
2241+
21952242* BUGFIXES
21962243 * Fix server 500 when trying to migrate to an already existing repository (#6188 ) (#6197 )
21972244 * Load Issue attributes for API /repos/{owner}/{repo}/issues/{index} (#6122 ) (#6185 )
@@ -2206,6 +2253,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22062253 * Recover panic in orgmode.Render if bad orgfile (#4982 ) (#5903 ) (#6097 )
22072254
22082255## [ 1.7.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.2 ) - 2019-02-14
2256+
22092257* BUGFIXES
22102258 * Remove all CommitStatus when a repo is deleted (#5940 ) (#5941 )
22112259 * Fix notifications on pushing with deploy keys by setting hook environment variables (#5935 ) (#5944 )
@@ -2222,6 +2270,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22222270 * In basic auth check for tokens before call UserSignIn (#5725 ) (#6083 )
22232271
22242272## [ 1.7.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.1 ) - 2019-01-31
2273+
22252274* SECURITY
22262275 * Disable redirect for i18n (#5910 ) (#5916 )
22272276 * Only allow local login if password is non-empty (#5906 ) (#5908 )
@@ -2243,6 +2292,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22432292 * Include Go toolchain to --version (#5832 ) (#5830 )
22442293
22452294## [ 1.7.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.0 ) - 2019-01-22
2295+
22462296* SECURITY
22472297 * Do not display the raw OpenID error in the UI (#5705 ) (#5712 )
22482298 * When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5679 )
@@ -2399,18 +2449,21 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
23992449 * Only chown directories during docker setup if necessary. Fix #4425 (#5064 )
24002450
24012451## [ 1.6.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.4 ) - 2019-01-15
2452+
24022453* BUGFIX
24032454 * Fix SSH key now can be reused as public key after deleting as deploy key (#5671 ) (#5685 )
24042455 * When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5703 )
24052456 * Fix to use correct value for "MSpan Structures Obtained" (#5706 ) (#5715 )
24062457
24072458## [ 1.6.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.3 ) - 2019-01-04
2459+
24082460* SECURITY
24092461 * Prevent DeleteFilePost doing arbitrary deletion (#5631 )
24102462* BUGFIX
24112463 * Fix wrong text getting saved on editing second comment on an issue (#5608 )
24122464
24132465## [ 1.6.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.2 ) - 2018-12-21
2466+
24142467* SECURITY
24152468 * Sanitize uploaded file names (#5571 ) (#5573 )
24162469 * HTMLEncode user added text (#5570 ) (#5575 )
@@ -2425,6 +2478,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
24252478 * Fix empty wiki (#5504 ) (#5508 )
24262479
24272480## [ 1.6.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.1 ) - 2018-12-08
2481+
24282482* BUGFIXES
24292483 * Fix dependent issue searching when gitea is run in subpath (#5392 ) (#5400 )
24302484 * API: '/orgs/: org /repos': return private repos with read access (#5393 )
@@ -2435,6 +2489,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
24352489 * Fix topic name length on database (#5493 ) (#5495 )
24362490
24372491## [ 1.6.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.0 ) - 2018-11-22
2492+
24382493* BREAKING
24392494 * Respect email privacy option in user search via API (#4512 )
24402495 * Simply remove tidb and deps (#3993 )
@@ -2588,10 +2643,12 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
25882643 * Fix translation (#4355 )
25892644
25902645## [ 1.5.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.3 ) - 2018-10-31
2646+
25912647* SECURITY
25922648 * Fix remote command execution vulnerability in upstream library (#5177 ) (#5196 )
25932649
25942650## [ 1.5.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.2 ) - 2018-10-09
2651+
25952652* SECURITY
25962653 * Enforce token on api routes (#4840 ) (#4905 )
25972654* BUGFIXES
@@ -2608,6 +2665,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26082665 * Fix trimming of markup section names (#4864 )
26092666
26102667## [ 1.5.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.1 ) - 2018-09-03
2668+
26112669* SECURITY
26122670 * Don't disclose emails of all users when sending out emails (#4784 )
26132671 * Improve URL validation for external wiki and external issues (#4710 ) (#4740 )
@@ -2622,6 +2680,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26222680 * Fix incorrect caption of webhook setting (#4701 ) (#4718 )
26232681
26242682## [ 1.5.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.0 ) - 2018-08-10
2683+
26252684* SECURITY
26262685 * Check that repositories can only be migrated to own user or organizations (#4366 ) (#4370 )
26272686 * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353 )
@@ -2685,6 +2744,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26852744 * Sign release binaries (#4188 )
26862745
26872746## [ 1.4.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.3 ) - 2018-06-26
2747+
26882748* SECURITY
26892749 * HTML-escape plain-text READMEs (#4192 ) (#4214 )
26902750 * Fix open redirect vulnerability on login screen (#4312 ) (#4312 )
@@ -2697,6 +2757,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26972757 * Fix webhook type conflation (#4285 ) (#4285 )
26982758
26992759## [ 1.4.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.2 ) - 2018-06-04
2760+
27002761* BUGFIXES
27012762 * Adjust z-index for floating labels (#3939 ) (#3950 )
27022763 * Add missing token validation on application settings page (#3976 ) #3978
@@ -2712,6 +2773,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27122773 * Respository's home page not updated after first push (#4075 )
27132774
27142775## [ 1.4.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.1 ) - 2018-05-03
2776+
27152777* BREAKING
27162778 * Add "error" as reserved username (#3882 ) (#3886 )
27172779* SECURITY
@@ -2729,6 +2791,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27292791 * Show clipboard button if disable HTTP of git protocol (#3773 ) (#3774 )
27302792
27312793## [ 1.4.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.0 ) - 2018-03-25
2794+
27322795* BREAKING
27332796 * Drop deprecated GOGS\_ WORK\_ DIR use (#2946 )
27342797 * Fix API status code for hook creation (#2814 )
@@ -2848,6 +2911,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
28482911 * Add owner to delete repo message (#2886 )
28492912
28502913## [ 1.3.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.3.1 ) - 2017-12-08
2914+
28512915* BUGFIXES
28522916 * Sanitize logs for mirror sync (#3057 , #3082 ) (#3078 )
28532917 * Fix missing branch in release bug (#3108 ) (#3117 )
@@ -2858,6 +2922,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
28582922 * Fix missing password length check when change password (#3039 ) (#3071 )
28592923
28602924## [ 1.3.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.3.0 ) - 2017-11-29
2925+
28612926* BREAKING
28622927 * Make URL scheme unambiguous (#2408 )
28632928* FEATURES
@@ -3085,11 +3150,13 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
30853150 * Added vendor dir for js/css libs; Documented sources (#1484 ) (#2241 )
30863151
30873152## [ 1.2.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.3 ) - 2017-11-03
3153+
30883154* BUGFIXES
30893155 * Only require one email when validating GPG key (#2266 , #2467 , #2663 ) (#2788 )
30903156 * Fix order of comments (#2835 ) (#2839 )
30913157
30923158## [ 1.2.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.2 ) - 2017-10-26
3159+
30933160* BUGFIXES
30943161 * Add checks for commits with missing author and time (#2771 ) (#2785 )
30953162 * Fix sending mail with a non-latin display name (#2559 ) (#2783 )
@@ -3098,6 +3165,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
30983165 * Fix emojify image URL (#2769 ) (#2773 )
30993166
31003167## [ 1.2.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.1 ) - 2017-10-16
3168+
31013169* BUGFIXES
31023170 * Fix PR, milestone and label functionality if issue unit is disabled (#2710 ) (#2714 )
31033171 * Fix plain readme didn't render correctly on repo home page (#2705 ) (#2712 )
@@ -3106,6 +3174,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
31063174 * Fix slice out of bounds error in mailer (#2479 ) (#2696 )
31073175
31083176## [ 1.2.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.0 ) - 2017-10-10
3177+
31093178* SECURITY
31103179 * Sanitation fix from Gogs (#1461 )
31113180* BREAKING
0 commit comments