Skip to content

Commit

Permalink
🔖 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchg committed Nov 9, 2022
1 parent a139a25 commit 92d63f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# Changelog
## [1.0.0] 2022-11-09
### Added
- ✨ 支持导入 RIME 字典以支持各类输入方式 (五笔、双拼等)
- ✨ support to import dict of rime
### Changed
- ⚡ 降低内存占用
- ⚡ lower memory used


## [0.1.11] 2022-10-20

### Fixed

- 🐛 repeatedly completion items
- 🐛 部分语言出现的重复补全问题
- 🐛 NPE problem
- 🐛 偶现的空指针问题

## [0.1.9] 2022-01-14

Expand Down Expand Up @@ -184,4 +201,5 @@
- Initial scaffold created
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

## [Unreleased]
## [Unreleased]
## [0.1.11]
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
pluginGroup=com.github.tuchg.nonasciicodecompletionhelper
pluginName=ChinesePinyin-CodeCompletionHelper
pluginVersion=0.1.11
pluginSinceBuild=212
pluginVersion=1.0.0
pluginSinceBuild=213
pluginUntilBuild=
platformType=IC
platformVersion=2021.2.3
platformVersion=2022.2.2
platformDownloadSources=true
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
Expand Down

0 comments on commit 92d63f6

Please sign in to comment.