File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.0-beta] - 2023-12-12
8
+ ### Added
9
+ - gcfg code Completion(Currently only yaml is supported)
10
+ - GoFrame-IDEA logo
11
+
12
+ ### Optimize
13
+ - Compatible 222
14
+
7
15
## [ 1.0.0-alpha] - 2023-12-08
8
16
### Added
9
- - OpenApi Tag Completion
10
- - Orm Completion
17
+ - OpenApi Tag code completion
18
+ - Orm code completion
11
19
- Api file watch
12
20
- Service file watch
13
21
- live template
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.oldmegit.goframeidea
4
4
pluginName = goframe-idea
5
5
pluginRepositoryUrl = https://github.com/oldme-git/goframe-idea
6
6
# SemVer format -> https://semver.org
7
- pluginVersion =1.0.0-alpha
7
+ pluginVersion =1.0.0-beta
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