From 8216986aef2ef1abb1c4f47f92b537199eb973d6 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sun, 23 Nov 2025 11:11:49 +0800 Subject: [PATCH] version change --- CHANGELOG.md | 20 -------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c92b60..7be1a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,7 @@ -### ✨ Feature - -- Added template files to make Gitea's layout more similar to GitHub. (This is optional, you can choose whether to use - template files based on your needs) - ### 🌈 Style #### More aligned with GitHub style -- Optimize global line height. -- Optimize the workflow log page style. -- Optimize repository header name style. -- Optimize organization detail page style. -- Optimize top navbar style on mobile. - ##### Template File -- Navigation bar Issue & PR moved to the right side. - ### 🐞 Fix - -- Fix the problem of missing background color and width when there is a unicode character in the diff. -- Fix the disabled operation button interval in the code preview interface. -- Fix fixed height when scrolling through step titles on workflow detail pages. -- Fix packages details page style. -- Fix the color of missing icons and text on the homepage when not logged in. -- Fix the spacing of Issue WIP prompts. diff --git a/package.json b/package.json index 46b5e47..cefef0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitea-github-theme", - "version": "1.25.2", + "version": "1.25.3", "type": "module", "scripts": { "dev": "vite build --mode dev",