CHANGELOG 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. [0.6.10]
  2. * Works with readonly rootfs
  3. [0.6.11]
  4. * Fix bug where app wouldn't start up
  5. [0.7.0]
  6. * Update to latest base image
  7. [0.7.1]
  8. * Remove some backward compat code
  9. [0.8.0]
  10. * Use Gogs 0.8.25
  11. * Support GitHub style Markdown checklist
  12. * Add more APIs: user followers
  13. * Support side-by-side diff view
  14. * Support highlight inline diff
  15. * Complete [Changelog](https://github.com/gogits/gogs/releases/tag/v0.8.25)
  16. [0.9.0]
  17. * Use 'git' instead of 'cloudron' user
  18. [0.10.0]
  19. * Use Gogs 0.8.43
  20. * Issue references have bad links behind a reverse proxy sub-path #2229
  21. [0.11.0]
  22. * Use Gogs 0.9.0
  23. * [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.0)
  24. [0.12.0]
  25. * Use Gogs 0.9.13
  26. [0.12.1]
  27. * Fix username login
  28. [0.12.2]
  29. * Allow disabling SSH
  30. [0.12.3]
  31. * Fix login via email
  32. [0.12.4]
  33. * Fix ldap update query
  34. [0.12.5]
  35. * Preserve ssh host keys across updates
  36. [0.12.6]
  37. * Use latest SMTP configuration
  38. [0.12.7]
  39. * Update base image to 0.8.1
  40. [0.13.0]
  41. * Update Gogs to 0.9.48
  42. * [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.48)
  43. [0.13.1]
  44. * Update Gogs to 0.9.71
  45. * [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.71)
  46. [0.13.2]
  47. * Update base image
  48. [0.13.3]
  49. * Implement public mode
  50. [0.13.4]
  51. * Add post install message
  52. [0.13.5]
  53. * Fix post install message
  54. [0.14.0]
  55. * Update base image
  56. * Update Gogs to 0.9.128
  57. [0.14.1]
  58. * Update description
  59. [0.15.0]
  60. * Update to 0.10.18
  61. [0.16.0]
  62. * Update Gogs to 0.11
  63. * Fix issue where custom avatars could not be uploaded
  64. * Fix issue where web based editing would not work
  65. [0.16.1]
  66. * Update Gogs to 0.11.4
  67. [0.16.2]
  68. * Update description
  69. [0.16.3]
  70. * Update to Gogs 0.11.19
  71. [1.0.0]
  72. * Update Git to v2.7.4-0ubuntu1.2
  73. * Fixes critical security issue that allows remote command execution in git
  74. * https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-1000117.html
  75. [1.1.0]
  76. * Update to Gogs 0.11.29
  77. * Private repository activity shown in "Public activity" tab, if the repository was once public #4414
  78. * Webhooks refuse IPv6 URLs as invalid #4428
  79. * No email notification if issue closed by commit #4430
  80. * Explore page incorrect paging #4441
  81. * /api/v1/repos/search returns empty values #4522
  82. * Panic after created a pull request #4572
  83. [1.1.1]
  84. * Preserve SECRET_KEY across updates and restarts
  85. [1.2.0]
  86. * Update to Gogs 0.11.33
  87. * Bug fixes
  88. * Some security fixes
  89. * Wrong commit ID in webhook payload after merging pull request #4442
  90. * Meta tag go-import does not response correct value #4832
  91. * Features
  92. * Add Dingtalk webhook support #4773
  93. * Allow rebase and merge pull request #4798
  94. * Improvements
  95. * Add placeholder '%s' for username in LDAP BindDN #2526
  96. * Allow UID for git user in Docker container to be specified via ENV variable #3520
  97. * Add repository setting to ignore whitespace when check pull request conflict #4834
  98. * Others
  99. * Add new language support: Slovak
  100. [1.2.1]
  101. * Update Gogs to 0.11.34
  102. * Regression: Pull request is not working between different repositories #4890
  103. [1.3.0]
  104. * Fix email sending (use SMTPS)
  105. [1.4.0]
  106. * Update Gogs to 0.11.43
  107. * Improvements
  108. * Support HTTP HEAD requests #2857
  109. * Add option to rewrite authorized_keys file at start #4435
  110. * Add option to prepend global prefix to the email subject #4524
  111. * Disable federated avatar lookup by default #5126
  112. * Bug fixes
  113. * Protected branch can be deleted from the web after merge request #4514
  114. * Does not recognise SYSNAME datatype in MSSQL #4642
  115. * Quick guide is only showed for repository admin #4646
  116. * Wrong branch URL for name contains # in branches view #4874
  117. * Commits not merged after accepting pull request using rebase #5051
  118. * Once branch was protected "Lock" icon will never be removed #5053
  119. * SVG support in IPython notebook #5077
  120. [1.5.0]
  121. * Update Gogs to 0.11.53
  122. * Bug fixes
  123. * The branch name contains '#' not work correctly #4601
  124. * Issue mention does not render with square brackets #4706
  125. * 500 when merge branch when the base branch is not the default branch #5138
  126. * Gravatar URLs are badly generated #5157
  127. * Able to reuse two factor passcode
  128. * Config option [git] GC_ARGS does not take effect
  129. * Improvements
  130. * Show mirror updates in activity timeline #2017
  131. * Support authentication source config file #3142
  132. * Trigger webhook after mirror sync #4528
  133. * Changed import path from "gogits/gogs" to "gogs/gogs"
  134. * Security fixes
  135. * Add new languages support: Vietnamese
  136. [1.6.0]
  137. * Update Gogs to 0.11.66
  138. [1.7.0]
  139. * Use latest base image
  140. [1.8.0]
  141. * Fix critical CSRF vulnerabilities on API routes #5355
  142. * Wrong redirect after updated protect branch setting whose name contains # #5442
  143. * Clear labels not working #5445
  144. * [Security] Remote command execution #5469
  145. * Push event webhook is not triggered when new branch fetched to mirror repository #5473
  146. * Large issue comment exceeds dashboard section #5502
  147. * List collaborator API does not contain permission information #5538
  148. * [Security] Log out only deletes browser cookies #5540
  149. * [Security] Some routes need to be POST #5541
  150. * [Security] Stored XSS in external issue tracker URL format #5545
  151. * Support prefilling the title and body of new issues using query parameters #5302
  152. * Support data URL of base64 encoded images in Markdown #5391