Skip to content

Commit e679d95

Browse files
committed
v1.0.6
1 parent 7a90a3e commit e679d95

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

code4me-jetbrains-plugin/CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@
33
# Code4Me Changelog
44

55
## [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
615

716
## [1.0.5-beta]
8-
### Added
9-
- Changelog
17+
### Added
18+
- Changelog
1019

11-
### Fixed
20+
### Fixed
1221
- Updated vendor
1322

code4me-jetbrains-plugin/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
pluginGroup = me.code4me.plugin
55
pluginName = Code4Me
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.5-beta
7+
pluginVersion = 1.0.6
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.
1111
pluginSinceBuild = 211
1212
pluginUntilBuild = 221.*
1313

1414
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
15-
platformType = IC
15+
platformType = PC
1616
platformVersion = 2021.1.3
1717

1818
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html

0 commit comments

Comments
 (0)