We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fed8c9 commit 1e87c1fCopy full SHA for 1e87c1f
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to the language server will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [1.0.0]
7
+- Symbol indexing
8
+- Code completion for unimported members
9
+- Improved progress bars
10
+
11
## [0.9.0]
12
- More detailed initialization progress
13
- Improved completion icons
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=1.0.0
+projectVersion=1.1.0
2
kotlinVersion=1.4.30-RC-232
exposedVersion=0.29.1
javaVersion=11
0 commit comments