@@ -4,6 +4,33 @@ 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.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
+
7
34
## [ 1.12.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.5 ) - 2020-10-01
8
35
9
36
* BUGFIXES
@@ -130,7 +157,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
130
157
* Add request review from specific reviewers feature in pull request (#10756 )
131
158
* Add NextCloud oauth (#10562 )
132
159
* 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 )
134
161
* Use media links for img in post-process (#10515 )
135
162
* Add API endpoints to manage OAuth2 Application (list/create/delete) (#10437 )
136
163
* 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).
587
614
* Blacklist manifest.json & milestones user (#10292 ) (#10293 )
588
615
589
616
## [ 1.11.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.0 ) - 2020-02-10
617
+
590
618
* BREAKING
591
619
* Fix followers and following tabs in profile (#10202 ) (#10203 )
592
620
* 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
1060
1088
* Ensure that 2fa is checked on reset-password (#9857 ) (#9877 )
1061
1089
1062
1090
## [ 1.10.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.3 ) - 2020-01-17
1091
+
1063
1092
* SECURITY
1064
1093
* Hide credentials when submitting migration (#9102 ) (#9704 )
1065
1094
* 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
1078
1107
* Branches not at ref commit ID should not be listed as Merged (#9614 ) (#9639 )
1079
1108
1080
1109
## [ 1.10.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.2 ) - 2020-01-02
1110
+
1081
1111
* BUGFIXES
1082
1112
* Allow only specific Columns to be updated on Issue via API (#9539 ) (#9580 )
1083
1113
* Add ErrReactionAlreadyExist error (#9550 ) (#9564 )
@@ -1098,6 +1128,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
1098
1128
* Fix File Edit: Author/Committer interchanged (#9297 ) (#9300 )
1099
1129
1100
1130
## [ 1.10.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.1 ) - 2019-12-05
1131
+
1101
1132
* BUGFIXES
1102
1133
* Fix max length check and limit in multiple repo forms (#9148 ) (#9204 )
1103
1134
* 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
1119
1150
* Shadow password correctly for session config (#8984 ) (#9002 )
1120
1151
1121
1152
## [ 1.10.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0 ) - 2019-11-13
1153
+
1122
1154
* BREAKING
1123
1155
* Fix deadline on update issue or PR via API (#8698 )
1124
1156
* 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
1416
1448
* Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141 )
1417
1449
1418
1450
## [ 1.9.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.6 ) - 2019-11-13
1451
+
1419
1452
* BUGFIXES
1420
1453
* Allow to merge if file path contains " or \ (#8629 ) (#8772 )
1421
1454
* 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
1424
1457
* Add Close() method to gogitRepository (#8901 ) (#8958 )
1425
1458
1426
1459
## [ 1.9.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.5 ) - 2019-10-30
1460
+
1427
1461
* BREAKING
1428
1462
* Hide some user information via API if user doesn't have enough permission (#8655 ) (#8658 )
1429
1463
* BUGFIXES
@@ -1448,6 +1482,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
1448
1482
* Update heatmap fixtures to restore tests (#8615 ) (#8617 )
1449
1483
1450
1484
## [ 1.9.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.4 ) - 2019-10-08
1485
+
1451
1486
* BUGFIXES
1452
1487
* Highlight issue references (#8101 ) (#8404 )
1453
1488
* 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
1474
1509
* Make show private icon when repo avatar set (#8144 ) (#8175 )
1475
1510
1476
1511
## [ 1.9.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.3 ) - 2019-09-06
1512
+
1477
1513
* BUGFIXES
1478
1514
* Fix go get from a private repository with Go 1.13 (#8100 )
1479
1515
* 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
1489
1525
* Keep blame view buttons sequence consistent with normal view when viewing a file (#8007 ) (#8009 )
1490
1526
1491
1527
## [ 1.9.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.2 ) - 2019-08-22
1528
+
1492
1529
* BUGFIXES
1493
1530
* Fix wrong sender when send slack webhook (#7918 ) (#7924 )
1494
1531
* Upload support text/plain; charset=utf8 (#7899 )
1495
1532
* Lfs/lock: round locked_at timestamp to second (#7872 ) (#7875 )
1496
1533
* Fix non existent milestone with 500 error (#7867 ) (#7873 )
1497
1534
* SECURITY
1498
1535
* 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 >
1500
1537
* ENHANCEMENTS
1501
1538
* Fix pull creation with empty changes (#7920 ) (#7926 )
1502
1539
* BUILD
1503
1540
* Drone/docker: prepare multi-arch release + provide arm64 image (#7571 ) (#7884 )
1504
1541
1505
1542
## [ 1.9.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.1 ) - 2019-08-14
1543
+
1506
1544
* BREAKING
1507
1545
* Add pagination for admin api get orgs and fix only list public orgs bug (#7742 ) (#7752 )
1508
1546
* SECURITY
1509
1547
* 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 >
1511
1549
* BUGFIXES
1512
1550
* Fix local runs of ssh-requiring integration tests (#7855 ) (#7857 )
1513
1551
* Fix hook problem (#7856 ) (#7754 )
@@ -1530,6 +1568,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
1530
1568
* Correct wrong datetime format for git (#7689 ) (#7690 )
1531
1569
1532
1570
## [ 1.9.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.0 ) - 2019-07-30
1571
+
1533
1572
* BREAKING
1534
1573
* Better logging (#6038 ) (#6095 )
1535
1574
* SECURITY
@@ -1886,6 +1925,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
1886
1925
* Added docker example for backup (#5846 )
1887
1926
1888
1927
## [ 1.8.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.3 ) - 2019-06-17
1928
+
1889
1929
* BUGFIXES
1890
1930
* Always set userID on LFS authentication (#7224 ) (Part of #6993 )
1891
1931
* 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
1896
1936
* Fix GCArgs load from ini (#7156 ) (#7157 )
1897
1937
1898
1938
## [ 1.8.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.2 ) - 2019-05-29
1939
+
1899
1940
* BUGFIXES
1900
1941
* Fix possbile mysql invalid connnection error (#7051 ) (#7071 )
1901
1942
* 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
1911
1952
* Fix wrong init dependency on markup extensions (#7038 ) (#7074 )
1912
1953
1913
1954
## [ 1.8.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.1 ) - 2019-05-08
1955
+
1914
1956
* BUGFIXES
1915
1957
* Fix 404 when sending pull requests in some situations (#6871 ) (#6873 )
1916
1958
* 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
1937
1979
* Fix config ui error about cache ttl (#6861 ) (#6865 )
1938
1980
1939
1981
## [ 1.8.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.0 ) - 2019-04-20
1982
+
1940
1983
* SECURITY
1941
1984
* Prevent remote code execution vulnerability with mirror repo URL settings (#6593 ) (#6594 )
1942
1985
* 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
2171
2214
* Migrate database if app.ini found (#5290 )
2172
2215
2173
2216
## [ 1.7.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.6 ) - 2019-04-12
2217
+
2174
2218
* SECURITY
2175
2219
* Prevent remote code execution vulnerability with mirror repo URL settings (#6593 ) (#6595 )
2176
2220
* BUGFIXES
2177
2221
* Allow resend of confirmation email when logged in (#6482 ) (#6487 )
2178
2222
2179
2223
## [ 1.7.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.5 ) - 2019-03-27
2224
+
2180
2225
* BUGFIXES
2181
2226
* Fix unitTypeCode not being used in accessLevelUnit (#6419 ) (#6423 )
2182
2227
* Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372 ) (#6383 )
2183
2228
* Fix ParsePatch function to work with quoted diff --git strings (#6323 ) (#6332 )
2184
2229
2185
2230
## [ 1.7.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.4 ) - 2019-03-12
2231
+
2186
2232
* SECURITY
2187
2233
* Fix potential XSS vulnerability in repository description. (#6306 ) (#6308 )
2188
2234
* BUGFIXES
@@ -2192,6 +2238,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
2192
2238
* Fix displaying dashboard even if required to change password (#6214 ) (#6215 )
2193
2239
2194
2240
## [ 1.7.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.3 ) - 2019-02-27
2241
+
2195
2242
* BUGFIXES
2196
2243
* Fix server 500 when trying to migrate to an already existing repository (#6188 ) (#6197 )
2197
2244
* 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
2206
2253
* Recover panic in orgmode.Render if bad orgfile (#4982 ) (#5903 ) (#6097 )
2207
2254
2208
2255
## [ 1.7.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.2 ) - 2019-02-14
2256
+
2209
2257
* BUGFIXES
2210
2258
* Remove all CommitStatus when a repo is deleted (#5940 ) (#5941 )
2211
2259
* 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
2222
2270
* In basic auth check for tokens before call UserSignIn (#5725 ) (#6083 )
2223
2271
2224
2272
## [ 1.7.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.1 ) - 2019-01-31
2273
+
2225
2274
* SECURITY
2226
2275
* Disable redirect for i18n (#5910 ) (#5916 )
2227
2276
* 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
2243
2292
* Include Go toolchain to --version (#5832 ) (#5830 )
2244
2293
2245
2294
## [ 1.7.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.0 ) - 2019-01-22
2295
+
2246
2296
* SECURITY
2247
2297
* Do not display the raw OpenID error in the UI (#5705 ) (#5712 )
2248
2298
* 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
2399
2449
* Only chown directories during docker setup if necessary. Fix #4425 (#5064 )
2400
2450
2401
2451
## [ 1.6.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.4 ) - 2019-01-15
2452
+
2402
2453
* BUGFIX
2403
2454
* Fix SSH key now can be reused as public key after deleting as deploy key (#5671 ) (#5685 )
2404
2455
* When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5703 )
2405
2456
* Fix to use correct value for "MSpan Structures Obtained" (#5706 ) (#5715 )
2406
2457
2407
2458
## [ 1.6.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.3 ) - 2019-01-04
2459
+
2408
2460
* SECURITY
2409
2461
* Prevent DeleteFilePost doing arbitrary deletion (#5631 )
2410
2462
* BUGFIX
2411
2463
* Fix wrong text getting saved on editing second comment on an issue (#5608 )
2412
2464
2413
2465
## [ 1.6.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.2 ) - 2018-12-21
2466
+
2414
2467
* SECURITY
2415
2468
* Sanitize uploaded file names (#5571 ) (#5573 )
2416
2469
* 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
2425
2478
* Fix empty wiki (#5504 ) (#5508 )
2426
2479
2427
2480
## [ 1.6.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.1 ) - 2018-12-08
2481
+
2428
2482
* BUGFIXES
2429
2483
* Fix dependent issue searching when gitea is run in subpath (#5392 ) (#5400 )
2430
2484
* 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
2435
2489
* Fix topic name length on database (#5493 ) (#5495 )
2436
2490
2437
2491
## [ 1.6.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.0 ) - 2018-11-22
2492
+
2438
2493
* BREAKING
2439
2494
* Respect email privacy option in user search via API (#4512 )
2440
2495
* 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
2588
2643
* Fix translation (#4355 )
2589
2644
2590
2645
## [ 1.5.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.3 ) - 2018-10-31
2646
+
2591
2647
* SECURITY
2592
2648
* Fix remote command execution vulnerability in upstream library (#5177 ) (#5196 )
2593
2649
2594
2650
## [ 1.5.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.2 ) - 2018-10-09
2651
+
2595
2652
* SECURITY
2596
2653
* Enforce token on api routes (#4840 ) (#4905 )
2597
2654
* BUGFIXES
@@ -2608,6 +2665,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
2608
2665
* Fix trimming of markup section names (#4864 )
2609
2666
2610
2667
## [ 1.5.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.1 ) - 2018-09-03
2668
+
2611
2669
* SECURITY
2612
2670
* Don't disclose emails of all users when sending out emails (#4784 )
2613
2671
* 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
2622
2680
* Fix incorrect caption of webhook setting (#4701 ) (#4718 )
2623
2681
2624
2682
## [ 1.5.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.0 ) - 2018-08-10
2683
+
2625
2684
* SECURITY
2626
2685
* Check that repositories can only be migrated to own user or organizations (#4366 ) (#4370 )
2627
2686
* 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
2685
2744
* Sign release binaries (#4188 )
2686
2745
2687
2746
## [ 1.4.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.3 ) - 2018-06-26
2747
+
2688
2748
* SECURITY
2689
2749
* HTML-escape plain-text READMEs (#4192 ) (#4214 )
2690
2750
* 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
2697
2757
* Fix webhook type conflation (#4285 ) (#4285 )
2698
2758
2699
2759
## [ 1.4.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.2 ) - 2018-06-04
2760
+
2700
2761
* BUGFIXES
2701
2762
* Adjust z-index for floating labels (#3939 ) (#3950 )
2702
2763
* 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
2712
2773
* Respository's home page not updated after first push (#4075 )
2713
2774
2714
2775
## [ 1.4.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.1 ) - 2018-05-03
2776
+
2715
2777
* BREAKING
2716
2778
* Add "error" as reserved username (#3882 ) (#3886 )
2717
2779
* SECURITY
@@ -2729,6 +2791,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
2729
2791
* Show clipboard button if disable HTTP of git protocol (#3773 ) (#3774 )
2730
2792
2731
2793
## [ 1.4.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.0 ) - 2018-03-25
2794
+
2732
2795
* BREAKING
2733
2796
* Drop deprecated GOGS\_ WORK\_ DIR use (#2946 )
2734
2797
* 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
2848
2911
* Add owner to delete repo message (#2886 )
2849
2912
2850
2913
## [ 1.3.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.3.1 ) - 2017-12-08
2914
+
2851
2915
* BUGFIXES
2852
2916
* Sanitize logs for mirror sync (#3057 , #3082 ) (#3078 )
2853
2917
* 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
2858
2922
* Fix missing password length check when change password (#3039 ) (#3071 )
2859
2923
2860
2924
## [ 1.3.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.3.0 ) - 2017-11-29
2925
+
2861
2926
* BREAKING
2862
2927
* Make URL scheme unambiguous (#2408 )
2863
2928
* FEATURES
@@ -3085,11 +3150,13 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
3085
3150
* Added vendor dir for js/css libs; Documented sources (#1484 ) (#2241 )
3086
3151
3087
3152
## [ 1.2.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.3 ) - 2017-11-03
3153
+
3088
3154
* BUGFIXES
3089
3155
* Only require one email when validating GPG key (#2266 , #2467 , #2663 ) (#2788 )
3090
3156
* Fix order of comments (#2835 ) (#2839 )
3091
3157
3092
3158
## [ 1.2.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.2 ) - 2017-10-26
3159
+
3093
3160
* BUGFIXES
3094
3161
* Add checks for commits with missing author and time (#2771 ) (#2785 )
3095
3162
* 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
3098
3165
* Fix emojify image URL (#2769 ) (#2773 )
3099
3166
3100
3167
## [ 1.2.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.1 ) - 2017-10-16
3168
+
3101
3169
* BUGFIXES
3102
3170
* Fix PR, milestone and label functionality if issue unit is disabled (#2710 ) (#2714 )
3103
3171
* 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
3106
3174
* Fix slice out of bounds error in mailer (#2479 ) (#2696 )
3107
3175
3108
3176
## [ 1.2.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.2.0 ) - 2017-10-10
3177
+
3109
3178
* SECURITY
3110
3179
* Sanitation fix from Gogs (#1461 )
3111
3180
* BREAKING
0 commit comments