CHANGELOG 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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