Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git committed Apr 5, 2024
1 parent 4d446b3 commit 4ac91c3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

## [Unreleased]

## [1.0.6] - 2024-04-05

### Updated

- Support 241.*
- Support gdb.Onconflict

### Fixed

- FileWatch error on dir outside the project

## [1.0.5] - 2024-03-03

### Optimize
Expand Down Expand Up @@ -87,12 +98,13 @@
- Service file watch
- live template

[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.5...HEAD
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.6...HEAD
[1.0.6]: https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
[1.0.4]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
[1.0.0-beta]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
[1.0.0-alpha]: https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
[1.0.0-beta]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = goframehelper
pluginName = goframe-helper
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
# SemVer format -> https://semver.org
pluginVersion = 1.0.5
pluginVersion = 1.0.6

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import com.intellij.openapi.progress.Task
import com.intellij.openapi.project.Project
import com.intellij.openapi.startup.StartupActivity


class StartUp : StartupActivity {
override fun runActivity(project: Project) {
val taskTitle = Bundle.getMessage("name")
Expand Down

0 comments on commit 4ac91c3

Please sign in to comment.