File tree 3 files changed +15
-4
lines changed
src/main/kotlin/com/github/oldmegit/goframehelper/startup
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
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
+
7
18
## [ 1.0.5] - 2024-03-03
8
19
9
20
### Optimize
87
98
- Service file watch
88
99
- live template
89
100
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
91
103
[ 1.0.5 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
92
104
[ 1.0.4 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
93
105
[ 1.0.3 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
94
106
[ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
95
107
[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
96
108
[ 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
98
109
[ 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
4
4
pluginName = goframe-helper
5
5
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.5
7
+ pluginVersion = 1.0.6
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 222
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import com.intellij.openapi.progress.Task
8
8
import com.intellij.openapi.project.Project
9
9
import com.intellij.openapi.startup.StartupActivity
10
10
11
-
12
11
class StartUp : StartupActivity {
13
12
override fun runActivity (project : Project ) {
14
13
val taskTitle = Bundle .getMessage(" name" )
You can’t perform that action at this time.
0 commit comments