blog/content/post/release-of-1.14.1.md
jolheiser a225064b9a Add/modify tags on posts (#259)
Now that we have a JSON endpoint for posts, tagging posts can aid in filtering that data in the future.

For example, the docs could list any posts tagged `tutorial` or `feature` somewhere.

Reviewed-on: https://gitea.com/gitea/blog/pulls/259
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-19 18:31:43 +08:00

4.7 KiB

date author title tags draft
2021-04-16T17:09:04+07:00 lunny Gitea 1.14.1 is released
release
gitea
false

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
  • ENHANCEMENTS
    • Add option to skip LFS/attachment files for dump (#15407) (#15492)
    • Clone panel fixes (#15436)
    • Use semantic dropdown for code search query type (#15276) (#15364)
  • BUILD
  • MISC
    • Performance improvement for list pull requests (#15447) (#15500)
    • Fix potential copy lfs records failure when fork a repository (#15441) (#15485)