Skip to content

Commit 31548da

Browse files
committed
v1.0.0-beta
1 parent bfca749 commit 31548da

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44

55
## [Unreleased]
66

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+
715
## [1.0.0-alpha] - 2023-12-08
816
### Added
9-
- OpenApi Tag Completion
10-
- Orm Completion
17+
- OpenApi Tag code completion
18+
- Orm code completion
1119
- Api file watch
1220
- Service file watch
1321
- live template

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.oldmegit.goframeidea
44
pluginName = goframe-idea
55
pluginRepositoryUrl = https://github.com/oldme-git/goframe-idea
66
# SemVer format -> https://semver.org
7-
pluginVersion=1.0.0-alpha
7+
pluginVersion=1.0.0-beta
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222

0 commit comments

Comments
 (0)