blog/content/post/release-of-1.11.4.md

2.6 KiB

date authors title tags draft coverImageRelease
2020-04-01T10:00:00+00:00 jolheiser Gitea 1.11.4 is released
release
gitea
false 1.11.4

We are proud to present the release of Gitea version 1.11.4. (No, this isn't an April Fool's joke! 😉 )

We highly encourage users to update to this version for some important bug-fixes.

We have merged 12 pull requests to release this version.

You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.

We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.

Changelog

1.11.4 - 2020-04-01

  • BUGFIXES
    • Only update merge_base if not already merged (#10909)
    • Fix milestones too many SQL variables bug (#10880) (#10904)
    • Protect against NPEs in notifications list (#10879) (#10883)
    • Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (#10868)
    • Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#10676) (#10797)
    • Account for empty lines in receive-hook message (#10773) (#10784)
    • Fix bug on branch API (#10767) (#10775)
    • Migrate to go-git/go-git v5.0.0 (#10735) (#10753)
    • Fix hiding of fields in authorization source page (#10734) (#10752)
    • Prevent default for linkAction (#10742) (#10743)