Releases: gogs/gogs
Releases · gogs/gogs
v0.4.0
v0.3.1
Bug fixes
- Panic when try to get author of tag when there isn't one #92
- Problems with Docker setup scripts #124 #129
- Picture overflows when size is extremely large in single file page
Improvements
- Remember database option status in install page
Features
- Basic support for LDAP/Microsoft Active Directory #112
- Offline mode to disable fetch static resources from CDN
- Support log in by e-mail
Others
- Batch of typo and grammar fix
- Solution for MySQL initialization error when use wrong engine(note)
- Make SQLite3 as default database option when enabled
v0.3.0
Bug fixes
- One-click copy button of clone URL in repository viewer doesn't work(note)
- Doesn't delete corresponding accesses, watches when delete user
- Server log doesn't log into correct file
Improvements
- Add corresponding issue link to create issue notify mail
- Add salt for every single user
- Use PBKDF2 and user salt for encoding user password(note)
- Huge time, CPU and memory reduction of getting repository files
- Show commits list by page, not all at once
- Use build tag to enable SQLite3 support(note)
Features
- Support rename repository/user
- Support transfer repository
- Support reset user password
- Support detect
@someone
,#issueNum
, SHA1 and issue link in markdown render - Support mail notify for someone is mentioned in creating issue
- Support
go get
inmeta
block - Support setting default branch
- Support HTTP(S) push
- Support search commits by keyword in specific branch
- Support private repository
- Support migrate and mirror public/private repository
- Support social account login(GitHub, Google, QQ, Weibo)
- Support view and add new release(use existing tag or create a new one)
- Support download zip archive from any given commit
- Support browse code by tag
Others
- Support deploy with Docker(note)
- Git version requirement for both server and client sides become v1.6.6(Smart HTTP support).