123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- [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)
- [1.4.0]
- * Update Gogs to 0.11.43
- * Improvements
- * Support HTTP HEAD requests #2857
- * Add option to rewrite authorized_keys file at start #4435
- * Add option to prepend global prefix to the email subject #4524
- * Disable federated avatar lookup by default #5126
- * Bug fixes
- * Protected branch can be deleted from the web after merge request #4514
- * Does not recognise SYSNAME datatype in MSSQL #4642
- * Quick guide is only showed for repository admin #4646
- * Wrong branch URL for name contains # in branches view #4874
- * Commits not merged after accepting pull request using rebase #5051
- * Once branch was protected "Lock" icon will never be removed #5053
- * SVG support in IPython notebook #5077
- [1.5.0]
- * Update Gogs to 0.11.53
- * Bug fixes
- * The branch name contains '#' not work correctly #4601
- * Issue mention does not render with square brackets #4706
- * 500 when merge branch when the base branch is not the default branch #5138
- * Gravatar URLs are badly generated #5157
- * Able to reuse two factor passcode
- * Config option [git] GC_ARGS does not take effect
- * Improvements
- * Show mirror updates in activity timeline #2017
- * Support authentication source config file #3142
- * Trigger webhook after mirror sync #4528
- * Changed import path from "gogits/gogs" to "gogs/gogs"
- * Security fixes
- * Add new languages support: Vietnamese
- [1.6.0]
- * Update Gogs to 0.11.66
- [1.7.0]
- * Use latest base image
- [1.8.0]
- * Fix critical CSRF vulnerabilities on API routes #5355
- * Wrong redirect after updated protect branch setting whose name contains # #5442
- * Clear labels not working #5445
- * [Security] Remote command execution #5469
- * Push event webhook is not triggered when new branch fetched to mirror repository #5473
- * Large issue comment exceeds dashboard section #5502
- * List collaborator API does not contain permission information #5538
- * [Security] Log out only deletes browser cookies #5540
- * [Security] Some routes need to be POST #5541
- * [Security] Stored XSS in external issue tracker URL format #5545
- * Support prefilling the title and body of new issues using query parameters #5302
- * Support data URL of base64 encoded images in Markdown #5391
|