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

918 B

date author title tags draft
2017-09-05T11:53:30+08:00 lunny Release of 1.1.4
release
gitea
false

We proudly present the bugfix release of Gitea version 1.1.4. We have merged 6 pull requests to release this version of Gitea. You can download one of our pre-built binaries from our downloads page, you just need to select the correct platform. For further details of the installation follow our installation guide.

Changelog

  • BUGFIXES
    • Fix rendering of external links (#2292) (#2315)
    • Fix deleted milestone bug (#1942) (#2300)
    • fix 500 error when view an issue which's milestone deleted (#2297) (#2299)
    • Fix SHA1 hash linking (#2143) (#2293)
    • Fix rendering of issue checkboxes (#2291)
    • Fix some security bugs