update some of the URLs to use .com URLs

This commit is contained in:
techknowlogick 2023-09-10 15:00:43 -04:00
parent 831cd4f33c
commit e5db90d48e
123 changed files with 147 additions and 217 deletions

View File

@ -1,15 +1,11 @@
# Gitea: Blog
[![Build Status](https://drone.gitea.com/api/badges/gitea/blog/status.svg)](https://drone.gitea.com/gitea/blog)
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea)
## Hosting
This page is hosted on our infrastructure within Docker containers, it gets
automcatically updated on every push to the `master` branch.
If you want to host this page on your own you can take our docker image
[gitea/blog](https://hub.docker.com/r/gitea/blog/).
automcatically updated on every push to the `main` branch.
## Install
@ -50,5 +46,5 @@ for the full license text.
## Copyright
```
Copyright (c) 2016 The Gitea Authors <https://gitea.io>
Copyright (c) 2016 The Gitea Authors <https://about.gitea.com>
```

View File

@ -1,66 +0,0 @@
baseurl: https://blog.gitea.io/
languageCode: en-us
title: Blog
theme: gitea
defaultContentLanguage: en-us
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: true
enableEmoji: true
permalinks:
post: /:year/:month/:title/
doc: /:slug/
page: /:slug/
default: /:slug/
params:
description: Git with a cup of tea
author: Gitea
website: https://blog.gitea.io
outputs:
home:
- HTML
- RSS
- JSON
menu:
page:
- name: Website
url: https://gitea.io/en-us/
weight: 10
pre: home
- name: Docs
url: https://docs.gitea.io/en-us/
weight: 20
pre: question
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: Blog
url: /
weight: 30
pre: rss
post: active
- name: Shop
url: https://shop.gitea.io/
weight: 40
pre: shopping-cart
- name: Downloads
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group

View File

@ -16,6 +16,6 @@ To show you how quick it is to install Gitea using our helm chart is, here is a
First you'll need to [install KinD](https://github.com/kubernetes-sigs/kind#installation-and-usage), and create a cluster with it using `kind create cluster` and tell your local tools where they can get the configuration to connect to your newly created cluster using `export KUBECONFIG="$(kind get kubeconfig-path --name="kind")`
Now that your cluster has been created, you'll need to tell helm where it can look for the helm chart using `helm repo add gitea-charts https://dl.gitea.io/charts/` and to ensure that helm has the latest updates you can have it pull down the latest repo changes with `helm repo update`.
Now that your cluster has been created, you'll need to tell helm where it can look for the helm chart using `helm repo add gitea-charts https://dl.gitea.com/charts/` and to ensure that helm has the latest updates you can have it pull down the latest repo changes with `helm repo update`.
Finally, you can install Gitea using the default configuration with `helm install gitea gitea-charts/gitea`. There are many [configuration options](https://gitea.com/gitea/helm-chart/#configuration) available including setting up an ingress, using an external database, and much more!

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.0"
---
We proudly present the release of Gitea version 1.0.0. We have closed [44](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.0.0) issues and we also merged [238](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.0.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/), if you want to upgrade from Gogs follow our [migration guide](https://docs.gitea.io/en-us/upgrade-from-gogs/).
We proudly present the release of Gitea version 1.0.0. We have closed [44](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.0.0) issues and we also merged [238](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.0.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary), if you want to upgrade from Gogs follow our [migration guide](https://docs.gitea.io/en-us/upgrade-from-gogs/).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.0.1"
---
We proudly present the bugfix release of Gitea version 1.0.1. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.0.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.0.1. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.0.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.0.2"
---
We proudly present the bugfix release of Gitea version 1.0.2. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.2) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.0.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.0.2. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.2) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.0.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.1"
---
We proudly present the release of Gitea version 1.1.0. We have closed [126](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.1.0) issues and we also merged [348](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.1.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the release of Gitea version 1.1.0. We have closed [126](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.1.0) issues and we also merged [348](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.1.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.1.1"
---
We proudly present the bugfix release of Gitea version 1.1.1. We have merged [10](https://github.com/go-gitea/gitea/milestone/10?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.1.1. We have merged [10](https://github.com/go-gitea/gitea/milestone/10?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.1.2"
---
We proudly present the bugfix release of Gitea version 1.1.2. We have merged [5](https://github.com/go-gitea/gitea/milestone/11?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.1.2. We have merged [5](https://github.com/go-gitea/gitea/milestone/11?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.1.3"
---
We proudly present the bugfix release of Gitea version 1.1.3. We have merged [6](https://github.com/go-gitea/gitea/milestone/12?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.1.3. We have merged [6](https://github.com/go-gitea/gitea/milestone/12?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.1.4"
---
We proudly present the bugfix release of Gitea version 1.1.4. We have merged [6](https://github.com/go-gitea/gitea/milestone/13?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.4/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.1.4. We have merged [6](https://github.com/go-gitea/gitea/milestone/13?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.4/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -14,9 +14,9 @@ In this release, we've merged
The list includes 97 features and enhancements, and more than 150 bug fixes and documentation improvements.
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.10.0/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.10.0/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
If you are running Raspbian and you are having problems starting Gitea, please check [raspberrypi/linux/issues/#3271](https://github.com/raspberrypi/linux/issues/3271) for a possible fix. Unfortunately, there is still no armv7 build, but using armv6 has worked for many users, so please try that in the meantime.

View File

@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.10.1.
We have merged [19](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.10.1+is%3Aclosed) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.10.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.10.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.10.2.
We have merged [18](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.10.2+is%3Aclosed) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.10.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.10.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.10.3.
We have merged [15](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.10.3+is%3Aclosed) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.10.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.10.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -14,9 +14,9 @@ In this release, we've merged
Special thanks to everyone, past and present, who have contributed and made this possible.
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.11.0/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.11.0/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
<!-- raspi https://github.com/raspberrypi/linux/issues/3271 -->
Unfortunately, there is still no ARMv7 build, but using ARMv6 has worked for many users, so please try that in the meantime.

View File

@ -10,13 +10,13 @@ coverImageRelease: "1.11.1"
We are proud to present the release of Gitea version 1.11.1.
There is a known high priority bug that will be fixed in `1.11.2` ([#10318](https://github.com/go-gitea/gitea/pull/10318)).
If anyone experiences this problem, you may want to use the [1.11 branch download](https://dl.gitea.io/gitea/1.11/) until `1.11.2` is released.
If anyone experiences this problem, you may want to use the [1.11 branch download](https://dl.gitea.com/gitea/1.11/) until `1.11.2` is released.
This release fixes a serious bug in the worker pool that leads to a deadlock. ([#10284](https://github.com/go-gitea/gitea/pull/10284))
We have merged [14](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.1+is%3Aclosed) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ This release contains several important security fixes and multiple critical bug
We have merged [40](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.2+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -10,8 +10,8 @@ coverImageRelease: "1.10.6/1.11.3"
We are proud to present the releases of Gitea versions 1.11.3 and 1.10.6.
These are maintenance releases, and replace their respective previous patch versions due to a few mishaps that occurred during their release.
Our current latest release is now Gitea [1.11.3](https://dl.gitea.io/gitea/1.11.3/), but if you are running Gitea 1.10 and don't wish to upgrade
to our 1.11 branch yet, please update your system to [1.10.6](https://dl.gitea.io/gitea/1.10.6/), the latest of the 1.10 branch.
Our current latest release is now Gitea [1.11.3](https://dl.gitea.com/gitea/1.11.3/), but if you are running Gitea 1.10 and don't wish to upgrade
to our 1.11 branch yet, please update your system to [1.10.6](https://dl.gitea.com/gitea/1.10.6/), the latest of the 1.10 branch.
Full disclosure, the following problems affected our recent releases:
@ -22,7 +22,7 @@ When upgrading, please skip any intermediate patch versions (e.g., **don't** go
In particular, **do not use** any of these versions, as a bug in the upgrade process will delete attachments from the releases on your repositories. The affected versions are: v1.10.0, v1.10.1, v1.10.2, v1.10.3, v1.10.4, v1.11.0, and v1.11.1. See [#10526](https://github.com/go-gitea/gitea/issues/10526) for more information.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.3/) - 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 would like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [12](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.4+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [25](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.5+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [18](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.6+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.6/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [6](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.7+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.7/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -12,7 +12,7 @@ We are proud to present the release of Gitea version 1.12.0, and subsequently 1.
In this release we merged a whopping [673](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.0+is%3Amerged) pull requests! That's the highest number *ever* in a release!
We cannot express enough gratitude to those who support us, big or small.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.1/) - 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).
:exclamation: One of the features added in 1.12 is [language stats](#language-statistics-bar-for-repositories-8037-https-github-com-go-gitea-gitea-issues-8037).
Users upgrading should note that the initial calculation of repositories may take some time, so plan accordingly.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [15](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.2+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [6](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.3+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
We would like to give a special thanks to Jeffrey C. Ollie ([@jcollie](https://github.com/jcollie)), Osama Hamad ([@osamahamad](https://github.com/osamahamad)) and [RedTeam Pentesting GmbH](https://www.redteam-pentesting.de/) for reporting security issues that have been patched in this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.4/) - 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).

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [25](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.5+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [27](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
We would like to give a special thanks to [stypr](https://github.com/stypr) of Flatt Security Inc. for reporting security issues that have been patched in this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.6/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -19,7 +19,7 @@ We would like to give a special thanks to Michael Scherer ([@mscherer](https://g
Thanks to [@zeripath](https://github.com/zeripath) for fixing in [#12685](https://github.com/go-gitea/gitea/pull/12685)
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.0/) - 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).
:exclamation: As of this version, Gitea supports TLS version 1.2 at _minimum_. ([#12689](https://github.com/go-gitea/gitea/pull/12689))

View File

@ -18,7 +18,7 @@ We would like to give a special thanks to Sebastian Goettsch ([@sgoettsch](https
Thanks to [@zeripath](https://github.com/zeripath) for fixing in [#14154](https://github.com/go-gitea/gitea/pull/14154), and [@6543](https://github.com/6543) for fixing another one in [#14031](https://github.com/go-gitea/gitea/pull/14031).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [28](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [21](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.13.3+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.3/) - 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).
:exclamation: Password hashing algorithm default has changed back to pbkdf2 from argon2. ([#14673](https://github.com/go-gitea/gitea/pull/14673))

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.13.4+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.4/) - 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 would like to give a special thanks to Septatrix for reporting a security issue that was patched in this release.

View File

@ -15,7 +15,7 @@ We have merged [17](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -18,7 +18,7 @@ We have merged [4](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
We would like to give a special thanks to Marcos Españadero who is Network Management / SysOps at UTE ABI Corredor for reporting a security issue that was patched in this release.
Thanks to [@lunny](https://github.com/lunny) for fixing in [#15124](https://github.com/go-gitea/gitea/pull/15124, and [@zeripath](https://github.com/zeripath) for fixing another one in [#15096](https://github.com/go-gitea/gitea/pull/15096).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.6/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -18,7 +18,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
We would like to give a special thanks to [Kevin Chung](https://blog.kchung.co/) and [a-codingkiwi](https://github.com/a-codingkiwi) for both independently reporting a security issue that was patched in this release.
Thanks to [bluemonday](https://github.com/microcosm-cc/bluemonday) and [@zeripath](https://github.com/zeripath) for fixing [#15294](https://github.com/go-gitea/gitea/pull/15294), Thanks to [@zeripath](https://github.com/zeripath) for another one in [#15160](https://github.com/go-gitea/gitea/pull/15160)
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.7/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.14.0.
We have merged an incredible [641](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.14.0+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.0/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [25](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
In this release, we switch back to go-git for windows binaries because of [#15482](https://github.com/go-gitea/gitea/pull/15482).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [44](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [45](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
We would like to give a special thanks the reporters of security issues in this release. Thanks to CTurt (Google) for reporting [#16117](https://github.com/go-gitea/gitea/pull/16117) and [@lunny](https://gitea.com/lunny) for submitting security patch. Thanks to [@knassar702](https://github.com/knassar702) for reporting [#16185](https://github.com/go-gitea/gitea/pull/16185) and [@zeripath](https://gitea.com/zeripath) for submitting the patch to resolve this issue.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes
We have merged [11](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.14.3+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
We would like to give a special thanks to [@6543](https://gitea.com/6543) and [@zeripath](https://gitea.com/zeripath) for submitting the security patches for this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [6](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
We would like to give a special thanks to [@6543](https://gitea.com/6543) and [@zeripath](https://gitea.com/zeripath) for submitting the security patches for this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.6/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.15.0.
We have merged [488](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.15.0+is%3Amerged) pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.0/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We highly encourage users on versions v1.14.3-v1.14.7 to update to v1.14.7 befor
We have merged [26](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.1+is:merged) pull requests to release version 1.15.1 and [6](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.14.7+is:merged) pull requests to release version 1.14.7.
You can download one of our pre-built binaries for 1.15.1 from our [downloads page](https://dl.gitea.io/gitea/1.15.1/) ([1.14.7](https://dl.gitea.io/gitea/1.14.7/)) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries for 1.15.1 from our [downloads page](https://dl.gitea.com/gitea/1.15.1/) ([1.14.7](https://dl.gitea.com/gitea/1.14.7/)) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.10/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.10/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.11/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.11/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -11,7 +11,7 @@ Unfortunately following the release of 1.15.1 it has become apparent that there
We have merged [3](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.2+is:merged) pull requests to release version 1.15.2.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -12,7 +12,7 @@ We are proud to present the release of Gitea version 1.15.3.
[17](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.3+is:merged) pull requests went into this patch release,
and we highly encourage users to update to this version for some important bug-fixes.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -26,7 +26,7 @@ A command to provide an automatic fix for problems with the `login_source` table
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -26,7 +26,7 @@ A command to provide an automatic fix for problems with the `login_source` table
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -26,7 +26,7 @@ A command to provide an automatic fix for problems with the `login_source` table
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.6/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -24,7 +24,7 @@ gitea doctor --fix --run fix-broken-repo-units
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.7/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -24,7 +24,7 @@ gitea doctor --fix --run fix-broken-repo-units
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.8/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.8/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [15](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.9/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.9/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -13,7 +13,7 @@ We have merged [19](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -14,7 +14,7 @@ We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
We would like to give a special thanks to starlabs.sg to report the security problem and thanks to [@6543](https://gitea.com/6543) for submitting the security patches for this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [17](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
We would like to give a special thanks to **Maxim Suslov** (independent security researcher), [E99p1ant](https://github.com/wuhan005) to report the security problems from huntr and thanks to [@lunny](https://gitea.com/lunny), [@zeripath](https://gitea.com/zeripath) and [@6543](https://gitea.com/6543) for submitting the security patches for this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [23](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
We would like to give a special thanks to [@kdumont](https://gitea.com/kdumont), [@zeripath](https://gitea.com/zeripath), [@rajbabai8](https://github.com/rajbabai8) for reporting the security problems from huntr and internally, and thanks to [@zeripath](https://gitea.com/zeripath) for submitting the security patches for this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [31](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.6/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -18,7 +18,7 @@ We would like to give a special thanks to [E99p1ant](https://github.com/wuhan005
and thanks to [@6543](https://gitea.com/6543) for submitting the security patch for this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.7/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [17](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.8/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.8/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -19,7 +19,7 @@ We would like to thank [usd AG](https://herolab.usd.de/en/security-advisories/)
We would also like to thank [@Gusted](https://codeberg.org/Gusted) for the other security patch in this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.9/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.9/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We highly encourage users to update to this version after carefully reading abou
[645](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.17.0+is%3Amerged) Pull Requests were merged to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.0/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -16,7 +16,7 @@ We have merged [35](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
Thanks to Aleksey Solovev (Positive Technologies) for the security issue in this release, and [@zeripath](https://gitea.com/zeripath) for the fix!
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -17,7 +17,7 @@ We have merged [42](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
Thanks to [@zeripath](https://gitea.com/zeripath) for the security fixes in this release!
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -17,7 +17,7 @@ We have merged [29](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
A big thank you to Ngo Wei Lin ([@Creastery](https://twitter.com/creastery)) of STAR Labs ([@starlabs_sg](https://twitter.com/starlabs_sg)) for reporting issues [#21465](https://github.com/go-gitea/gitea/pull/21465) and [#21464](https://github.com/go-gitea/gitea/pull/21464), and a thank you to to [techknowlogick](https://gitea.com/techknowlogick), [wxiaoguang](https://gitea.com/wxiaoguang), and [6543](https://gitea.com/6543) for sending patches to resolve them.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -16,7 +16,7 @@ We have merged [51](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
Thanks to [@KN4CK3R](https://gitea.com/KN4CK3R) for the security patches in this release!
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -19,7 +19,7 @@ We have merged [535](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone
We would like to thank [@pboguslawski](https://github.com/pboguslawski) for reporting the reverse proxy authentication issue, and [@zeripath](https://gitea.com/zeripath) for the subsequent fix.
We would also like to thank [@appleboy](https://gitea.com/appleboy) and [@silverwind](https://gitea.com/silverwind) for the other security fixes in this release.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.0/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [37](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -24,7 +24,7 @@ Thanks to everyone who reported the git vulnerability, which should naturally be
More information can be found at https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -16,7 +16,7 @@ We have merged [4](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
<!-- Security Thanks! -->
Thanks to [@Gusted](https://gusted.xyz) for the report, and for the patch which [@KN4CK3R](https://gitea.com/KN4CK3R) applied!
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -26,7 +26,7 @@ Thanks to [@zeripath](https://gitea.com/zeripath) as well for the new admin comm
:exclamation: This release will also contain an updated `git` binary in the docker images to fix the recent CVEs. Anyone not using docker will need to update their `git` binary manually! More information can be found at <https://cve.circl.lu/cve/CVE-2023-22490> and <https://cve.circl.lu/cve/CVE-2023-23946>.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -27,7 +27,7 @@ We have merged [544](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone
We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.0/) - 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 are now working on moving our infrastructure from `gitea.io` to `gitea.com`, as well as migrating from Drone CI to Gitea Actions. During this conversion, if you encounter any problems, please report them via [discord](https://discord.gg/gitea).

View File

@ -20,7 +20,7 @@ It has been changed to `repo.actions` for consistency.
If you haven't placed it there explicitly, no action is required.
While Gitea aims for stability in already released versions, we decided to release this breaking change in 1.19.1 because Gitea Actions are still experimental and this option was previously undocumented, so we expect that a vast majority of users are likely unaffected.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.19.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.1/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -21,7 +21,7 @@ This release also includes an update to the `go-redis` library used by Gitea whi
Thanks to [@KN4CK3R](https://gitea.com/KN4CK3R) for reporting both security issues patched in this release, and thanks to him and [@lunny](https://gitea.com/lunny) for the subsequent fixes!
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.19.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.2/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3
In this release, we use golang 1.20.4 to fix [CVE-2023-24539](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24539), [CVE-2023-24540](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24540), and [CVE-2023-29400](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29400) .
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.3/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -15,7 +15,7 @@ We have merged [62](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%
<!-- Security Thanks! -->
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.19.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.4/) - 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 would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.2"
---
We proudly present that we have released the third big version of Gitea v1.2.0. We have merged [676](https://github.com/go-gitea/gitea/milestone/3?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present that we have released the third big version of Gitea v1.2.0. We have merged [676](https://github.com/go-gitea/gitea/milestone/3?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
This version was delayed for six months but that will not change our release cycle plan. After voting by community we have changed the Logo design. Many new features added like Status API and showing it in commit tab, integration with 20+ OAuth2 providers and support for OpenID login, Team Units, GPG signed commit validation, Batch operations on issues. Also there are more than 200 bugs fixed in this release cycle and that is also the reason why release was delayed so much. We are working hard to get next version [v1.3.0](https://github.com/go-gitea/gitea/milestone/9) released as soon as possible!

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.2.1"
---
We proudly present the bugfix release of Gitea version 1.2.1. We have merged [5](https://github.com/go-gitea/gitea/milestone/15?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.2.1. We have merged [5](https://github.com/go-gitea/gitea/milestone/15?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.2.2"
---
We proudly present the bugfix release of Gitea version 1.2.2. We have merged [5 pull requests](https://github.com/go-gitea/gitea/milestone/16?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.2.2. We have merged [5 pull requests](https://github.com/go-gitea/gitea/milestone/16?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.2.3"
---
We proudly present the bugfix release of Gitea version 1.2.3. We have merged [3 pull requests](https://github.com/go-gitea/gitea/milestone/17?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.2.3. We have merged [3 pull requests](https://github.com/go-gitea/gitea/milestone/17?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -232,7 +232,7 @@ With it, you can force users to open issues from a template, or to display addit
blank_issues_enabled: false
contact_links:
- name: Gitea
url: https://gitea.io
url: https://about.gitea.com
about: Visit the Gitea Website
- name: Security issues
url: mailto:security@gitea.io

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.3"
---
We proudly present that we have released the fourth big version of Gitea v1.3.0. We have merged [314](https://github.com/go-gitea/gitea/milestone/9?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present that we have released the fourth big version of Gitea v1.3.0. We have merged [314](https://github.com/go-gitea/gitea/milestone/9?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
There is one breaking change in URL scheme for code tab that is now changed to be less ambiguous while still keeping backwards comaptibility by redirecting old links to new scheme. This release adds new features such as Branch overview page, Activity page with latest issue and pull request stats, Time tracking for issues and pull requests, Option to specify branch when creating issue, Creating new branch from branch selection dropdown, List of all repositories under user settings, Orgmode and external renderer support for file view and readme, More webhooks and also experimantal repository source code search (be warned that it's possible to enable it only for all repositories and it could take as much as 5 times more disk space than repisotries itself). Also there are a lot of bugs fixed in this release cycle. We are working hard already to get next version [v1.4.0](https://github.com/go-gitea/gitea/milestone/14) released as soon as possible!

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.3.1"
---
We proudly present the bugfix release of Gitea version 1.3.1. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/18?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.3.1. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/18?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -7,7 +7,7 @@ draft: false
coverImageRelease: "1.3.2"
---
We proudly present the bugfix release of Gitea version 1.3.2. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/19?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We proudly present the bugfix release of Gitea version 1.3.2. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/19?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -10,7 +10,7 @@ coverImageRelease: "1.3.3"
We proudly present the bugfix release of Gitea version 1.3.3. This release contains important
security fixes so it is highly recommended to update to latest release.
We have merged [5 pull requests](https://github.com/go-gitea/gitea/milestone/20?closed=1) to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -9,7 +9,7 @@ coverImageRelease: "1.4"
The Gitea 1.4.0 release is done, with a total of [236 merged pull requests](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr+milestone%3A1.4.0+is%3Amerged). We made sure to deliver as many new features as possible in this version—you're going to love it!
You can download one of pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.0/). For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.0/). For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
Starting this release, we'll walk you through the most important changes. We've got a lot to talk about for Gitea 1.4.0.

View File

@ -10,7 +10,7 @@ coverImageRelease: "1.4.1"
We proudly present the bugfix release of Gitea version 1.4.1. This release contains important
security fixes so it is highly recommended to update to latest release.
We have merged [17 pull requests](https://github.com/go-gitea/gitea/milestone/22?closed=1) to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
We would like to say special thanks to those who reported security issues fixed in this release.

View File

@ -11,7 +11,7 @@ It's been a wild and wonderful weekend. Many new users have found Gitea and we a
We are happy to release version 1.4.2 of Gitea. We have merged [13 pull requests](https://github.com/go-gitea/gitea/milestone/23?closed=1) to release version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
<!--more-->

View File

@ -10,8 +10,8 @@ coverImageRelease: "1.4.3"
We proudly present the bugfix release of Gitea version 1.4.3. This release contains important
security fixes so it is highly recommended to update to latest release.
We have merged [9 pull requests](https://github.com/go-gitea/gitea/milestone/25?closed=1) to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.3/), you just need to select the correct platform.
For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.3/), you just need to select the correct platform.
For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
We would like to say special thanks to those who reported security issues fixed in this release.

View File

@ -12,9 +12,9 @@ The time has come for another major release! We are happy to present Gitea
-- just a bit more than last time (236).
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.5.0/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.5.0/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
We'd like to thank all of our backers on
[Open Collective](https://opencollective.com/gitea), who are helping us deliver

View File

@ -11,9 +11,9 @@ is a smaller release, with only 9 merged PRs, but it contains several
security related fixes and so we recommend upgrading whenever possible.
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.5.1/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.5.1/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
We'd like to thank Cezar97 for reporting the security issues that have been patched
in this release. Another thank you goes to all of our supporters on

View File

@ -11,9 +11,9 @@ is a smaller release, with only 12 merged PRs, but it contains several
security related fixes and so we recommend upgrading whenever possible.
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.5.2/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.5.2/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
We'd like to thank [cezar97](https://github.com/cezar97) for reporting the security issue that have been patched
in this release. Another thank you goes to all of our supporters on

View File

@ -12,9 +12,9 @@ security fix for vulnerability that could potentially allow for authorized
users to do remote code excution.
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.5.3/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.5.3/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
We'd like to thank [5alt](https://github.com/5alt) for reporting security issue
that have been patched in this release. Another thank you goes to all of our

View File

@ -12,9 +12,9 @@ The time has come for another major release! We are proud to present Gitea
-- it's less than last time (258).
You can download one of our pre-built binaries from our
[downloads page](https://dl.gitea.io/gitea/1.6.0/) - make sure to select the
[downloads page](https://dl.gitea.com/gitea/1.6.0/) - make sure to select the
correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[installation guide](https://docs.gitea.com/installation/install-from-binary).
We'd like to thank all of our backers on
[Open Collective](https://opencollective.com/gitea), who are helping us deliver

View File

@ -8,9 +8,9 @@ coverImageRelease: "1.6.1"
We are happy to announce version 1.6.1 of Gitea has now been released. This
is a smaller release, with 7 merged PRs. You can download one of our pre-built
binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.1/) - make
binaries from our [downloads page](https://dl.gitea.com/gitea/1.6.1/) - make
sure to select the correct platform! For further details on how to install, follow our
[installation guide](https://docs.gitea.io/en-us/install-from-binary/).
[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 also helping us

View File

@ -10,8 +10,8 @@ coverImageRelease: "1.6.2"
We proudly present the bugfix release of Gitea version 1.6.2. This release contains important
security fixes so it is highly recommended to update to latest release.
We have merged 10 pull requests to release this version.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.2/),
you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.6.2/),
you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary).
We would like to say special thanks to those who reported security issues fixed in this release.

Some files were not shown because too many files have changed in this diff Show More