From 732118de7523a78df1179fd0c6cabc7eb3da222a Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 10 Feb 2026 14:44:22 +0800 Subject: [PATCH 1/2] Update plugin version to 0.6.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 30831b8..5e00169 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.leondevlifelog.gitea pluginName = Gitea pluginRepositoryUrl = https://github.com/LeonDevLifeLog/gitea-idea-plugin # SemVer format -> https://semver.org -pluginVersion=0.5.4 +pluginVersion=0.6.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=242 From 6ebfd51b98c74cf42cd156d4e488e57c639977a1 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 10 Feb 2026 08:02:41 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CHANGELOG.md=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B0=8D=20IntelliJ=20IDEA=202025.x=20?= =?UTF-8?q?=E7=9A=84=E6=94=AF=E6=8F=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de2b7c2..d1aeb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +- Support IntelliJ idea 2025.x + +## [0.5.4] - 2025-10-14 + - Fix: action runner error. - Support IntelliJ idea 2025.x