You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release stands as a monumental milestone in our development journey with a record-breaking incorporation of [1528](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.22.0+is%3Amerged) pull requests. It marks the most extensive update in Gitea's history, showcasing a plethora of new features and infrastructure improvements.
10
+
11
+
Noteworthy advancements in this release include the introduction of `HTMX` and `Tailwind`, signaling a strategic shift as we gradually phase out `jquery` and `Fomantic UI`. These changes reflect our commitment to embracing modern technologies and enhancing the user experience.
12
+
13
+
Key highlights of this release encompass significant changes categorized under `BREAKING`, `FEATURES`, `ENHANCEMENTS`, and `PERFORMANCE`, each contributing to a more robust and efficient Gitea platform.
14
+
15
+
* BREAKING
16
+
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) (#31020)
17
+
* Remember log in for a month by default (#30150)
18
+
* Breaking summary for template refactoring (#29395)
19
+
* All custom templates need to follow these changes
20
+
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)
21
+
* Make offline mode as default to not connect external avatar service by default (#28548)
22
+
* Include public repos in the doer's dashboard for issue search (#28304)
23
+
* Use restricted sanitizer for repository description (#28141)
24
+
* Support storage base path as prefix (#27827)
25
+
* Enhanced auth token / remember me (#27606)
26
+
* Rename the default themes to `gitea-light`, `gitea-dark`, `gitea-auto` (#27419)
27
+
* If you didn't see the new themes, please remove the `[ui].THEMES` config option from `app.ini`
28
+
* Require MySQL 8.0, PostgreSQL 12, MSSQL 2012 (#27337)
29
+
* FEATURES
30
+
* Allow everyone to read or write a wiki by a repo unit setting (#30495)
31
+
* Use raw Wiki links for non-renderable Wiki files (#30273)
32
+
* Render embedded code preview by permalink in markdown (#30234) (#30249)
33
+
* Support repo code search without setting up an indexer (#29998)
34
+
* Support pasting URLs over markdown text (#29566)
35
+
* Allow to change primary email before account activation (#29412)
36
+
* Customizable "Open with" applications for repository clone (#29320)
37
+
* Allow options to disable user deletion from the interface on app.ini (#29275)
38
+
* Extend issue template YAML engine (#29274)
39
+
* Add support for `linguist-detectable` and `linguist-documentation` (#29267)
40
+
* Implement code frequency graph (#29191)
41
+
* Show commit status for releases (#29149)
42
+
* Add user blocking (#29028)
43
+
* Actions Artifacts v4 backend (#28965)
44
+
* Add merge style `fast-forward-only` (#28954)
45
+
* Retarget depending pulls when the parent branch is deleted (#28686)
46
+
* Add global setting on how timestamps should be rendered (#28657)
47
+
* Implement actions badge SVGs (#28102)
48
+
* Add skip ci functionality (#28075)
49
+
* Show latest commit for file (#28067)
50
+
* Allow to sync tags from the admin dashboard (#28045)
51
+
* Add Profile Readme for Organisations (#27955)
52
+
* Implement contributors graph (#27882)
53
+
* Artifact deletion in actions ui (#27172)
54
+
* Add API routes to get runner registration token (#27144)
55
+
* Add support for forking single branch (#25821)
56
+
* Add support for sha256 repositories (#23894)
57
+
* Add admin API route for managing user's badges (#23106)
58
+
* ENHANCEMENTS
59
+
* Make gitea webhooks openproject compatible (#28435) (#31081)
60
+
* Support using label names when changing issue labels (#30943) (#30958)
61
+
* Fix various problems around project board view (#30696) (#30902)
0 commit comments