Navigation Menu

Skip to content

Releases: gogs/gogs

v0.5.2

18 Sep 18:16
Compare
Choose a tag to compare

Bug fixes

  • Incorrect permission check of ~/.ssh/ #458
  • Can access some pages without signin with REQUIRE_SIGNIN_VIEW=true #464
  • Templating error html/template: "user/activate" is undefined #465
  • Missing arguments in TimeSince #473
  • Wrong action permission check in organization dashboard #474
  • Cannot add new SSH Key in Windows #475
  • Cannot transfer repository ownership #481

Improvements

  • Downgrade Git requirement to 1.7.1 #476
  • Add French translation #479
  • Add git -> MAX_GITDIFF_LINES option to set max show line numbers of Git Diff page

Others

v0.5.0

14 Sep 23:27
Compare
Choose a tag to compare

Bug fixes

  • Panic when view releases that were created by Gogs #197
  • Content lost if user changes milestone or assignee #216
  • Webhook doesn't deliver for SSH pushes #242
  • Mirror repositories are not updated at all #258
  • Not able to serve static files in Windows #271
  • Dashboard issue link is incomplete #273
  • Collaborators are able to change repository settings
  • Edit issue label does not require repository owner or collaborator #303
  • Milestone issue stats not update when reopening/closing issue #340
  • Incorrect max/min limitation error message #340
  • Missing trailing '/' in ROOT_URL causes problems #367
  • SSH keys that include new lines can't be deleted from authorized_keys #370

Improvements

  • Add webhook section for configuring web hook task interval and deliver timeout
  • Add download TAR.GZ button in repository viewer
  • Sort releases by created time if they have same number of commits #199
  • Add Git installation and version check in start
  • Able to show precise time on commit page #281
  • Make possible for administrators to change user's password #291
  • Add more SSH key type verification support #293
  • Allow clickable links in the repository description #300
  • Allow /:username as user home page route
  • Change passoword length limitation to 255 #340
  • Add .mkd as Markdown file extension #362
  • Allow . in repository name #453

Features

  • Add command gogs fix location <old path> to handle Gogs app location change
  • Support edit release and save as draft
  • Add cron task and running process monitor panel
  • Add database adapter for logging
  • Add delete all inactivate accounts operation in admin panel
  • Add reverse proxy authentication support #165
  • Add application level GZIP support by server -> ENABLE_GZIP config option.
  • Closing issues through commits #302
  • Able to star/unstar a repository
  • Ability to attach files to issues (attachments) #307
  • Able to create/manage/delete organization with team management
  • Add Slack webhook integration #379
  • Add Organization-level Webhooks #442

Others

  • Official website brand new design(gogs.io)
  • Whole site new UI design
  • Most of pages implement multiple languages
  • Add Ubuntu install package #455

v0.4.2

06 Jun 12:10
Compare
Choose a tag to compare

Bug fixes

  • System mail didn't use mailer -> FROM as sender name #214
  • Verbose prefix of gitignore and license files in create repository page #230
  • Comment length is limited to 255 #232
  • Cannot create repository with custom gitignore or license files #237

v0.4.1

01 Jun 15:06
Compare
Choose a tag to compare

Bug fixes

  • Cannot clone through SSH with non-default port(22) #94
  • Cannot migrate repository when use PostgreSQL #141
  • Show private repository activities on public activities list #148
  • Does not verify admin user name in install page #149
  • Does not update all accesses when change user name #150
  • Panic when no master branch
  • Panic when delete a branch #155
  • Redirect to 404 page when commenter is not the repository owner #159
  • Show 500 page when poster of issue no longer exists #167
  • Using @ in code block tries to make a mention #178

Improvements

  • Able to unbind social account from database
  • Add mail notification for new comment and mentioned in new comment
  • Add comment on issue activity
  • Add clean unbind OAuthes operation in admin panel
  • Underlying system of issue tracker
  • Able to log message to different adapters by level at same time
  • Show collaborative repositories in dashboard
  • Able to preview option for editing of issue #204
  • Able to set GOGS_CUSTOM envrionment variable to set global custom path #209
  • Add log -> ROOT_PATH option for custom log file path #209

Features

  • Support SMTP authentication #8
  • Support user name contains dot . #91
  • Support add/remove repository collaborators
  • Add server -> DISABLE_ROUTER_LOG option for disabling router log
  • Add picture -> DISABLE_GRAVATAR option for disabling Gravatar
  • Add command gogs dump for dumping files and database
  • Support webhook services #98
  • Add read/unread status to issue
  • Add assignee to issue
  • Add history page for file #166
  • Support add custom .gitignore and license files by adding them to custom/conf/gitignore and custom/conf/license #174
  • Add milestone to issue tracker
  • Support download tar.gz for releases #186
  • Add server -> STATIC_ROOT_PATH option for indicating custom template and static file path #209

Others

  • Official website online(gogs.io)
  • Support install with Vagrant(note)
  • Support install from AUR packages #176

v0.4.0

12 Jun 14:47
Compare
Choose a tag to compare
Fix #222

v0.3.1

29 Apr 02:04
Compare
Choose a tag to compare

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

21 Apr 11:19
Compare
Choose a tag to compare

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 in meta 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).

v0.2.0

31 Mar 13:09
Compare
Choose a tag to compare
  • First public release.