Release of Gitea 1.22.0 #372

Merged
lunny merged 12 commits from lunny/gitea-blog:lunny/release_note_1.22.0 into main 2024-05-28 08:41:39 +00:00
Owner
No description provided.
lunny added 1 commit 2024-05-21 14:29:01 +00:00
Release of Gitea 1.22.0
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 42s
96d5c04248
lunny added 1 commit 2024-05-21 14:32:28 +00:00
Fix authors
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 1m29s
13e04118a1
Member

It includes 1412 pull requests, which makes it the largest release in Gitea's history!

This number should be updated
image

> It includes 1412 pull requests, which makes it the largest release in Gitea's history! This number should be updated <img width="107" alt="image" src="/attachments/6b2c4da4-13b8-4097-90b0-1cc2a029bc0c">
1.9 KiB
yp05327 added 1 commit 2024-05-23 07:44:31 +00:00
upload github cdn pngs
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 1m34s
360b454ad9
Member

#28657 mentioned twice

#28657 mentioned twice
yp05327 added 1 commit 2024-05-23 08:00:01 +00:00
upload cupoftea images
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 1m32s
6110e0986e
lunny added 1 commit 2024-05-23 09:10:48 +00:00
Fix build problem
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m52s
96777653f0
Author
Owner

#28657 mentioned twice

Fixed

> #28657 mentioned twice Fixed
lunny added 1 commit 2024-05-23 09:13:55 +00:00
Update the number
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m50s
ae93e0ca8a
lunny changed title from WIP: Release of Gitea 1.22.0 to Release of Gitea 1.22.0 2024-05-23 09:14:09 +00:00
lunny added 1 commit 2024-05-23 09:16:12 +00:00
update the number
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m51s
4c1dc5b683
techknowlogick reviewed 2024-05-23 18:18:54 +00:00
@ -0,0 +11,4 @@
coverImageRelease: "1.22.0"
---
We are proudly announce that Gitea 1.22.0 is now released.
We are excited to announce the stable release of Gitea 1.22.0
``
``` We are excited to announce the stable release of Gitea 1.22.0 ``
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:21:59 +00:00
@ -0,0 +15,4 @@
It includes [1473](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.22.0+is%3Amerged) pull requests, which makes it the largest release in Gitea's history!
From this release, Gitea introduced `HTMX` and `Tailwind` and will retire `jquery` & `Fomantic UI` step by step.

This release introduces HTMX and Tailwind CSS as part of our long-term frontend roadmap, and the use of jQuery and Fomantic-UI is being refactored out.

This release introduces `HTMX` and `Tailwind CSS` as part of our long-term frontend roadmap, and the use of `jQuery` and `Fomantic-UI` is being refactored out.
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:23:10 +00:00
@ -0,0 +42,4 @@
* `MSSQL 2008``MSSQL 2012`
Support for MySQL 5.7, PostgreSQL 10 and 11, and MSSQL 2008 is dropped. You are encouraged to upgrade to supported versions.
If you use an unsupported database version, please [get in touch with us](https://docs.gitea.com/help/support) for information on our Extended Support Contracts. We can provide testing and support for older databases and integrate those fixes into the Gitea codebase.
``` If you use an unsupported database version, please [get in touch with us](https://docs.gitea.com/help/support) for information on our Extended Support Contracts. We can provide testing and support for older databases and integrate those fixes into the Gitea codebase. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:25:28 +00:00
@ -0,0 +170,4 @@
We hope you like the new design even though it is completely different from the previous experience.
Gitea also introduced initial support for colorblindness-friendly themes. Now user can specify in the settings that he is either color blind.
Thanks to @silverwind for the refactoring of the dark theme, and to @wxiaoguang for introducing the new colorblindness-friendly themes
``` Thanks to @silverwind for the refactoring of the dark theme, and to @wxiaoguang for introducing the new colorblindness-friendly themes ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:26:39 +00:00
@ -0,0 +169,4 @@
We hope you like the new design even though it is completely different from the previous experience.
Gitea also introduced initial support for colorblindness-friendly themes. Now user can specify in the settings that he is either color blind.
Gitea also introduced initial support for colorblindness-friendly themes. Now, users are able to select an alternative theme, which would be easier for them to use should they need the different themes.
``` Gitea also introduced initial support for colorblindness-friendly themes. Now, users are able to select an alternative theme, which would be easier for them to use should they need the different themes. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:27:30 +00:00
@ -0,0 +177,4 @@
Previously, only users were able to customize their profiles.
Now, organizations have gained this ability as well:
Thanks to @6543 for their work on adding profiles to organizations
``` Thanks to @6543 for their work on adding profiles to organizations ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:28:14 +00:00
@ -0,0 +183,4 @@
By using git's ability, end users (especially small instance users) do not need to enable the indexer, they could also benefit from the code searching feature.
![search code without indexer](/demos/29998/1.png)
Thanks to @wxiaoguang for adding this functionality.
``` Thanks to @wxiaoguang for adding this functionality. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:29:06 +00:00
@ -0,0 +196,4 @@
`SHA1`, the predecessor of and only competitor to `SHA256` for git, is outdated by now, and no longer considered safe while `SHA256` is not yet known to be unsafe.
Fun Fact: As far as we know at the time of writing, Gitea is the first hoster that allows for storing SHA256 repos.
Thank you to @AdamMajer for their work in contributing this functionality.
``` Thank you to @AdamMajer for their work in contributing this functionality. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:33:04 +00:00
@ -0,0 +204,4 @@
It also use a branch view file link instead of commit link when it's a non-commit pull request files view.
![allow quick online operation](/demos/29697/1.png)
Thank you to @lunny for contributing this enhancement.
``` Thank you to @lunny for contributing this enhancement. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:34:01 +00:00
@ -0,0 +208,4 @@
### :rocket: Allow everyone to read or write a wiki by a repo unit setting (Experimental) ([#30495](https://github.com/go-gitea/gitea/pull/30495))
Now you can set the wiki as public for a private/limit repository. This is very useful for those repositories would like to keep communication with users but keep code private. And you don't need another place to write your wiki. The public users can be allowed to read or write the wiki which depends on your settings in repository setting.
Thank you to @wxiaoguang for contributing this PR.
``` Thank you to @wxiaoguang for contributing this PR. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:34:36 +00:00
@ -0,0 +213,4 @@
When you embed a link to code in Markdown, the referenced code at the given commit will now be displayed:
![embedded code preview](/demos/30249/1.png)
Thank you to @wxiaoguang for contributing this functionality.
``` Thank you to @wxiaoguang for contributing this functionality. ```
lunny marked this conversation as resolved
techknowlogick reviewed 2024-05-23 18:35:13 +00:00
@ -0,0 +219,4 @@
Support pasting URLs over selection text in the textarea editor. Does not work in EasyMDE and I don't intend to support it. Image paste works as usual in both Textarea and EasyMDE.
![pasting URLs over markdown](/demos/29566/1.gif)
Thank you to @silverwind for contributing this enhancement.
``` Thank you to @silverwind for contributing this enhancement. ```
lunny marked this conversation as resolved
Member

2 more PRs are added

2 more PRs are added
yp05327 added 2 commits 2024-05-24 04:59:50 +00:00
convert change log date to 20240523
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m55s
31dbfb6cf2
lunny added 1 commit 2024-05-27 09:32:15 +00:00
Update changelog
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m52s
7e81067e57
lunny added 1 commit 2024-05-28 07:03:31 +00:00
Make the blog content beatiful
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m51s
fa88bd022f
lunny added 1 commit 2024-05-28 07:38:23 +00:00
Merge branch 'main' into lunny/release_note_1.22.0
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m48s
delete closed PR preview s3 / delete_preview (pull_request) Successful in 46s
9effb32080
wolfogre approved these changes 2024-05-28 08:20:52 +00:00
Zettat123 approved these changes 2024-05-28 08:38:02 +00:00
lunny merged commit 4bd35ae60f into main 2024-05-28 08:41:39 +00:00
lunny deleted branch lunny/release_note_1.22.0 2024-05-28 08:41:40 +00:00
Sign in to join this conversation.
No description provided.