File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
src/main/kotlin/com/github/oldmegit/goframehelper/startup Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.0.6] - 2024-04-05
8+
9+ ### Updated
10+
11+ - Support 241.*
12+ - Support gdb.Onconflict
13+
14+ ### Fixed
15+
16+ - FileWatch error on dir outside the project
17+
718## [ 1.0.5] - 2024-03-03
819
920### Optimize
8798- Service file watch
8899- live template
89100
90- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.5...HEAD
101+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.6...HEAD
102+ [ 1.0.6 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
91103[ 1.0.5 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
92104[ 1.0.4 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
93105[ 1.0.3 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
94106[ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
95107[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
96108[ 1.0.0 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
97- [ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
98109[ 1.0.0-alpha ] : https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
110+ [ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = goframehelper
44pluginName = goframe-helper
55pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66# SemVer format -> https://semver.org
7- pluginVersion = 1.0.5
7+ pluginVersion = 1.0.6
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 222
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import com.intellij.openapi.progress.Task
88import com.intellij.openapi.project.Project
99import com.intellij.openapi.startup.StartupActivity
1010
11-
1211class StartUp : StartupActivity {
1312 override fun runActivity (project : Project ) {
1413 val taskTitle = Bundle .getMessage(" name" )
You can’t perform that action at this time.
0 commit comments