File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.0.8] - 2024-11-26
8+
9+ ### Updated
10+
11+ - Don't auto close Watch when throw Exception
12+ - Removes the requirement for struct name to end with "Req" or "Res"
13+
14+ ### Fixed
15+
16+ - Uses ProcessBuilder intend of exec command on windows
17+ - Builds error when the blank exists in rootProject.name
18+ - Gets ORM field name [ issue #24 ] ( https://github.com/oldme-git/GoFrame-Helper/issues/24 )
19+
720## [ 1.0.7] - 2024-08-08
821
922### Updated
112125- Service file watch
113126- live template
114127
115- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.7...HEAD
128+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.8...HEAD
129+ [ 1.0.8 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.7...v1.0.8
116130[ 1.0.7 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.6...v1.0.7
117131[ 1.0.6 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
118132[ 1.0.5 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
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.7
7+ pluginVersion = 1.0.8
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments