Skip to content

Commit 4ac91c3

Browse files
committed
v1.0.6
1 parent 4d446b3 commit 4ac91c3

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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
@@ -87,12 +98,13 @@
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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = goframehelper
44
pluginName = goframe-helper
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 222

src/main/kotlin/com/github/oldmegit/goframehelper/startup/StartUp.kt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import com.intellij.openapi.progress.Task
88
import com.intellij.openapi.project.Project
99
import com.intellij.openapi.startup.StartupActivity
1010

11-
1211
class StartUp : StartupActivity {
1312
override fun runActivity(project: Project) {
1413
val taskTitle = Bundle.getMessage("name")

0 commit comments

Comments
 (0)