File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 3
3
# Code4Me Changelog
4
4
5
5
## [ Unreleased]
6
+ ### Added
7
+ - Extra trigger points
8
+ - Multiple prediction support
9
+
10
+ ### Fixed
11
+ - Large document completion
12
+ - API consistency
13
+ - Pycharm CE compatibility
14
+ - InCoder suggestion
6
15
7
16
## [ 1.0.5-beta]
8
- ### Added
9
- - Changelog
17
+ ### Added
18
+ - Changelog
10
19
11
- ### Fixed
20
+ ### Fixed
12
21
- Updated vendor
13
22
Original file line number Diff line number Diff line change 4
4
pluginGroup = me.code4me.plugin
5
5
pluginName = Code4Me
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.5-beta
7
+ pluginVersion = 1.0.6
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
11
11
pluginSinceBuild = 211
12
12
pluginUntilBuild = 221.*
13
13
14
14
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
15
- platformType = IC
15
+ platformType = PC
16
16
platformVersion = 2021.1.3
17
17
18
18
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
You can’t perform that action at this time.
0 commit comments