blog/content/post/release-of-1.13.5.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

3.3 KiB

date author title tags draft
2021-03-21T17:34:25+07:00 6543 Gitea 1.13.5 is released
release
gitea
false

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

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

We have merged 17 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.

Have you heard? We now have a swag shop! 👕 🍵

Changelog

1.13.5 - 2021-03-21

  • SECURITY
  • API
  • BUGFIXES
    • Fix bug when upload on web (#15042) (#15055)
    • Delete Labels & IssueLabels on Repo Delete too (#15039) (#15051)
    • Fix postgres ID sequences broken by recreate-table (#15015) (#15029)
    • Fix several render issues (#14986) (#15013)
    • Make sure sibling images get a link too (#14979) (#14995)
    • Fix Anchor jumping with escaped query components (#14969) (#14977)
    • Fix release mail html template (#14976)
    • Fix excluding more than two labels on issues list (#14962) (#14973)
    • Don't mark each comment poster as OP (#14971) (#14972)
    • Add "captcha" to list of reserved usernames (#14930)
    • Re-enable import local paths after reversion from #13610 (#14925) (#14927)