Skip to content

Commit e923fd5

Browse files
committed
Update changelog
1 parent 9eb8191 commit e923fd5

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

CHANGELOG.md

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
77
## [1.12.6](https://github.com/go-gitea/gitea/releases/tag/v1.12.6) - 2020-10-15
88

99
* BUGFIXES
10-
* Fix diff parsing (#13136) (#13139)
10+
* Fix diff parsing (#13157) (#13136) (#13139)
1111
* Return error 404 not 500 from API if team does not exist (#13118) (#13119)
1212
* Prohibit automatic downgrades (#13108) (#13111)
1313
* Fix GitLab Migration Option AuthToken (#13101)
@@ -145,7 +145,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
145145
* Add request review from specific reviewers feature in pull request (#10756)
146146
* Add NextCloud oauth (#10562)
147147
* System-wide webhooks (#10546)
148-
* Relax sanitization as per https://github.com/jch/html-pipeline (#10527)
148+
* Relax sanitization as per <https://github.com/jch/html-pipeline> (#10527)
149149
* Use media links for img in post-process (#10515)
150150
* Add API endpoints to manage OAuth2 Application (list/create/delete) (#10437)
151151
* Render READMEs in docs/ .gitea or .github from root (#10361)
@@ -602,6 +602,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
602602
* Blacklist manifest.json & milestones user (#10292) (#10293)
603603

604604
## [1.11.0](https://github.com/go-gitea/gitea/releases/tag/v1.11.0) - 2020-02-10
605+
605606
* BREAKING
606607
* Fix followers and following tabs in profile (#10202) (#10203)
607608
* Make CertFile and KeyFile relative to CustomPath (#9868) (#9874)
@@ -1075,6 +1076,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
10751076
* Ensure that 2fa is checked on reset-password (#9857) (#9877)
10761077

10771078
## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
1079+
10781080
* SECURITY
10791081
* Hide credentials when submitting migration (#9102) (#9704)
10801082
* Never allow an empty password to validate (#9682) (#9684)
@@ -1093,6 +1095,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
10931095
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
10941096

10951097
## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
1098+
10961099
* BUGFIXES
10971100
* Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
10981101
* Add ErrReactionAlreadyExist error (#9550) (#9564)
@@ -1113,6 +1116,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
11131116
* Fix File Edit: Author/Committer interchanged (#9297) (#9300)
11141117

11151118
## [1.10.1](https://github.com/go-gitea/gitea/releases/tag/v1.10.1) - 2019-12-05
1119+
11161120
* BUGFIXES
11171121
* Fix max length check and limit in multiple repo forms (#9148) (#9204)
11181122
* Properly fix displaying virtual session provider in admin panel (#9137) (#9203)
@@ -1134,6 +1138,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
11341138
* Shadow password correctly for session config (#8984) (#9002)
11351139

11361140
## [1.10.0](https://github.com/go-gitea/gitea/releases/tag/v1.10.0) - 2019-11-13
1141+
11371142
* BREAKING
11381143
* Fix deadline on update issue or PR via API (#8698)
11391144
* Hide some user information via API if user doesn't have enough permission (#8655) (#8657)
@@ -1431,6 +1436,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14311436
* Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141)
14321437

14331438
## [1.9.6](https://github.com/go-gitea/gitea/releases/tag/v1.9.6) - 2019-11-13
1439+
14341440
* BUGFIXES
14351441
* Allow to merge if file path contains " or \ (#8629) (#8772)
14361442
* Fix 500 when edit hook (#8782) (#8790)
@@ -1439,6 +1445,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14391445
* Add Close() method to gogitRepository (#8901) (#8958)
14401446

14411447
## [1.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30
1448+
14421449
* BREAKING
14431450
* Hide some user information via API if user doesn't have enough permission (#8655) (#8658)
14441451
* BUGFIXES
@@ -1463,6 +1470,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14631470
* Update heatmap fixtures to restore tests (#8615) (#8617)
14641471

14651472
## [1.9.4](https://github.com/go-gitea/gitea/releases/tag/v1.9.4) - 2019-10-08
1473+
14661474
* BUGFIXES
14671475
* Highlight issue references (#8101) (#8404)
14681476
* Fix bug when migrating a private repository #7917 (#8403)
@@ -1489,6 +1497,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
14891497
* Make show private icon when repo avatar set (#8144) (#8175)
14901498

14911499
## [1.9.3](https://github.com/go-gitea/gitea/releases/tag/v1.9.3) - 2019-09-06
1500+
14921501
* BUGFIXES
14931502
* Fix go get from a private repository with Go 1.13 (#8100)
14941503
* Strict name matching for Repository.GetTagID() (#8082)
@@ -1504,25 +1513,27 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
15041513
* Keep blame view buttons sequence consistent with normal view when viewing a file (#8007) (#8009)
15051514

15061515
## [1.9.2](https://github.com/go-gitea/gitea/releases/tag/v1.9.2) - 2019-08-22
1516+
15071517
* BUGFIXES
15081518
* Fix wrong sender when send slack webhook (#7918) (#7924)
15091519
* Upload support text/plain; charset=utf8 (#7899)
15101520
* Lfs/lock: round locked_at timestamp to second (#7872) (#7875)
15111521
* Fix non existent milestone with 500 error (#7867) (#7873)
15121522
* SECURITY
15131523
* Fix No PGP signature on 1.9.1 tag (#7874)
1514-
* 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
1524+
* 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>
15151525
* ENHANCEMENTS
15161526
* Fix pull creation with empty changes (#7920) (#7926)
15171527
* BUILD
15181528
* Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)
15191529

15201530
## [1.9.1](https://github.com/go-gitea/gitea/releases/tag/v1.9.1) - 2019-08-14
1531+
15211532
* BREAKING
15221533
* Add pagination for admin api get orgs and fix only list public orgs bug (#7742) (#7752)
15231534
* SECURITY
15241535
* Be more strict with git arguments (#7715) (#7762)
1525-
* 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
1536+
* 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>
15261537
* BUGFIXES
15271538
* Fix local runs of ssh-requiring integration tests (#7855) (#7857)
15281539
* Fix hook problem (#7856) (#7754)
@@ -1545,6 +1556,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
15451556
* Correct wrong datetime format for git (#7689) (#7690)
15461557

15471558
## [1.9.0](https://github.com/go-gitea/gitea/releases/tag/v1.9.0) - 2019-07-30
1559+
15481560
* BREAKING
15491561
* Better logging (#6038) (#6095)
15501562
* SECURITY
@@ -1901,6 +1913,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
19011913
* Added docker example for backup (#5846)
19021914

19031915
## [1.8.3](https://github.com/go-gitea/gitea/releases/tag/v1.8.3) - 2019-06-17
1916+
19041917
* BUGFIXES
19051918
* Always set userID on LFS authentication (#7224) (Part of #6993)
19061919
* Fix LFS Locks over SSH (#6999) (#7223)
@@ -1911,6 +1924,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
19111924
* Fix GCArgs load from ini (#7156) (#7157)
19121925

19131926
## [1.8.2](https://github.com/go-gitea/gitea/releases/tag/v1.8.2) - 2019-05-29
1927+
19141928
* BUGFIXES
19151929
* Fix possbile mysql invalid connnection error (#7051) (#7071)
19161930
* Handle invalid administrator username on install page (#7060) (#7063)
@@ -1926,6 +1940,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
19261940
* Fix wrong init dependency on markup extensions (#7038) (#7074)
19271941

19281942
## [1.8.1](https://github.com/go-gitea/gitea/releases/tag/v1.8.1) - 2019-05-08
1943+
19291944
* BUGFIXES
19301945
* Fix 404 when sending pull requests in some situations (#6871) (#6873)
19311946
* Enforce osusergo build tag for releases (#6862) (#6869)
@@ -1952,6 +1967,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
19521967
* Fix config ui error about cache ttl (#6861) (#6865)
19531968

19541969
## [1.8.0](https://github.com/go-gitea/gitea/releases/tag/v1.8.0) - 2019-04-20
1970+
19551971
* SECURITY
19561972
* Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6594)
19571973
* Resolve 2FA bypass on API (#6676) (#6674)
@@ -2186,18 +2202,21 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
21862202
* Migrate database if app.ini found (#5290)
21872203

21882204
## [1.7.6](https://github.com/go-gitea/gitea/releases/tag/v1.7.6) - 2019-04-12
2205+
21892206
* SECURITY
21902207
* Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6595)
21912208
* BUGFIXES
21922209
* Allow resend of confirmation email when logged in (#6482) (#6487)
21932210

21942211
## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27
2212+
21952213
* BUGFIXES
21962214
* Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
21972215
* Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383)
21982216
* Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
21992217

22002218
## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12
2219+
22012220
* SECURITY
22022221
* Fix potential XSS vulnerability in repository description. (#6306) (#6308)
22032222
* BUGFIXES
@@ -2207,6 +2226,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22072226
* Fix displaying dashboard even if required to change password (#6214) (#6215)
22082227

22092228
## [1.7.3](https://github.com/go-gitea/gitea/releases/tag/v1.7.3) - 2019-02-27
2229+
22102230
* BUGFIXES
22112231
* Fix server 500 when trying to migrate to an already existing repository (#6188) (#6197)
22122232
* Load Issue attributes for API /repos/{owner}/{repo}/issues/{index} (#6122) (#6185)
@@ -2221,6 +2241,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22212241
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)
22222242

22232243
## [1.7.2](https://github.com/go-gitea/gitea/releases/tag/v1.7.2) - 2019-02-14
2244+
22242245
* BUGFIXES
22252246
* Remove all CommitStatus when a repo is deleted (#5940) (#5941)
22262247
* Fix notifications on pushing with deploy keys by setting hook environment variables (#5935) (#5944)
@@ -2237,6 +2258,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22372258
* In basic auth check for tokens before call UserSignIn (#5725) (#6083)
22382259

22392260
## [1.7.1](https://github.com/go-gitea/gitea/releases/tag/v1.7.1) - 2019-01-31
2261+
22402262
* SECURITY
22412263
* Disable redirect for i18n (#5910) (#5916)
22422264
* Only allow local login if password is non-empty (#5906) (#5908)
@@ -2258,6 +2280,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
22582280
* Include Go toolchain to --version (#5832) (#5830)
22592281

22602282
## [1.7.0](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-22
2283+
22612284
* SECURITY
22622285
* Do not display the raw OpenID error in the UI (#5705) (#5712)
22632286
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5679)
@@ -2414,18 +2437,21 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
24142437
* Only chown directories during docker setup if necessary. Fix #4425 (#5064)
24152438

24162439
## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
2440+
24172441
* BUGFIX
24182442
* Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
24192443
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
24202444
* Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
24212445

24222446
## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
2447+
24232448
* SECURITY
24242449
* Prevent DeleteFilePost doing arbitrary deletion (#5631)
24252450
* BUGFIX
24262451
* Fix wrong text getting saved on editing second comment on an issue (#5608)
24272452

24282453
## [1.6.2](https://github.com/go-gitea/gitea/releases/tag/v1.6.2) - 2018-12-21
2454+
24292455
* SECURITY
24302456
* Sanitize uploaded file names (#5571) (#5573)
24312457
* HTMLEncode user added text (#5570) (#5575)
@@ -2440,6 +2466,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
24402466
* Fix empty wiki (#5504) (#5508)
24412467

24422468
## [1.6.1](https://github.com/go-gitea/gitea/releases/tag/v1.6.1) - 2018-12-08
2469+
24432470
* BUGFIXES
24442471
* Fix dependent issue searching when gitea is run in subpath (#5392) (#5400)
24452472
* API: '/orgs/:org/repos': return private repos with read access (#5393)
@@ -2450,6 +2477,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
24502477
* Fix topic name length on database (#5493) (#5495)
24512478

24522479
## [1.6.0](https://github.com/go-gitea/gitea/releases/tag/v1.6.0) - 2018-11-22
2480+
24532481
* BREAKING
24542482
* Respect email privacy option in user search via API (#4512)
24552483
* Simply remove tidb and deps (#3993)
@@ -2603,10 +2631,12 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26032631
* Fix translation (#4355)
26042632

26052633
## [1.5.3](https://github.com/go-gitea/gitea/releases/tag/v1.5.3) - 2018-10-31
2634+
26062635
* SECURITY
26072636
* Fix remote command execution vulnerability in upstream library (#5177) (#5196)
26082637

26092638
## [1.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
2639+
26102640
* SECURITY
26112641
* Enforce token on api routes (#4840) (#4905)
26122642
* BUGFIXES
@@ -2623,6 +2653,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26232653
* Fix trimming of markup section names (#4864)
26242654

26252655
## [1.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
2656+
26262657
* SECURITY
26272658
* Don't disclose emails of all users when sending out emails (#4784)
26282659
* Improve URL validation for external wiki and external issues (#4710) (#4740)
@@ -2637,6 +2668,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
26372668
* Fix incorrect caption of webhook setting (#4701) (#4718)
26382669

26392670
## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
2671+
26402672
* SECURITY
26412673
* Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
26422674
* Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
@@ -2700,6 +2732,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27002732
* Sign release binaries (#4188)
27012733

27022734
## [1.4.3](https://github.com/go-gitea/gitea/releases/tag/v1.4.3) - 2018-06-26
2735+
27032736
* SECURITY
27042737
* HTML-escape plain-text READMEs (#4192) (#4214)
27052738
* Fix open redirect vulnerability on login screen (#4312) (#4312)
@@ -2712,6 +2745,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27122745
* Fix webhook type conflation (#4285) (#4285)
27132746

27142747
## [1.4.2](https://github.com/go-gitea/gitea/releases/tag/v1.4.2) - 2018-06-04
2748+
27152749
* BUGFIXES
27162750
* Adjust z-index for floating labels (#3939) (#3950)
27172751
* Add missing token validation on application settings page (#3976) #3978
@@ -2727,6 +2761,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27272761
* Respository's home page not updated after first push (#4075)
27282762

27292763
## [1.4.1](https://github.com/go-gitea/gitea/releases/tag/v1.4.1) - 2018-05-03
2764+
27302765
* BREAKING
27312766
* Add "error" as reserved username (#3882) (#3886)
27322767
* SECURITY
@@ -2744,6 +2779,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27442779
* Show clipboard button if disable HTTP of git protocol (#3773) (#3774)
27452780

27462781
## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25
2782+
27472783
* BREAKING
27482784
* Drop deprecated GOGS\_WORK\_DIR use (#2946)
27492785
* Fix API status code for hook creation (#2814)
@@ -2774,9 +2810,9 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
27742810
* If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
27752811
* Bug fix for mirrored repository releases sorted (#3522) (#3555)
27762812
* Add issue closed time column to fix activity closed issues list (#3537) (#3540)
2777-
 * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
2813+
 *Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
27782814
 * Fixes missing avatars in offline mode (#3471) (#3477)
2779-
 * Fix synchronization bug in repo indexer (#3455) (#3461)
2815+
 *Fix synchronization bug in repo indexer (#3455) (#3461)
27802816
 * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
27812817
* Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
27822818
* Add content type and doctype to requests made with go-get (#3426, #3423)
@@ -2863,6 +2899,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
28632899
* Add owner to delete repo message (#2886)
28642900

28652901
## [1.3.1](https://github.com/go-gitea/gitea/releases/tag/v1.3.1) - 2017-12-08
2902+
28662903
* BUGFIXES
28672904
* Sanitize logs for mirror sync (#3057, #3082) (#3078)
28682905
* Fix missing branch in release bug (#3108) (#3117)
@@ -2873,6 +2910,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
28732910
* Fix missing password length check when change password (#3039) (#3071)
28742911

28752912
## [1.3.0](https://github.com/go-gitea/gitea/releases/tag/v1.3.0) - 2017-11-29
2913+
28762914
* BREAKING
28772915
* Make URL scheme unambiguous (#2408)
28782916
* FEATURES
@@ -3100,11 +3138,13 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
31003138
* Added vendor dir for js/css libs; Documented sources (#1484) (#2241)
31013139

31023140
## [1.2.3](https://github.com/go-gitea/gitea/releases/tag/v1.2.3) - 2017-11-03
3141+
31033142
* BUGFIXES
31043143
* Only require one email when validating GPG key (#2266, #2467, #2663) (#2788)
31053144
* Fix order of comments (#2835) (#2839)
31063145

31073146
## [1.2.2](https://github.com/go-gitea/gitea/releases/tag/v1.2.2) - 2017-10-26
3147+
31083148
* BUGFIXES
31093149
* Add checks for commits with missing author and time (#2771) (#2785)
31103150
* Fix sending mail with a non-latin display name (#2559) (#2783)
@@ -3113,6 +3153,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
31133153
* Fix emojify image URL (#2769) (#2773)
31143154

31153155
## [1.2.1](https://github.com/go-gitea/gitea/releases/tag/v1.2.1) - 2017-10-16
3156+
31163157
* BUGFIXES
31173158
* Fix PR, milestone and label functionality if issue unit is disabled (#2710) (#2714)
31183159
* Fix plain readme didn't render correctly on repo home page (#2705) (#2712)
@@ -3121,6 +3162,7 @@ WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be
31213162
* Fix slice out of bounds error in mailer (#2479) (#2696)
31223163

31233164
## [1.2.0](https://github.com/go-gitea/gitea/releases/tag/v1.2.0) - 2017-10-10
3165+
31243166
* SECURITY
31253167
* Sanitation fix from Gogs (#1461)
31263168
* BREAKING

0 commit comments

Comments
 (0)