Skip to content

Commit

Permalink
v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git committed Dec 12, 2023
1 parent bfca749 commit 31548da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@

## [Unreleased]

## [1.0.0-beta] - 2023-12-12
### Added
- gcfg code Completion(Currently only yaml is supported)
- GoFrame-IDEA logo

### Optimize
- Compatible 222

## [1.0.0-alpha] - 2023-12-08
### Added
- OpenApi Tag Completion
- Orm Completion
- OpenApi Tag code completion
- Orm code completion
- Api file watch
- Service file watch
- live template
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.oldmegit.goframeidea
pluginName = goframe-idea
pluginRepositoryUrl = https://github.com/oldme-git/goframe-idea
# SemVer format -> https://semver.org
pluginVersion=1.0.0-alpha
pluginVersion=1.0.0-beta

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

0 comments on commit 31548da

Please sign in to comment.