@@ -4,6 +4,79 @@ This changelog goes through the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
66
7+ ## [ 1.22.1] ( https://github.com/go-gitea/gitea/releases/tag/1.22.1 ) - 2024-07-04
8+
9+ * SECURITY
10+ * Add replacement module for ` mholt/archiver ` (#31267 ) (#31270 )
11+ * API
12+ * Fix missing images in editor preview due to wrong links (#31299 ) (#31393 )
13+ * Fix duplicate sub-path for avatars (#31365 ) (#31368 )
14+ * Reduce memory usage for chunked artifact uploads to MinIO (#31325 ) (#31338 )
15+ * Remove sub-path from container registry realm (#31293 ) (#31300 )
16+ * Fix NuGet Package API for $filter with Id equality (#31188 ) (#31242 )
17+ * Add an immutable tarball link to archive download headers for Nix (#31139 ) (#31145 )
18+ * Add missed return after ` ctx.ServerError ` (#31130 ) (#31133 )
19+ * BUGFIXES
20+ * Fix avatar radius problem on the new issue page (#31506 ) (#31508 )
21+ * Fix overflow menu flickering on mobile (#31484 ) (#31488 )
22+ * Fix poor table column width due to breaking words (#31473 ) (#31477 )
23+ * Support relative paths to videos from Wiki pages (#31061 ) (#31453 )
24+ * Fix new issue/pr avatar (#31419 ) (#31424 )
25+ * Increase max length of org team names from 30 to 255 characters (#31410 ) (#31421 )
26+ * Fix line number width in code preview (#31307 ) (#31316 )
27+ * Optimize runner-tags layout to enhance visual experience (#31258 ) (#31263 )
28+ * Fix overflow on push notification (#31179 ) (#31238 )
29+ * Fix overflow on notifications (#31178 ) (#31237 )
30+ * Fix overflow in issue card (#31203 ) (#31225 )
31+ * Split sanitizer functions and fine-tune some tests (#31192 ) (#31200 )
32+ * use correct l10n string (#31487 ) (#31490 )
33+ * Fix dropzone JS error when attachment is disabled (#31486 )
34+ * Fix web notification icon not updated once you read all notifications (#31447 ) (#31466 )
35+ * Switch to "Write" tab when edit comment again (#31445 ) (#31461 )
36+ * Fix the link for .git-blame-ignore-revs bypass (#31432 ) (#31442 )
37+ * Fix the wrong line number in the diff view page when expanded twice. (#31431 ) (#31440 )
38+ * Fix labels and projects menu overflow on issue page (#31435 ) (#31439 )
39+ * Fix Account Linking UpdateMigrationsByType (#31428 ) (#31434 )
40+ * Fix markdown math brackets render problem (#31420 ) (#31430 )
41+ * Fix rendered wiki page link (#31398 ) (#31407 )
42+ * Fix natural sort (#31384 ) (#31394 )
43+ * Allow downloading attachments of draft releases (#31369 ) (#31380 )
44+ * Fix repo graph JS (#31377 )
45+ * Fix incorrect localization ` explorer.go ` (#31348 ) (#31350 )
46+ * Fix hash render end with colon (#31319 ) (#31346 )
47+ * Fix line number widths (#31341 ) (#31343 )
48+ * Fix navbar ` + ` menu flashing on page load (#31281 ) (#31342 )
49+ * Fix adopt repository has empty object name in database (#31333 ) (#31335 )
50+ * Delete legacy cookie before setting new cookie (#31306 ) (#31317 )
51+ * Fix some URLs whose sub-path is missing (#31289 ) (#31292 )
52+ * Fix admin oauth2 custom URL settings (#31246 ) (#31247 )
53+ * Make pasted "img" tag has the same behavior as markdown image (#31235 ) (#31243 )
54+ * Fix agit checkout command line hint & fix ShowMergeInstructions checking (#31219 ) (#31222 )
55+ * Fix the possible migration failure on 286 with postgres 16 (#31209 ) (#31218 )
56+ * Fix branch order (#31174 ) (#31193 )
57+ * Fix markup preview (#31158 ) (#31166 )
58+ * Fix push multiple branches error with tests (#31151 ) (#31153 )
59+ * Fix API repository object format missed (#31118 ) (#31132 )
60+ * Fix missing memcache import (#31105 ) (#31109 )
61+ * Upgrade ` github.com/hashicorp/go-retryablehttp ` (#31499 )
62+ * Fix double border in system status table (#31363 ) (#31401 )
63+ * Fix bug filtering issues which have no project (#31337 ) (#31367 )
64+ * Fix #31185 try fix lfs download from bitbucket failed (#31201 ) (#31329 )
65+ * Add nix flake for dev shell (#30967 ) (#31310 )
66+ * Fix and clean up ` ConfirmModal ` (#31283 ) (#31291 )
67+ * Optimize repo-list layout to enhance visual experience (#31272 ) (#31276 )
68+ * fixed the dropdown menu for the top New button to expand to the left (#31273 ) (#31275 )
69+ * Fix Activity Page Contributors dropdown (#31264 ) (#31269 )
70+ * fix: allow actions artifacts storage migration to complete succesfully (#31251 ) (#31257 )
71+ * Make blockquote attention recognize more syntaxes (#31240 ) (#31250 )
72+ * Remove .segment from .project-column (#31204 ) (#31239 )
73+ * Ignore FindRecentlyPushedNewBranches err (#31164 ) (#31171 )
74+ * Use vertical layout for multiple code expander buttons (#31122 ) (#31152 )
75+ * Remove duplicate ` ProxyPreserveHost ` in Apache httpd doc (#31143 ) (#31147 )
76+ * Improve mobile review ui (#31091 ) (#31136 )
77+ * Fix DashboardRepoList margin (#31121 ) (#31128 )
78+ * Update pip related commands for docker (#31106 ) (#31111 )
79+
780## [ 1.22.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.22.0 ) - 2024-05-27
881
982This 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.
0 commit comments