Apply suggestions by @lafriks

Co-authored-by: lafriks <lafriks@noreply.gitea.io>
This commit is contained in:
delvh 2023-03-19 23:13:23 +01:00
parent d83aa5b11e
commit 1c4713abee
No known key found for this signature in database
GPG key ID: 3DECE05F6D9A647C

View file

@ -75,7 +75,7 @@ Previously, fork repositories had all default units.
Now, forks only enable code access and pull requests by default.
If you want everything to behave like before, please set the setting `[repository].DEFAULT_FORK_REPO_UNITS` to the value of `[repository].DEFAULT_REPO_UNITS`.
### :warning: Support camel case for issue and code search ([#22829](https://github.com/go-gitea/gitea/issues/22829))
### :warning: Support camel case for issue and code search when using Bleve ([#22829](https://github.com/go-gitea/gitea/issues/22829))
In order to be able to support queries that include camel case tokens, the indexes must be rebuilt.
This is an automatic process that will be done on the first startup without any user interaction.
@ -145,7 +145,7 @@ One of the key features of asciicast videos is that the text contained in it can
![asciicast select text inside the video](/demos/22448/asciicast-select-text.png)
### :rocket: C3 new package registries: Cargo (Rust), Chef (language agnostic), Conda (especially Python) ([#21888](https://github.com/go-gitea/gitea/issues/21888), [#22554](https://github.com/go-gitea/gitea/issues/22554), [#22262](https://github.com/go-gitea/gitea/issues/22262))
thanks to kn4ck3r for all of their work adding each new package registry types
thanks to kn4ck3r for all of his work adding each new package registry types
### :rocket: Citing repos ([#19999](https://github.com/go-gitea/gitea/issues/19999))