1
0
forked from gitea/blog
blog/content/post/release-of-1.8.2.md

2.7 KiB

date authors title tags draft coverImageRelease
2019-05-30T10:50:00+01:00 jolheiser Gitea 1.8.2 is released
release
gitea
false 1.8.2

We are proud to present the release of Gitea version 1.8.2.

We have merged 13 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'd like to thank all of our supporters on Open Collective who are helping to sustain us financially.

Changelog

  • BUGFIXES
    • Fix possible mysql invalid connnection error (#7051) (#7071)
    • Handle invalid administrator username on install page (#7060) (#7063)
    • Disable arm7 builds (#7037) (#7042)
    • Fix default for allowing new organization creation for new users (#7017) (#7034)
    • SearchRepositoryByName improvements and unification (#6897) (#7002)
    • Fix u2f registrationlist ToRegistrations() method (#6980) (#6982)
    • Allow collaborators to view repo owned by private org (#6965) (#6968)
    • Use AppURL for Oauth user link (#6894) (#6925)
    • Escape the commit message on issues update (#6901) (#6902)
    • Fix regression for API users search (#6882) (#6885)
    • Handle early git version's lack of get-url (#7065) (#7076)
    • Fix wrong init dependency on markup extensions (#7038) (#7074)