forked from gitea/blog
4.8 KiB
4.8 KiB
date | authors | title | tags | draft | coverImageRelease | ||
---|---|---|---|---|---|---|---|
2021-04-16T17:09:04+07:00 | lunny | Gitea 1.14.1 is released |
|
false | 1.14.1 |
We are proud to present the release of Gitea version 1.14.1.
We highly encourage users to update to this version for some important bug-fixes.
We have merged 25 pull requests to release this version.
In this release, we switch back to go-git for windows binaries because of #15482.
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.14.1 - 2021-04-15
- BUGFIXES
- Fix bug clone wiki (#15499) (#15502)
- Github Migration ignore rate limit, if not enabled (#15490) (#15495)
- Use subdir for URL (#15446) (#15493)
- Query the DB for the hash before inserting in to email_hash (#15457) (#15491)
- Ensure review dismissal only dismisses the correct review (#15477) (#15489)
- Use index of the supported tags to choose user lang (#15452) (#15488)
- Fix wrong file link in code search page (#15466) (#15486)
- Quick template fix for built-in SSH server in admin config (#15464) (#15481)
- Prevent superfluous response.WriteHeader (#15456) (#15476)
- Fix ambiguous argument error on tags (#15432) (#15474)
- Add created_unix instead of expiry to migration (#15458) (#15463)
- Fix repository search (#15428) (#15442)
- Prevent NPE on avatar direct rendering if federated avatars disabled (#15434) (#15439)
- Fix wiki clone urls (#15430) (#15431)
- Fix dingtalk icon url at webhook (#15417) (#15426)
- Standardise icon on projects PR page (#15387) (#15408)
- ENHANCEMENTS
- BUILD
- MISC