gogs.changelog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. 2015-12-18
  2. * V0.8.10
  3. Bug fix: Can't identify git version on Windows #2167
  4. Bug fix: Wiki preview does not work on Firefox #2171
  5. Bug fix: 500 when view repository watchers and stargazers with PostgreSQL #2176
  6. Bug fix: Cannot detect correct file encoding #2185
  7. Bug fix: Huge diff hangs
  8. Bug fix: Cannot handle non-commit tag
  9. Bug fix: Dashboard news feeds for organizations are wrong #2223
  10. Features: Add more APIs: user emails, organizations #1692
  11. 2015-12-12
  12. * V0.8.0
  13. Bug fix: Cannot push repository with massive commits like Linux kernel #279
  14. Bug fix: SMTP authentication makes invalid assumption on protocol #2152
  15. Improvement: Send email when a new pull request is submitted #1612
  16. Improvement: Auto login after install if admin is configured #1627
  17. Improvement: Disable change username and password for non-local users #1374 #1938 #2154
  18. Improvement: Able to config git fsck timeout #1943
  19. Improvement: Able to show and edit mirror address on repository pages #1984
  20. Improvement: Do not show content of issue in activity timeline #2029
  21. Improvement: Show author email in commit diff #2035
  22. Improvement: Able to change mirror source address
  23. Improvement: Add "New Mirror" button on dashboard #2037
  24. Improvement: Able to set external URL for wiki #2114
  25. Features: Able to limit repository creation per user #1575
  26. Features: Able to select branch in commits page #1846
  27. Others: Drop 0.5.x support, minimum auto-migration version is 0.6.0.
  28. 2015-12-07
  29. * V0.7.33
  30. Bug fix: LDAP search with non-ascii characters does not work #1139
  31. Bug fix: Delete repository does not remove its stars #2042
  32. Bug fix: Diff is not showing full content when has super long one line #2071
  33. Bug fix: Cannot create pull request on Windows #2093
  34. Improvement: Able to disable wiki/issues/pull requests of repository #1829
  35. Improvement: Able to trigger test webhook in web UI #1857
  36. Improvement: Able to batch delete system notices #2052
  37. Improvement: Able to delete repository in admin panel #2063
  38. Features: Support repository wiki #270
  39. Features: Support issue links are rendered for external tracker #890
  40. Features: Add more APIs: public keys #976
  41. 2015-11-21
  42. * V0.7.19
  43. Bug fix: Bad syntax highlighting #670 #1315 #1549 #1712
  44. Bug fix: Broken copy link button #1168 #1396
  45. Bug fix: Broken download archive UI #1668
  46. Bug fix: Pull request does not support merge BIN diff #1922
  47. Bug fix: Test patch does not checkout correct base branch #1931
  48. Bug fix: Branch/tag selection has wrong z-index #1942
  49. Bug fix: Huge image does not display correctly in file view
  50. Bug fix: No links in email for admin created account #1979
  51. Bug fix: Repository description is not copied after forked #1981
  52. Bug fix: Forked repository's visibility is changed itself when update settings #1987
  53. Improvement: Sort collaborative repositories by last updated time in dashboard #1302
  54. Improvement: Able to delete a release #1383
  55. Improvement: Update default branch in Git repository while change in web view #1742
  56. Improvement: Show issue title and content in news feeds #1854
  57. Improvement: Show custom avatar for pushed commits list in news feeds
  58. Improvement: Able to use config option [other] SHOW_FOOTER_VERSION = true disable version display on non-admin pages' footer #1957
  59. Features: Admin can now view and edit settings of private repositories #493 #1401
  60. Others: New discussion forum http://forum.gogs.io/
  61. 2015-11-12
  62. * V0.7.6
  63. Bug fix: Images in subdirectory does not have correct relative links #1904
  64. Bug fix: SSH operations do not handle mixed cases URL
  65. Bug fix: Wrong redirection after deleting system notice with sub-path #1930
  66. Improvement: Show current branch in commit overview #1572
  67. Improvement: Allow tab to button in issue view page and use enter or space bar to trigger click #1824 #1917
  68. Features: Able to start builtin SSH server by config option [server] START_SSH_SERVER = true
  69. 2015-11-08
  70. * V0.7.0
  71. Bug fix: Admin e-mail does not allow root@localhost when install #470
  72. Bug fix: Wrong commits reference order on issue page #1602
  73. Bug fix: Inconsistent link of e-mail URL after sign up #1697
  74. Bug fix: Migrated repository incompatible with --all flag #1705
  75. Bug fix: Members of team has admin access can't close/reopen issues #1748
  76. Bug fix: Huge diff causes out of memory #1790
  77. Bug fix: Push returns fail message when no actual update needed #1896
  78. Bug fix: Wrong image link is rendered for relative links #1904
  79. Improvement: Detect file renames/moves in diffs #1078
  80. Improvement: Dashboard issues add sorting #1459
  81. Improvement: Allow import local repositories only for admin or permitted users #1511
  82. Improvement: Able to trigger mailer for admin created accounts #1525
  83. Improvement: Show clone URL with original cases #1895
  84. Features: Support pull requests #5
  85. Features: Auto-render clickable links for images #1433
  86. Features: Add config option [repository] FORCE_PRIVATE that allows forcing all new repositories to be private #1657
  87. Others: Drop Go 1.2.x support, minimum requirement of Go is 1.3
  88. Others: 0.5.x will no longer be supported in 0.8
  89. 2015-09-26
  90. * V0.6.15
  91. Bug fix: 404 when Repository name contains "git" #1593
  92. Bug fix: Collaborative repositories missing suburl on dashboard #1594
  93. Bug fix: Duplicate commit references when push a new branch #1595
  94. Bug fix: Upload image does not handle suburl #1603
  95. Bug fix: New SSH keys with comments including whitespace are truncated #1622
  96. Bug fix: Change label title resets color #1659
  97. Improvement: Able to use GOGS_WORK_DIR environment variable to specify work directory
  98. Improvement: Enable login type conversion after account creation #748
  99. Improvement: Sort owners list by last changed time when create and migrate repositoriy #1585
  100. Features: Add TiDB backend database support
  101. Features: Add Emoji support #633
  102. Features: Able to disable captcha by config option [service] ENABLE_CAPTCHA = false #697
  103. Features: Able to restrict SMTP authentication to specific domains #1620
  104. Others: Drop social account login support
  105. 2015-09-05
  106. * V0.6.9
  107. Bug fix: File name with double quotation mark makes the repository inaccessible #966
  108. Bug fix: Time zone trouble #1500
  109. Bug fix: Removing deploy key does not remove key #1535
  110. Improvement: Add webhook last delivery status, recent deliveries and new events
  111. Improvement: Auto-remember visibility of last created repository #965
  112. Improvement: Support BindDN and TLS in LDAP #1145
  113. Improvement: Significantly enhanced LDAP support #1476
  114. Improvement: Support ‘AUTH LOGIN’ in mailer #1517
  115. Improvement: Add [markdown] ENABLE_HARD_LINE_BREAK to enable Markdown hard line break extension
  116. Features: Add dashboard issues page for organization
  117. Features: Allow editing of past comments #1280
  118. Features: Support README template #1487
  119. Others: Add official Docker images
  120. Others: Change minimum password length to 1
  121. Others: Change minimum size of RSA to 1024 #1519
  122. Others: Change maximum size of e-mail to 254 #1579
  123. 2015-08-16
  124. * V0.6.5
  125. Bug fix: Does not allow anonymous SSH clone
  126. Bug fix: Private repository cannot trigger webhook by pushing through SSH
  127. Bug fix: Owners cannot assign any issue to themselves #747
  128. Bug fix: Issue assignee doesn't show organisation members #839
  129. Bug fix: Can send multiple requests when create issue #1051
  130. Bug fix: Attachments a file said "Could not parse JSON" #1233
  131. Bug fix: Did not remove the temporary directory after initialized new repository #1331
  132. Bug fix: Rename organization doesn't restrict Chinese #1439
  133. Improvement: Allow custom avatar source #1457
  134. Feature: Add deploy key support #334
  135. Feature: Generate random avatar based on e-mail when disable Gravatar
  136. Feature: Able to sort issues
  137. 2015-08-02
  138. * V0.6.3
  139. Bug fix: Label disappeared after edited a label #542
  140. Bug fix: Filename cut off in DIFF when containing spaces #985
  141. Bug fix: Migrate repository requires HTTPS address #1000
  142. Bug fix: Private repositories issues included in "Public Activity" #1112
  143. Bug fix: All users email are public #1127
  144. Bug fix: API calls are not hidden behind sign in #1128
  145. Bug fix: 404 on files with url-encoded names #1137
  146. Bug fix: It is possible to access user profiles using organization URL #1169
  147. Bug fix: Didn't check blank user name on LDAP #1207
  148. Bug fix: Generated certificate doesn't have CN with the hostname #1231
  149. Bug fix: Removing user from organization collaboration removes repositiory #1279
  150. Bug fix: Create repo for other users by hacking uid field #1289
  151. Improvement: Clearer error message for illegal characters #1070
  152. Improvement: Add full name field to admin's user edit page #1130
  153. Improvement: Hide organization email for non logged-in users #1204
  154. Improvement: Visit Repository home page with ".git" appended URL #1227
  155. Feature: Support realtime webhook #835
  156. Others: Add Italian language support.
  157. Others: Disable Macaron color log in production mode to improve performance
  158. Others: Show repository owner name in explore page #1150
  159. 2015-03-26
  160. * V0.6.1
  161. Bug fix: Inline code markdown with leading hash is rendered as issue index #637
  162. Bug fix: Non-logged users can view organization page when REQUIRE_SIGNIN_VIEW = true #1101
  163. Bug fix: New release button is always available to everyone #1114
  164. Bug fix: Cannot update mirror repository after transfer ownership #1120
  165. Bug fix: Other member of teams in same organization get access to repository when teams do not have relations to the repository
  166. Bug fix: LDAP add and edit forms are misleading #1124
  167. Bug fix: Team member access lost when adding repository collaborator #1143
  168. Improvement: Hide Gravatar e-mail setting field when Gravatar is disabled #1098
  169. Improvement: Allow to migrate through git:// protocol #1105
  170. Improvement: Add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK to not check minimum key size with corresponding type #1133
  171. Improvement: Do not exposure database password when it's not first time launch installation #1140
  172. Others: Use fake@gogs.local as default Git user.email setting rather than private e-mail #1089
  173. 2015-03-19
  174. * V0.6.0
  175. Bug fix: Edit Account does not take into consideration password rules #851
  176. Bug fix: Person in multiple teams has incorrect access #858
  177. Bug fix: Issue label amount not updated on issue removal #933
  178. Bug fix: Can push to mirror repository #948
  179. Bug fix: Check template version before loading custom configuration #954
  180. Bug fix: Didn't check if attachments and avatars path in configuration is a absolutely path
  181. Bug fix: Duplicated suburl prefix in feeds #988
  182. Bug fix: Cannot delete repository with LDAP account #1006
  183. Bug fix: Cannot handle SubModule without a .gitmodules entry #1023
  184. Bug fix: HTTP/HTTPS push update function call panic #1037
  185. Bug fix: Missing suburl prefix on admin panel #1043
  186. Bug fix: Landing page setting does not consider suburl prefix #1055
  187. Bug fix: Missing link in bare repository page for Help #1082
  188. Improvement: Allow MySQL socket connection instead of TCP #872
  189. Improvement: Able to use TLS client certificate for SMTP #943
  190. Improvement: Fix: 504 5.5.2 : Helo command rejected #973
  191. Feature: Able to import local Git repositories #99
  192. Feature: Allow multiple e-mail addresses #755
  193. 2015-01-05
  194. * V0.5.11
  195. Bug fix: Git SubModules result 500 error #741
  196. Bug fix: Showing activities for private repositories in user profile #751
  197. Bug fix: User who made activities no longer exists result 500 error #754
  198. Bug fix: Auto-input username in organization invite page includes full name
  199. Bug fix: Mirror repository does not work with SQLite3 #805
  200. Bug fix: Wrong image address when rendering Markdown files #808
  201. Bug fix: Improvements
  202. Bug fix: Able to skip verification when send mails and use TLS when port is 465 #761
  203. Bug fix: Optmize git-fsck config options #820
  204. Feature: Able to send mails with CRAM-MD5 authentication #762
  205. 2014-12-13
  206. * V0.5.9
  207. Bug fix: Invalid links to user profile page in admin panel
  208. Bug fix: Templating error on settings page of bare repository #643
  209. Bug fix: Panic when no SSH authorized_keys file exists for command gogs fix location #659
  210. Bug fix: Commits list doesn’t show the oldest page #664
  211. Bug fix: User home links in issue page no longer invalid #682
  212. Bug fix: Avatar email addresses with uppercase resolve to wrong Gravatar hash #700
  213. Bug fix: Markdown table requires padding #703
  214. Bug fix: Cannot display GBK content in diff page #711
  215. Bug fix: HTTP basic authentication failed when password contains : #723
  216. Improvement: Expose full_name in user search API #677
  217. Improvement: Added issue link rendering in commit messages #712
  218. Feature: Able to upload custom avatar #139
  219. Feature: Able to set explore page as non-logged users’ landing page through config option [server] LANDING_PAGE #543
  220. Feature: Run git fsck as cron job and git gc as admin operation #580
  221. Feature: Able to view public key list of user by /:username.keys #652
  222. Feature: Add Latvian languages.
  223. 2014-11-19
  224. * V0.5.8
  225. Bug fix: Fix vulnerabilities CVE-2014-8681 CVE-2014-8682 CVE-2014-8683
  226. Bug fix: Branch/tag name cannot contain / #101 #255
  227. Bug fix: ENABLE_GZIP options does not work #412
  228. Bug fix: Line numbers are misaligned on Firefox #457
  229. Bug fix: Git hook does’t filter \r character #546
  230. Bug fix: File view raw and history buttons don’t show #550
  231. Bug fix: Some small problems about the alignment #554
  232. Bug fix: Redis as cache adapter does not work
  233. Bug fix: Cannot show relative path image in Markdown files
  234. Bug fix: UI break when commit message is very long #570
  235. Bug fix: HTTP/HTTPS clone does not handle GZIP encoding #572
  236. Bug fix: Cannot see private repositories when view own profile page #605
  237. Bug fix: Wrong MIT LICENSE content file #608
  238. Improvement: Allow collaborators to see private repositories in profile page
  239. Feature: Able to fork repository #5
  240. Feature: Drone CI integration #12
  241. Feature: Able to view comparison page for 2 commits
  242. Feature: Able to set [picture] GRAVATAR_SOURCE = duoshuo to use Chinese mirror of Gravatar
  243. Feature: Able to delete all repositories archives through admin panel #635
  244. 2014-10-10
  245. * V0.5.5
  246. Bug fix: Cannot download repository archive #495
  247. Bug fix: Cannot view repository by tag
  248. Bug fix: Cannot transfer repository from organization to individual
  249. Bug fix: Error occurs when owner transfers repository to its collaborator
  250. Bug fix: Does not support annotated tag #515
  251. Bug fix: Broken authentication logic
  252. Improvement: Improve e-mail security #249
  253. Improvement: Fix missing inline code Markdown style #491
  254. Improvement: Add directory level commit message in repository list view
  255. Improvement: Change issue title length limitation to 255 characters #522
  256. Improvement: Allow mail with self-signed certificates
  257. Improvement: Allow custom locale files
  258. Feature: Add support for Git hooks #264
  259. Feature: Allow Gogs to run from a suburl behind a reverse proxy #463
  260. Feature: Add gogs cert command to generate files for self-signed HTTPS #487
  261. Feature: Add support for custom robots.txt
  262. Feature: Add basic support for submodule
  263. Feature: Add French, Dutch and Traditional Chinese languages.
  264. Feature: Add system notices for admin.
  265. 2014-09-18
  266. * V0.5.2
  267. Bug fix: Incorrect permission check of ~/.ssh/ #458
  268. Bug fix: Can access some pages without signin with REQUIRE_SIGNIN_VIEW=true #464
  269. Bug fix: Templating error html/template: "user/activate" is undefined #465
  270. Bug fix: Missing arguments in TimeSince #473
  271. Bug fix: Wrong action permission check in organization dashboard #474
  272. Bug fix: Cannot add new SSH Key in Windows #475
  273. Bug fix: Cannot transfer repository ownership #481
  274. Improvement: Downgrade Git requirement to 1.7.1 #476
  275. Improvement: Add French translation #479
  276. Improvement: Add git -> MAX_GITDIFF_LINES option to set max show line numbers of Git Diff page
  277. Other: Demo site use HTTPS with new domain https://try.gogs.io
  278. 2014-09-15
  279. * V0.5.0
  280. Bug fix: Panic when view releases that were created by Gogs #197
  281. Bug fix: Content lost if user changes milestone or assignee #216
  282. Bug fix: Webhook doesn’t deliver for SSH pushes #242
  283. Bug fix: Mirror repositories are not updated at all #258
  284. Bug fix: Not able to serve static files in Windows #271
  285. Bug fix: Dashboard issue link is incomplete #273
  286. Bug fix: Collaborators are able to change repository settings
  287. Bug fix: Edit issue label does not require repository owner or collaborator #303
  288. Bug fix: Milestone issue stats not update when reopening/closing issue #340
  289. Bug fix: Incorrect max/min limitation error message #340
  290. Bug fix: Missing trailing ‘/’ in ROOT_URL causes problems #367
  291. Bug fix: SSH keys that include new lines can’t be deleted from authorized_keys #370
  292. Improvement: Add webhook section for configuring web hook task interval and deliver timeout
  293. Improvement: Add download TAR.GZ button in repository viewer
  294. Improvement: Sort releases by created time if they have same number of commits #199
  295. Improvement: Add Git installation and version check in start
  296. Improvement: Able to show precise time on commit page #281
  297. Improvement: Make possible for administrators to change user’s password #291
  298. Improvement: Add more SSH key type verification support #293
  299. Improvement: Allow clickable links in the repository description #300
  300. Improvement: Allow /:username as user home page route
  301. Improvement: Change passoword length limitation to 255 #340
  302. Improvement: Add .mkd as Markdown file extension #362
  303. Improvement: Allow . in repository name #453
  304. Feature: Add command gogs fix location <old path> to handle Gogs app location change
  305. Feature: Support edit release and save as draft
  306. Feature: Add cron task and running process monitor panel
  307. Feature: Add database adapter for logging
  308. Feature: Add delete all inactivate accounts operation in admin panel
  309. Feature: Add reverse proxy authentication support #165
  310. Feature: Add application level GZIP support by server -> ENABLE_GZIP config option.
  311. Feature: Closing issues through commits #302
  312. Feature: Able to star/unstar a repository
  313. Feature: Ability to attach files to issues (attachments) #307
  314. Feature: Able to create/manage/delete organization with team management
  315. Feature: Add Slack webhook integration #379
  316. Feature: Add Organization-level Webhooks #442
  317. Other: Official website brand new design(gogs.io)
  318. Other: Whole site new UI design
  319. Other: Most of pages implement multiple languages
  320. Other: Add Ubuntu install package #455
  321. 2014-06-02
  322. * V0.4.1:
  323. Bug fix: Cannot clone through SSH with non-default port(22) #94
  324. Bug fix: Cannot migrate repository when use PostgreSQL #141
  325. Bug fix: Show private repository activities on public activities list #148
  326. Bug fix: Does not verify admin user name in install page #149
  327. Bug fix: Does not update all accesses when change user name #150
  328. Bug fix: Panic when no master branch
  329. Bug fix: Panic when delete a branch #155
  330. Bug fix: Redirect to 404 page when commenter is not the repository owner #159
  331. Bug fix: Show 500 page when poster of issue no longer exists #167
  332. Bug fix: Using @ in code block tries to make a mention #178
  333. Improvement: Able to unbind social account from database
  334. Improvement: Add mail notification for new comment and mentioned in new comment
  335. Improvement: Add comment on issue activity
  336. Improvement: Add clean unbind OAuthes operation in admin panel
  337. Improvement: Underlying system of issue tracker
  338. Improvement: Able to log message to different adapters by level at same time
  339. Improvement: Show collaborative repositories in dashboard
  340. Improvement: Able to preview option for editing of issue #204
  341. Improvement: Able to set GOGS_CUSTOM envrionment variable to set global custom path #209
  342. Improvement: Add log -> ROOT_PATH option for custom log file path #209
  343. Feature: Support SMTP authentication #8
  344. Feature: Support user name contains dot . #91
  345. Feature: Support add/remove repository collaborators
  346. Feature: Add server -> DISABLE_ROUTER_LOG option for disabling router log
  347. Feature: Add picture -> DISABLE_GRAVATAR option for disabling Gravatar
  348. Feature: Add command gogs dump for dumping files and database
  349. Feature: Support webhook services #98
  350. Feature: Add read/unread status to issue
  351. Feature: Add assignee to issue
  352. Feature: Add history page for file #166
  353. Feature: Support add custom .gitignore and license files by adding them to custom/conf/gitignore and custom/conf/license #174
  354. Feature: Add milestone to issue tracker
  355. Feature: Support download tar.gz for releases #186
  356. Feature: Add server -> STATIC_ROOT_PATH option for indicating custom template and static file path #209
  357. Other: Official website online(gogs.io)
  358. Other: Support install with Vagrant(note)
  359. Other: Support install from AUR packages #176
  360. 2014-04-28
  361. * V0.3.1 :
  362. Bug fix: Panic when try to get author of tag when there isn’t one #92
  363. Bug fix: Problems with Docker setup scripts #124 #129
  364. Bug fix: Picture overflows when size is extremely large in single file page
  365. Improvement: Remember database option status in install page
  366. Feature: Basic support for LDAP/Microsoft Active Directory #112
  367. Feature: Offline mode to disable fetch static resources from CDN
  368. Feature: Support log in by e-mail
  369. Other: Batch of typo and grammar fix
  370. Other: Solution for MySQL initialization error when use wrong engine(note)
  371. Other: Make SQLite3 as default database option when enabled
  372. 2014-04-23
  373. * V0.3.0 :
  374. Bug fix: One-click copy button of clone URL in repository viewer doesn’t work(note)
  375. Bug fix: Doesn’t delete corresponding accesses, watches when delete user
  376. Bug fix: Server log doesn’t log into correct file
  377. Improvement: Add corresponding issue link to create issue notify mail
  378. Improvement: Add salt for every single user
  379. Improvement: Use PBKDF2 and user salt for encoding user password(note)
  380. Improvement: Huge time, CPU and memory reduction of getting repository files
  381. Improvement: Show commits list by page, not all at once
  382. Improvement: Use build tag to enable SQLite3 support(note)
  383. Feature: Support rename repository/user
  384. Feature: Support transfer repository
  385. Feature: Support reset user password
  386. Feature: Support detect @someone, #issueNum, SHA1 and issue link in markdown render
  387. Feature: Support mail notify for someone is mentioned in creating issue
  388. Feature: Support go get in meta block
  389. Feature: Support setting default branch
  390. Feature: Support HTTP(S) push
  391. Feature: Support search commits by keyword in specific branch
  392. Feature: Support private repository
  393. Feature: Support migrate and mirror public/private repository
  394. Feature: Support social account login(GitHub, Google, QQ, Weibo)
  395. Feature: Support view and add new release(use existing tag or create a new one)
  396. Feature: Support download zip archive from any given commit
  397. Feature: Support browse code by tag
  398. Other: Support deploy with Docker(note)
  399. Other: Git version requirement for both server and client sides become v1.6.6(Smart HTTP support).
  400. 2014-04-01
  401. * V0.2.0 :
  402. First public release.