blog/content/post/release-of-1.7.5.md
techknowlogick e5db90d48e
All checks were successful
build and publish / build and publish (push) Successful in 5m10s
update some of the URLs to use .com URLs
2023-09-10 15:00:43 -04:00

29 lines
1.3 KiB
Markdown

---
date: 2019-03-27T12:00:00+00:00
authors: "jolheiser"
title: "Gitea 1.7.5 is released"
tags: ["release", "gitea"]
draft: false
coverImageRelease: "1.7.5"
---
We are happy to announce that version 1.7.5 of Gitea has now been released. This version only has 3 merged pull requests as we prepare for 1.8.0!
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.com/gitea/1.7.5/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.com/installation/install-from-binary).
We'd like to thank all of our supporters on
[Open Collective](https://opencollective.com/gitea) who are helping us
with financial sustainment.
<!--more-->
## Changelog
* BUGFIXES
* Fix unitTypeCode not being used in accessLevelUnit ([#6419](https://github.com/go-gitea/gitea/pull/6419)) ([#6423](https://github.com/go-gitea/gitea/pull/6423))
* Fix bug where manifest.json was being requested without cookies and continuously creating new sessions ([#6372](https://github.com/go-gitea/gitea/pull/6372)) ([#6383](https://github.com/go-gitea/gitea/pull/6383))
* Fix ParsePatch function to work with quoted diff --git strings ([#6323](https://github.com/go-gitea/gitea/pull/6323)) ([#6332](https://github.com/go-gitea/gitea/pull/6332))