File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
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+
719## [ 1.0.2] - 2023-12-27
820
921### Added
5365- Service file watch
5466- live template
5567
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
5770[ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
5871[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
5972[ 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
6173[ 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
44pluginName = goframe-helper
55pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66# SemVer format -> https://semver.org
7- pluginVersion = 1.0.2
7+ pluginVersion = 1.0.3
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