From 572226155c517055f91f0456678334f7f4ffb837 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 20 Feb 2023 10:30:57 +0100 Subject: [PATCH] Version 1.26.4 --- CHANGELOG.md | 20 ++++++++++++++++++-- CloudronManifest.json | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f662b..3475c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1114,7 +1114,7 @@ * Restore function to "Show more" buttons (#22399) (#22426) * Continue GCing other repos on error in one repo (#22422) (#22425) * Allow HOST has no port (#22280) (#22409) -* Fix omit avatar_url in discord payload when empty (#22393) (#22394) +* Fix omit `avatar_url` in discord payload when empty (#22393) (#22394) * Don't display stop watch top bar icon when disabled and hidden when click other place (#22374) (#22387) * Don't lookup mail server when using sendmail (#22300) (#22383) * Fix gravatar disable bug (#22337) @@ -1134,7 +1134,7 @@ * Fix invalid issue branch reference if not specified in template (#22513) (#22520) * Fix 500 error viewing pull request when fork has pull requests disabled (#22512) (#22515) * Reliable selection of admin user (#22509) (#22511) -* Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479) (#22496) +* Set `disable_gravatar`/`enable_federated_avatar` when offline mode is true (#22479) (#22496) [1.26.3] * Update Gitea to 1.18.3 @@ -1143,3 +1143,19 @@ * Truncate commit summary on repo files table. (#22551) (#22552) * Mute all links in issue timeline (#22534) +[1.26.4] +* Update Gitea to 1.18.4 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.18.4) +* SECURITY + * Provide the ability to set password hash algorithm parameters (#22942) (#22943) + * Add command to bulk set must-change-password (#22823) (#22928) +* ENHANCEMENTS + * Use import of OCI structs (#22765) (#22805) + * Fix color of tertiary button on dark theme (#22739) (#22744) + * Link issue and pull requests status change in UI notifications directly to their event in the timelined view. (#22627) (#22642) +* BUGFIXES + * Notify on container image create (#22806) (#22965) + * Fix blame view missing lines (#22826) (#22929) + * Fix incorrect role labels for migrated issues and comments (#22914) (#22923) + * Fix PR file tree folders no longer collapsing (#22864) (#22872) + * Escape filename when assemble URL (#22850) (#22871) diff --git a/CloudronManifest.json b/CloudronManifest.json index 83f4019..039a02a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.26.3", - "upstreamVersion": "1.18.3", + "version": "1.26.4", + "upstreamVersion": "1.18.4", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,