Skip to content

Releases: gogs/gogs

v0.8.43

24 Feb 16:51
Compare
Choose a tag to compare

Bug fixes

  • Old activities still visible for repositories that lost access #2148
  • Issue references have bad links behind a reverse proxy sub-path #2229
  • Line breaks in email is not in HTML format #2332
  • Long webhook URL is truncated #2465
  • Multiple Webhooks with Slack type send wrong payloads #2485
  • Image path breaks when it contains space #2556
  • 500 when edit wiki after transfer the repository #2558
  • 500 after delete user when view releases #2596
  • Wrong avatar_url field in webhook payload #2630

Improvements

  • Able to config log path on install page #691
  • Add default_branch field to repository object in webhooks #1059
  • Display activities for close and reopen issues #1821
  • Able to fork mirror repository #2505
  • Highlight code blocks in issue page #2538

Features

  • Add config option [markdown] CUSTOM_URL_SCHEMES to allows Markdown render custom URL schemes #2406
  • Support syntax highlight on diff view #2528
  • Support convert mirror repository to regular type #2607

v0.8.25

30 Jan 15:53
Compare
Choose a tag to compare

Bug fixes

  • Pull request can not change branch when both sides are organizations #2014
  • Duplicate of files' name in directory #2254
  • Rename organization redirects to old name #2268
  • HTML pages are rendered in raw mode #2283
  • Allow access to non-home pages of empty repository #2345
  • 500 when viewing authentication-related pages #2349
  • 500 when filename starts with ':' #2373

Improvements

  • Add config option [server] SSH_ROOT_PATH to indicate directory of authorized_keys file #1436
  • Commit IDs use monospace fonts #2264
  • Truncate repository name if too long #2287

Features

  • Support GitHub style Markdown checklist #1048
  • Add more APIs: user followers #1692
  • Support side-by-side diff view #1925 #2296
  • Support highlight inline diff #2335

v0.8.10

18 Dec 13:16
Compare
Choose a tag to compare

Bug fixes

  • Can't identify git version on Windows #2167
  • Wiki preview does not work on Firefox #2171
  • 500 when view repository watchers and stargazers with PostgreSQL #2176
  • Cannot detect correct file encoding #2185
  • Huge diff hangs
  • Cannot handle non-commit tag
  • Dashboard news feeds for organizations are wrong #2223

Features

  • Add more APIs: user emails, organizations #1692

v0.8.0

13 Dec 04:06
Compare
Choose a tag to compare

Bug fixes

  • Cannot push repository with massive commits like Linux kernel #279
  • SMTP authentication makes invalid assumption on protocol #2152

Improvements

  • Send email when a new pull request is submitted #1612
  • Auto login after install if admin is configured #1627
  • Disable change username and password for non-local users #1374 #1938 #2154
  • Able to config git fsck timeout #1943
  • Able to show and edit mirror address on repository pages #1984
  • Do not show content of issue in activity timeline #2029
  • Show author email in commit diff #2035
  • Able to change mirror source address
  • Add "New Mirror" button on dashboard #2037
  • Able to set external URL for wiki #2114

Features

  • Able to limit repository creation per user #1575
  • Able to select branch in commits page #1846

Others

  • Drop 0.5.x support, minimum auto-migration version is 0.6.0.

v0.7.33

06 Dec 21:52
Compare
Choose a tag to compare

Bug fixes

  • LDAP search with non-ascii characters does not work #1139
  • Delete repository does not remove its stars #2042
  • Diff is not showing full content when has super long one line #2071
  • Cannot create pull request on Windows #2093

Improvements

  • Able to disable wiki/issues/pull requests of repository #1829
  • Able to trigger test webhook in web UI #1857
  • Able to batch delete system notices #2052
  • Able to delete repository in admin panel #2063

Features

  • Support repository wiki #270
  • Support issue links are rendered for external tracker #890
  • Add more APIs: public keys #976

v0.7.22

25 Nov 14:38
Compare
Choose a tag to compare

Bug fixes

  • Panic when two links are nested in Markdown #2019
  • Builtin SSH server does not work on Windows

Improvements

  • Drop org/ URL path prefix in organization home page #1944
  • More native supported Git hooks

Others

  • All pages uses new Semantic UI theme #650

v0.7.19

21 Nov 20:12
Compare
Choose a tag to compare

Bug fixes

  • Bad syntax highlighting #670 #1315 #1549 #1712
  • Broken copy link button #1168 #1396
  • Broken download archive UI #1668
  • Pull request does not support merge BIN diff #1922
  • Test patch does not checkout correct base branch #1931
  • Branch/tag selection has wrong z-index #1942
  • Huge image does not display correctly in file view
  • No links in email for admin created account #1979
  • Repository description is not copied after forked #1981
  • Forked repository's visibility is changed itself when update settings #1987

Improvements

  • Sort collaborative repositories by last updated time in dashboard #1302
  • Able to delete a release #1383
  • Update default branch in Git repository while change in web view #1742
  • Show issue title and content in news feeds #1854
  • Show custom avatar for pushed commits list in news feeds
  • Able to use config option [other] SHOW_FOOTER_VERSION = true disable version display on non-admin pages' footer #1957

Features

  • Admin can now view and edit settings of private repositories #493 #1401

Others

v0.7.6

12 Nov 18:11
Compare
Choose a tag to compare

Bug fixes

  • Images in subdirectory does not have correct relative links #1904
  • SSH operations do not handle mixed cases URL
  • Wrong redirection after deleting system notice with sub-path #1930

Improvements

  • Show current branch in commit overview #1572
  • Allow tab to button in issue view page and use enter or space bar to trigger click #1824 #1917

Features

  • Able to start builtin SSH server by config option [server] START_SSH_SERVER = true

v0.7.0

08 Nov 17:15
Compare
Choose a tag to compare

Bug fixes

  • Admin e-mail does not allow root@localhost when install #470
  • Wrong commits reference order on issue page #1602
  • Inconsistent link of e-mail URL after sign up #1697
  • Migrated repository incompatible with --all flag #1705
  • Members of team has admin access can't close/reopen issues #1748
  • Huge diff causes out of memory #1790
  • Push returns fail message when no actual update needed #1896
  • Wrong image link is rendered for relative links #1904

Improvements

  • Detect file renames/moves in diffs #1078
  • Dashboard issues add sorting #1459
  • Allow import local repositories only for admin or permitted users #1511
  • Able to trigger mailer for admin created accounts #1525
  • Show clone URL with original cases #1895

Features

  • Support pull requests #5
  • Auto-render clickable links for images #1433
  • Add config option [repository] FORCE_PRIVATE that allows forcing all new repositories to be private #1657

Others

  • Drop Go 1.2.x support, minimum requirement of Go is 1.3
  • 0.5.x will no longer be supported in 0.8

v0.6.15

26 Sep 19:20
Compare
Choose a tag to compare

Bug fixes

  • 404 when Repository name contains "git" #1593
  • Collaborative repositories missing suburl on dashboard #1594
  • Duplicate commit references when push a new branch #1595
  • Upload image does not handle suburl #1603
  • New SSH keys with comments including whitespace are truncated #1622
  • Change label title resets color #1659

Improvements

  • Able to use GOGS_WORK_DIR environment variable to specify work directory
  • Enable login type conversion after account creation #748
  • Sort owners list by last changed time when create and migrate repositoriy #1585

Features

  • Add TiDB backend database support
  • Add Emoji support #633
  • Able to disable captcha by config option [service] ENABLE_CAPTCHA = false #697
  • Able to restrict SMTP authentication to specific domains #1620

Others

  • Drop social account login support