Skip to content

Releases: gogs/gogs

v0.9.141

11 Feb 09:08
Compare
Choose a tag to compare

Bug fixes

  • Cannot edit file after rename repository #3641
  • mailto link incorrectly parsed in Markdown #3790
  • Cannot include spaces inside LDAP DN field #3791
  • Pull request on same repository shows 404 #4074
  • Cannot delete branches with slashes in the name #4089

Improvements

  • Able to redirect visitors to external issue tracker URL #3645
  • Add Open Graph Meta tags #3664

Features

  • Able to disable creation of organizations for non-admins #1556
  • Support IPython Notebook rendering #4070
  • Add Slack logger

Others

  • Stop supporting network connection and email loggers

v0.9.128

31 Jan 12:47
Compare
Choose a tag to compare

Bug fixes

  • Changed branch not reflected when creating PR #3604
  • Can not save release draft as draft again #3669
  • README file without Markdown is showing empty #3749
  • Incorrect composition when send notification emails #3856
  • Wrong anchors for non-latin headings #3981
  • Panic when try to get a file of bare repository #3992
  • Ability to fork arbitrary repository #4006
  • Users can register with used emails

Improvements

  • View all issues assigned to me #1820
  • Skip sending emails to inactive users #3814
  • Add new config option [http] ACCESS_CONTROL_ALLOW_ORIGIN for custom Access-Control-Allow-Origin header #3987
  • Add new config option [repository] ENABLE_LOCAL_PATH_MIGRATION to control local path migration (and disabled by default) #4033

Features

  • Add 'Organizations' page to user settings #3587

v0.9.113

24 Dec 03:04
Compare
Choose a tag to compare

Bug fixes

  • HTTP push consumes a lot of RAM #636
  • Dashboard feeds has unexpected line break on Mac OS X Safari #2875
  • Wrong avatar link for user #3577
  • 404 on release draft edition #3590
  • 500 when issue poster has deleted account
  • Ability to delete other people's secondary emails and application's tokens #3959
  • Ability to delete arbitrary repository's releases #3962
  • Ability to use labels from arbitrary repositories

Improvements

  • Add config option [other] SHOW_FOOTER_TEMPLATE_LOAD_TIME to hide template load time #3492

Features

  • Support search organizations on explore page #2951
  • Provide button to delete merged pull request branch #3225
  • Support disable HTTP operations of repository #3667
  • Support for video files using the HTML5 video tag #3967

Others

  • Add Korean and Galician support

v0.9.97

01 Sep 06:33
Compare
Choose a tag to compare

Bug fixes

  • Only user with repository write access can make comments
  • Diff signs (+/-) are not showing #3464
  • Archive includes full path on Windows #3535

Improvements

  • Add git-daemon-export-ok support #2940
  • Redirect to landing page after login #3089
  • Use user name as email FROM value #3279

Features

  • Support lable templates #1562
  • Support sync mirror repository on UI #2018
  • Support webhooks for pull requests #2246
  • Support listen on unix socket #2852
  • Support PostgreSQL with unix socket #3013
  • Support migrate wiki with repository when available #3233
  • Support web editor for repository files #3460

v0.9.71

10 Aug 19:19
Compare
Choose a tag to compare

Bug fixes

  • Release date does not use tag's create date when exist #3315
  • JavaScript line number breaks syntax highlighting element block #3316
  • Images breaks when use reverse proxy #3348
  • 500 when user leaves organization without relations to any repositories #3379
  • Pull request conflict status not updating properly #3396
  • Dashboard issues for organisations is limited to num_repos from the user #3410
  • Wrong dashboard issue count for create by you category #3417

Improvements

  • Always response with go-import metadata when ?go-get=1 #2825
  • Add config option [git.timeout] GC for Git GC timeout #3091
  • Skip RUN_USER check on Windows #3158
  • Add config option [mirror] DEFAULT_INTERVAL for default interval of mirror checking #3091

Features

  • Support federated avatars
  • Allow use ?render=1 to set HTML rendered in raw mode #2593

v0.9.60

03 Aug 19:27
Compare
Choose a tag to compare

Bug fixes

  • Diff split view not working on pull requests #2790
  • 500 when creating a release with an invalid tag name #3076
  • Cannot mention user name contains dash #3107
  • 500 after delete base branch of pull request #3181
  • Wrong link of new pull request of fork repositories #3186
  • 500 when filtering issues by label #3327

Improvements

  • Add pagination for repositories #1384
  • Use different reversed word and pattern list for repository and user #2903

Features

  • Add issue labels APIs
  • Support delete issue comment #1601
  • Support download diff as patch #2641

v0.9.48

22 Jul 14:24
Compare
Choose a tag to compare

Bug fixes

  • 500 when create pull request with SQLite3 #3291
  • Wrong LDAP username vaildation logic #3295
  • Rewrite update hook operation does not fix wrong permission of script #3302

v0.9.46

17 Jul 03:17
Compare
Choose a tag to compare

Bug fixes

  • Crash with huge size text file #1513
  • Emojis are removed when issue is edited #2458
  • Did not validate attributes fetched from LDAP #2709
  • Raw file link broken when filename contains spaces #2842
  • No mail notification when issue is closed/reopened #2854
  • Possible to get webhooks from arbitrary repositories #3057
  • When repository name are . and .. cause browser automatic behaviors #3229

Improvements

  • Create archives with parent directory in repository name #518
  • Use text/plain as default email content type #1496
  • Ask user to confirm before leaving page with unsaved changes #2881
  • Private forks will become independent repositories after upstream deletion #3232

Features

  • Support prohibit user login #2937
  • Support alphanumeric issue style (ABC-1234) for external issue tracker #2992
  • Support PDF preview #2993

Others

  • Add Turkish support

v0.9.13

19 Mar 18:52
Compare
Choose a tag to compare

Bug fixes

  • Site admin cannot see private repositories on organization home page #2785
  • Non-local users can reset their password #2811
  • 500 when compare branches with name contains '#' #2822
  • Potential concurrency issue with builtin SSH server #2850

Improvements

  • Set HTML meta values for repository #2670
  • Able to search user with username and full name #2792

Features

  • Support search user and repository on both explore page and admin panel #13

v0.9.0

07 Mar 01:31
Compare
Choose a tag to compare

Bug fixes

  • Panic when close issue through commit message #2697
  • Panic when create issue with two or more labels using SQLite3 #2700

Improvements

  • Able to test mail settings in admin panel #1531
  • Improve issue lable readability #2033
  • Add config options for Git operation timeout #2653 #2701 #2704
  • Able to delete current avatar of user and organization

Features

  • More refined collaboration access rights #1146
  • Able to create pull requests between branches in same repository #1597
  • Able to checkout pull requests locally #1655
  • Able to delete Wiki page and entire data #2183

Others

  • Add Finnish support