Skip to content

Commit 7a3df99

Browse files
committed
v1.0.11
1 parent bd2d66c commit 7a3df99

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

code4me-jetbrains-plugin/CHANGELOG.md

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

55
## [Unreleased]
6+
### Changed
7+
- Allowing storing of context
8+
- Increase max context length
9+
- Fixed redundant bracket when completing
610

711
## [1.0.10]
8-
### Changed
9-
- Send plugin version to server
10-
- Add support for unknown trigger points
12+
### Changed
13+
- Send plugin version to server
14+
- Add support for unknown trigger points
1115
- Added except keyword
1216

1317
## [1.0.9]

code4me-jetbrains-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = me.code4me.plugin
55
pluginName = Code4Me
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.10
7+
pluginVersion = 1.0.11
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)