From 9a5b46da32fa12c32215a0c0a8b233c14a10c9b0 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 27 Feb 2023 19:28:53 +0100 Subject: [PATCH 1/2] [DOCS] RELEASE-NOTES: v1.19 has a documentation --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8211926472..ca9e74b057 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -95,6 +95,10 @@ If a Forgejo instance has users or organizations named `forgejo-actions` and `gi ### Features +### [Documentation](https://forgejo.org/docs/v1.19/) + +The first version of the [Forgejo documentation](https://forgejo.org/docs/latest/) is available and covers the administration of Forgejo, from installation to troubleshooting. + #### [Incoming emails](https://codeberg.org/forgejo/forgejo/commit/fc037b4b825f0501a1489e10d7c822435d825cb7) * (description) From 00ed02032124ca75644ec2365f054c56d7e68d20 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 28 Feb 2023 15:48:35 +0100 Subject: [PATCH 2/2] [DOCS] RELEASE-NOTES: do not split webhook section --- RELEASE-NOTES.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ca9e74b057..57c82b513e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -85,6 +85,8 @@ key algorithm, and recommend against its use. http://www.openssh.com/legacy.html #### [Webhook authorization header](https://codeberg.org/forgejo/forgejo/commit/b6e81357bd6fb80f8ba94c513f89a210beb05313) +Any webhook can now specify an `Authorization` header to be sent along every request. + * (why is it breaking?) #### Additional restrictions on valid user names @@ -107,10 +109,6 @@ The first version of the [Forgejo documentation](https://forgejo.org/docs/latest * (description) -#### [Webhook authorization header](https://codeberg.org/forgejo/forgejo/commit/b6e81357bd6fb80f8ba94c513f89a210beb05313) - -Any webhook can now specify an `Authorization` header to be sent along every request. - #### Packages registries * Add support for [Cargo](https://codeberg.org/forgejo/forgejo/commit/df789d962), [Conda](https://codeberg.org/forgejo/forgejo/commit/6ba9ff7b4) and [Chef](https://codeberg.org/forgejo/forgejo/commit/d987ac6bf) package registries