Blog for Gitea 1.17.0 #199
Loading…
Reference in New Issue
There is no content yet.
Delete Branch ":release-1.17.0"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
was edited by gusted delvh and me at https://cryptpad.cz/code/#/2/code/edit/heCixZH21tH9ZetzXGnDZIlF/
@ -3,3 +4,3 @@
# GoLand
.idea/
.idea/
?
@ -0,0 +93,4 @@
### Customizing the default merge style ([#19751](https://github.com/go-gitea/gitea/pull/19751))
Thanks to [@ttys3](https://github.com/ttys3), Gitea now allows you to set the default merge style globally. This only affects repositories that were created after the setting change.
<!-- I'd not mention this, too minor of a change. wdyt? -->
Agree on removing.
just fyi: that gif for the
Go to file
demo is huge (almost 7MB)Just moved
default merge messages
fromENHANCEMENTS
toFEATURE
, now it's LGTM from me.@ -0,0 +110,4 @@
With this release, Gitea restricts what is seen as a valid email:
Emails must only contain characters in ``a-zA-Z0-9.!#$%&'*+-/=?^_{|}`~``. Additionally, the first letter must be in `a-zA-Z0-9`, and after the `@`, only characters in `a-zA-Z0-9.` can follow.
### :exclamation: Renamed configuration options for ACME / Let's Encrypt ([#18340](https://github.com/go-gitea/gitea/pull/18340))
The old configs still work, so this is not a breaking change.
why was that PR marked as breaking then? That isn't explicitly stated there
Yeah for now, but next release this will be removed and thus really breaking. They will also now receive a warning in console. Best to let them know ASAP to adjust their configuration.
Did just that in cryptpad.
@ -0,0 +1,517 @@
---
date: "2022-07-30T21:30:19+07:00"
Need
author: "noerw"
We weren't sure how to handle multiple authors in one article.
@Gusted, @noerw and I all wrote the article together.
Hence, we left it out...
Then try
Does that work?
no. needs changes in the theme. i have a half working patch for that, but couldn't get it to work properly yet.
instead omitting the author field will make it say
The Gitea Authors
which is good enough.then just do
so as long as the theme does not support it it will be "The Gitea Authors" and as soon as we have support it will be the list?
? so smart
@ -0,0 +27,4 @@
### :rocket: Package Registry ([#16510](https://github.com/go-gitea/gitea/pull/16510))
Thanks to [@KN4CK3R](https://github.com/KN4CK3R), Gitea now includes a package registry for various package managers (Composer, Conan, Helm, Maven, npm, NuGet, OCI Container images, PypI, PyPI, Ruby Gems).
And Generic Package.
Applied on Cryptpad.
I would like to mention work progress in federation. There are some related PRs merged in this release.
Added on cryptpad.
Reviewers