Skip to content

Commit d4fcba6

Browse files
authored
Updated changelog (#1164)
1 parent 374f1ba commit d4fcba6

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/go-gitea/gitea/releases/tag/v1.1.0) - 2017-03-09
4+
5+
* BREAKING
6+
* The SSH keys can potentially break, make sure to regenerate the authorized keys
7+
* FEATURE
8+
* Git LFSv2 support [#122](https://github.com/go-gitea/gitea/pull/122)
9+
* API endpoints for repo watching [#191](https://github.com/go-gitea/gitea/pull/191)
10+
* Search within private repos [#222](https://github.com/go-gitea/gitea/pull/222)
11+
* Hide user email address on explore page [#336](https://github.com/go-gitea/gitea/pull/336)
12+
* Protected branch system [#339](https://github.com/go-gitea/gitea/pull/339)
13+
* Sendmail for mail delivery [#355](https://github.com/go-gitea/gitea/pull/355)
14+
* API endpoints for org webhooks [#372](https://github.com/go-gitea/gitea/pull/372)
15+
* Enabled MSSQL support [#383](https://github.com/go-gitea/gitea/pull/383)
16+
* API endpoints for org teams [#370](https://github.com/go-gitea/gitea/pull/370)
17+
* API endpoints for collaborators [#375](https://github.com/go-gitea/gitea/pull/375)
18+
* Graceful server restart [#416](https://github.com/go-gitea/gitea/pull/416)
19+
* Commitgraph / timeline on commits page [#428](https://github.com/go-gitea/gitea/pull/428)
20+
* API endpoints for repo forks [#509](https://github.com/go-gitea/gitea/pull/509)
21+
* API endpoints for releases [#510](https://github.com/go-gitea/gitea/pull/510)
22+
* Folder jumping [#511](https://github.com/go-gitea/gitea/pull/511)
23+
* Stars tab on profile page [#519](https://github.com/go-gitea/gitea/pull/519)
24+
* Notification system [#523](https://github.com/go-gitea/gitea/pull/523)
25+
* Push and pull through reverse proxy basic auth [#524](https://github.com/go-gitea/gitea/pull/524)
26+
* Search for issues and pull requests [#530](https://github.com/go-gitea/gitea/pull/530)
27+
* API endpoint for stargazers [#597](https://github.com/go-gitea/gitea/pull/597)
28+
* API endpoints for subscribers [#598](https://github.com/go-gitea/gitea/pull/598)
29+
* PID file support [#610](https://github.com/go-gitea/gitea/pull/610)
30+
* Two factor authentication (2FA) [#630](https://github.com/go-gitea/gitea/pull/630)
31+
* API endpoints for org users [#645](https://github.com/go-gitea/gitea/pull/645)
32+
* Release attachments [#673](https://github.com/go-gitea/gitea/pull/673)
33+
* OAuth2 consumer [#679](https://github.com/go-gitea/gitea/pull/679)
34+
* Add ability to fork your own repos [#761](https://github.com/go-gitea/gitea/pull/761)
35+
* Search repository on dashboard [#773](https://github.com/go-gitea/gitea/pull/773)
36+
* Search bar on user profile [#787](https://github.com/go-gitea/gitea/pull/787)
37+
* Track label changes on issue view [#788](https://github.com/go-gitea/gitea/pull/788)
38+
* Allow using custom time format [#798](https://github.com/go-gitea/gitea/pull/798)
39+
* Redirects for renamed repos [#807](https://github.com/go-gitea/gitea/pull/807)
40+
* Track assignee changes on issue view [#808](https://github.com/go-gitea/gitea/pull/808)
41+
* Track title changes on issue view [#841](https://github.com/go-gitea/gitea/pull/841)
42+
* Archive cleanup action [#885](https://github.com/go-gitea/gitea/pull/885)
43+
* Basic Open Graph support [#901](https://github.com/go-gitea/gitea/pull/901)
44+
* Take back control of Git hooks [#1006](https://github.com/go-gitea/gitea/pull/1006)
45+
* API endpoints for user repos [#1059](https://github.com/go-gitea/gitea/pull/1059)
46+
* BUGFIXES
47+
* Fixed counting issues for issue filters [#413](https://github.com/go-gitea/gitea/pull/413)
48+
* Added back default settings for SSH [#500](https://github.com/go-gitea/gitea/pull/500)
49+
* Fixed repo permissions [#513](https://github.com/go-gitea/gitea/pull/513)
50+
* Issues cannot be created with labels [#622](https://github.com/go-gitea/gitea/pull/622)
51+
* Add a reserved wiki paths check to the wiki [#720](https://github.com/go-gitea/gitea/pull/720)
52+
* Update website binding MaxSize to 255 [#722](https://github.com/go-gitea/gitea/pull/722)
53+
* User can see the private activity on public history [#818](https://github.com/go-gitea/gitea/pull/818)
54+
* Wrong pages number which includes private repositories [#844](https://github.com/go-gitea/gitea/pull/844)
55+
* Trim whitespaces for search keyword [#893](https://github.com/go-gitea/gitea/pull/893)
56+
* Don't rewrite non-gitea public keys [#906](https://github.com/go-gitea/gitea/pull/906)
57+
* Use fingerprint to check instead content for public key [#911](https://github.com/go-gitea/gitea/pull/911)
58+
* Fix random avatars [#1147](https://github.com/go-gitea/gitea/pull/1147)
59+
* ENHANCEMENT
60+
* Refactored process manager [#75](https://github.com/go-gitea/gitea/pull/75)
61+
* Restrict rights to create new orgs [#193](https://github.com/go-gitea/gitea/pull/193)
62+
* Added label and milestone sorting [#199](https://github.com/go-gitea/gitea/pull/199)
63+
* Make minimum password length configurable [#223](https://github.com/go-gitea/gitea/pull/223)
64+
* Speedup conflict checking on pull requests [#276](https://github.com/go-gitea/gitea/pull/276)
65+
* Added button to delete merged pull request branches [#441](https://github.com/go-gitea/gitea/pull/441)
66+
* Improved issue references within markdown [#471](https://github.com/go-gitea/gitea/pull/471)
67+
* Dutch translation for the landingpage [#487](https://github.com/go-gitea/gitea/pull/487)
68+
* Added Gogs migration script [#532](https://github.com/go-gitea/gitea/pull/532)
69+
* Support a .gitea folder for issue templates [#582](https://github.com/go-gitea/gitea/pull/582)
70+
* Enhanced diff-view coloring [#584](https://github.com/go-gitea/gitea/pull/584)
71+
* Added ETag header to avatars [#721](https://github.com/go-gitea/gitea/pull/721)
72+
* Added option to config to disable local path imports [#724](https://github.com/go-gitea/gitea/pull/724)
73+
* Allow custom public files [#782](https://github.com/go-gitea/gitea/pull/782)
74+
* Added pprof endpoint for debugging [#801](https://github.com/go-gitea/gitea/pull/801)
75+
* Added X-GitHub-* headers [#809](https://github.com/go-gitea/gitea/pull/809)
76+
* Fill SSH key title automatically [#863](https://github.com/go-gitea/gitea/pull/863)
77+
* Display Git version on admin panel [#921](https://github.com/go-gitea/gitea/pull/921)
78+
* Expose URL field on issue API [#982](https://github.com/go-gitea/gitea/pull/982)
79+
* Statically compile the binaries [#985](https://github.com/go-gitea/gitea/pull/985)
80+
* Embed build tags into version string [#1051](https://github.com/go-gitea/gitea/pull/1051)
81+
* Gitignore support for FSharp and Clojure [#1072](https://github.com/go-gitea/gitea/pull/1072)
82+
* Custom templates for static builds [#1087](https://github.com/go-gitea/gitea/pull/1087)
83+
* Add ProxyFromEnvironment if none set [#1096](https://github.com/go-gitea/gitea/pull/1096)
84+
* MISC
85+
* Replaced remaining Gogs references
86+
* Added more tests on various packages
87+
* Use Crowdin for translations again
88+
* Resolved some XSS attack vectors
89+
* Optimized and reduced number of database queries
90+
391
## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21
492

593
* BUGFIXES

0 commit comments

Comments
 (0)