Skip to content

Commit 10171b7

Browse files
thehowllafriks
authored andcommitted
add changelog for 1.4.0 (#3435)
* add changelog for 1.4.0 * remove docs * Remove some more noise * Small reorganization, removed bugfixes that were not present in last stable version * Move LFS lock to features, add just merged bugfix info
1 parent f9a5cc4 commit 10171b7

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

CHANGELOG.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,113 @@
11
# Changelog
22

3+
This changelog goes through all the changes that have been made in each release
4+
without substantial changes to our git log; to see the highlights of what has
5+
been added to each release, please refer to the [blog](https://blog.gitea.io).
6+
7+
## [1.4.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc1) - 2018-01-31
8+
* BREAKING
9+
* Drop deprecated GOGS\_WORK\_DIR use (#2946)
10+
* Fix API status code for hook creation (#2814)
11+
* SECURITY
12+
* Sanitize logs for mirror sync (#3057)
13+
* FEATURE
14+
* Serve .patch and .diff for pull requests (#3305, #3293)
15+
* Add repo-sync-releases admin command (#3254)
16+
* Support default private when creating or migrating repository (#3239)
17+
* Writable deploy keys (closes #671) (#3225)
18+
* Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188)
19+
* Added progressbar for issues with checkboxes (#1146). (#3171)
20+
* Mention completion for issue editor. (#3136)
21+
* Add 'mark all read' option to notifications (#3097)
22+
* Git LFS lock api (#2938)
23+
* Add reactions to issues/PR and comments (#2856)
24+
* Add dingtalk webhook (#2777)
25+
* Responsive view (#2750)
26+
* BUGFIXES
27+
* Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
28+
* Add content type and doctype to requests made with go-get (#3426, #3423)
29+
* Fix SQL type error for webhooks (#3424)
30+
* Fix PR merge error (#3421)
31+
* Recognize more characters in crossreferenced repo name (#3413)
32+
* Fix MSSQL bug on org (#3405)
33+
* HTML escape all lines of the search result (#3402)
34+
* Change local copy origin url after repository rename (#3399)
35+
* Force-push to base repo's ref/pull/#/head (#3393)
36+
* Fix bug when a user delete but assigned on issue (#3318)
37+
* Use issue number/index instead of id for API URL. Fix #3297 (#3298)
38+
* Fix repo-transfer-and-team-repo-count bug (#3241)
39+
* Fix always-on SSL Mode checkbox in admin page (#3208)
40+
* Fix source download link when no code unit allowed (#3166)
41+
* Fix org owner cannot be removed if he is not in owner team (#3164)
42+
* Fix run web with -p push failed (#3154)
43+
* Fix gpg tmpl (#3153)
44+
* Fix SSH auth lfs locks (#3152)
45+
* Improvements for supporting UI Location (#3146)
46+
* Fix new pull request link (#3133)
47+
* Fix missing branch in release bug (#3108)
48+
* Allow adding collaborators with (fullname) (#3103)
49+
* Fix repo links (#3093)
50+
* fix lfs url refs + keep path upper/lowercase in db. (#3092)
51+
* Fix redis session failed (#3086)
52+
* Fix bugs in issue dashboard stats (#3073)
53+
* Fix avatar URLs (#3069)
54+
* Fix ref parsing in commit messages (#3067)
55+
* Fix issue list branch link broken (#3061)
56+
* sendmail: correct option to set envelope-sender (#3044)
57+
* Fix missing password length check when change password (#3039)
58+
* Fix git lfs path (#3016)
59+
* Fix API-Endpoint release (#3005) (#3012)
60+
* Set OpenID support on by default when installing new instance (#3010)
61+
* Various wiki bug fixes (#2996)
62+
* Fix go-get, src and raw urls to new scheme (#2978)
63+
* Fix error when add user has full name to team (#2973)
64+
* Fix memcache support when value is returned as string always (#2924)
65+
* ENHANCEMENT
66+
* Use GiteaServer as the user agent for http requests (#3404)
67+
* Delete indexer DB entries when (re)creating index (#3385)
68+
* Change how merged PR commit info are prepared (#3368)
69+
* Asynchronously populate the repo indexer (#3366)
70+
* Make the default action for the gitea executable that of running the webserver (#3331)
71+
* Templates for extra links in top navbar and repo tool tabs. (#3308)
72+
* Fixed asterisk based tasklist items #3295 (#3296)
73+
* Add more additional template snippets (#3286)
74+
* Open external tracker in blank window, consistently with wiki (#3227)
75+
* Fix repo links on user profile (#3197)
76+
* Enable emoji for wiki view (#3158)
77+
* Small improve on deleting attachements (#3145)
78+
* Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)
79+
* Default log level to Info without hardcoding it in installer (#3041)
80+
* Memory usage improvements (#3013)
81+
* Add fingerprint to ssh key endpoints. (#3009)
82+
* Improve memory usage when reaching diff limits (#2990)
83+
* Expandable commit bodies (#2980)
84+
* Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)
85+
* Fix language names (#2955)
86+
* Remove render issue link (#2954)
87+
* Page parameter for repo search API (#2915)
88+
* Apply LANDING\_PAGE config options for logged in users (#2894)
89+
* Enable admin to search by email (#2888)
90+
* Hide add key button if SSH is disabled (#2873)
91+
* Fix comment API paths (#2813)
92+
* Add an option to allow redirect of http port 80 to https. (#1928)
93+
* MISC
94+
* Fix organization profile on mobile devices (#3332)
95+
* Fix guide link for webhooks in repository settings (#3291) (#3292)
96+
* Enable Libravatar by default in new installations (#3287)
97+
* Improve suppressed diff boxes (#3193)
98+
* fix button heights on commits page (#3091)
99+
* Minor copy changes (#3074)
100+
* Sort repos in issues dashboard sidebar (#3072)
101+
* Remove box-shadow from UI, fix dashboard issue (#3065)
102+
* Adjust branch button size (#3063)
103+
* Fix misalignment issue in repo header (#3062)
104+
* Delete a user's public key via admin api (closes #3014) (#3059)
105+
* Dashboard: Fix line height problem in issue titles (#3054)
106+
* Remove duplicate "Max Diff Lines" from config view (#2987)
107+
* Drop unmaintained gogs migration script (#2947)
108+
* App restarts to quickly if it fails to start. (#2945)
109+
* Add owner to delete repo message (#2886)
110+
3111
## [1.3.1](https://github.com/go-gitea/gitea/releases/tag/v1.3.1) - 2017-12-08
4112
* BUGFIXES
5113
* Sanitize logs for mirror sync (#3057, #3082) (#3078)

0 commit comments

Comments
 (0)