File tree 2 files changed +16
-3
lines changed 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.3] - 2024-01-07
8
+
9
+ ### Added
10
+
11
+ - i18n code completion
12
+
13
+ ### Fixed
14
+
15
+ - File watch not available on Linux/Mac
16
+ - There is no "in" in OpenApi tag
17
+ - gfapicombo syntax error in live template
18
+
7
19
## [ 1.0.2] - 2023-12-27
8
20
9
21
### Added
53
65
- Service file watch
54
66
- live template
55
67
56
- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...HEAD
68
+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...HEAD
69
+ [ 1.0.3 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
57
70
[ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
58
71
[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
59
72
[ 1.0.0 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
60
- [ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
61
73
[ 1.0.0-alpha ] : https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
74
+ [ 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.2
7
+ pluginVersion = 1.0.3
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
You can’t perform that action at this time.
0 commit comments