123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- [0.6.10]
- * Works with readonly rootfs
- [0.6.11]
- * Fix bug where app wouldn't start up
- [0.7.0]
- * Update to latest base image
- [0.7.1]
- * Remove some backward compat code
- [0.8.0]
- * Use Gogs 0.8.25
- * Support GitHub style Markdown checklist
- * Add more APIs: user followers
- * Support side-by-side diff view
- * Support highlight inline diff
- * Complete [Changelog](https://github.com/gogits/gogs/releases/tag/v0.8.25)
- [0.9.0]
- * Use 'git' instead of 'cloudron' user
- [0.10.0]
- * Use Gogs 0.8.43
- * Issue references have bad links behind a reverse proxy sub-path #2229
- [0.11.0]
- * Use Gogs 0.9.0
- * [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.0)
- [0.12.0]
- * Use Gogs 0.9.13
- [0.12.1]
- * Fix username login
- [0.12.2]
- * Allow disabling SSH
- [0.12.3]
- * Fix login via email
- [0.12.4]
- * Fix ldap update query
- [0.12.5]
- * Preserve ssh host keys across updates
- [0.12.6]
- * Use latest SMTP configuration
- [0.12.7]
- * Update base image to 0.8.1
- [0.13.0]
- * Update Gogs to 0.9.48
- * [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.48)
- [0.13.1]
- * Update Gogs to 0.9.71
- * [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.71)
- [0.13.2]
- * Update base image
- [0.13.3]
- * Implement public mode
- [0.13.4]
- * Add post install message
- [0.13.5]
- * Fix post install message
- [0.14.0]
- * Update base image
- * Update Gogs to 0.9.128
- [0.14.1]
- * Update description
- [0.15.0]
- * Update to 0.10.18
- [0.16.0]
- * Update Gogs to 0.11
- * Fix issue where custom avatars could not be uploaded
- * Fix issue where web based editing would not work
- [0.16.1]
- * Update Gogs to 0.11.4
- [0.16.2]
- * Update description
- [0.16.3]
- * Update to Gogs 0.11.19
- [1.0.0]
- * Update Git to v2.7.4-0ubuntu1.2
- * Fixes critical security issue that allows remote command execution in git
- * https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-1000117.html
- [1.1.0]
- * Update to Gogs 0.11.29
- * Private repository activity shown in "Public activity" tab, if the repository was once public #4414
- * Webhooks refuse IPv6 URLs as invalid #4428
- * No email notification if issue closed by commit #4430
- * Explore page incorrect paging #4441
- * /api/v1/repos/search returns empty values #4522
- * Panic after created a pull request #4572
- [1.1.1]
- * Preserve SECRET_KEY across updates and restarts
- [1.2.0]
- * Update to Gogs 0.11.33
- * Bug fixes
- * Some security fixes
- * Wrong commit ID in webhook payload after merging pull request #4442
- * Meta tag go-import does not response correct value #4832
- * Features
- * Add Dingtalk webhook support #4773
- * Allow rebase and merge pull request #4798
- * Improvements
- * Add placeholder '%s' for username in LDAP BindDN #2526
- * Allow UID for git user in Docker container to be specified via ENV variable #3520
- * Add repository setting to ignore whitespace when check pull request conflict #4834
- * Others
- * Add new language support: Slovak
- [1.2.1]
- * Update Gogs to 0.11.34
- * Regression: Pull request is not working between different repositories #4890
- [1.3.0]
- * Fix email sending (use SMTPS)
|