forked from gitea/blog
3.8 KiB
3.8 KiB
date | authors | title | tags | draft | coverImageRelease | ||
---|---|---|---|---|---|---|---|
2021-09-23T13:31:00+02:00 | noerw | Gitea 1.15.3 is released |
|
false | 1.15.3 |
We are proud to present the release of Gitea version 1.15.3.
17 pull requests went into this patch release, and we highly encourage users to update to this version for some important bug-fixes.
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.
Have you heard? We now have a swag shop! 👕 🍵
Changelog
1.15.3 - 2021-09-19
- ENHANCEMENTS
- BUGFIXES
- Render full plain readme. (#17083) (#17090)
- Upgrade xorm to v1.2.4 (#17059)
- Fix bug of migrate comments which only fetch one page (#17055) (#17058)
- Do not show issue context popup on external issues (#17050) (#17054)
- Decrement Fork Num when converting from Fork (#17035) (#17046)
- Correctly rollback in ForkRepository (#17034) (#17045)
- Fix missing close in WalkGitLog (#17008) (#17009)
- Add prefix to SVG id/class attributes (#16997) (#17000)
- Fix bug of migrated repository not index (#16991) (#16996)
- Skip AllowedUserVisibilityModes validation on update user if it is an organisation (#16988) (#16990)
- Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971) (#16977)
- Fix issue with issue default mail template (#16956) (#16975)
- Ensure that rebase conflicts are handled in updates (#16952) (#16960)
- Prevent panic on diff generation (#16950) (#16951)
- Add fluid to ui container class to remove margin (https://github.com/go-gitea/gitea/pull/16396) (https://github.com/go-gitea/gitea/pull/16976)
- Add caller to cat-file batch calls (https://github.com/go-gitea/gitea/pull/17082) (https://github.com/go-gitea/gitea/pull/17089)