diff --git a/build.gradle.kts b/build.gradle.kts index a763052e..916c494e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.github.lppedd" -version = "0.16.0" +version = "0.16.1" repositories { maven("https://dl.bintray.com/kotlin/kotlin-eap") diff --git a/change-notes/0_16_0.html b/change-notes/0_16_1.html similarity index 93% rename from change-notes/0_16_0.html rename to change-notes/0_16_1.html index 39d26f29..0cb93e6e 100644 --- a/change-notes/0_16_0.html +++ b/change-notes/0_16_1.html @@ -1,6 +1,6 @@ -
- Twenty-sixth alpha release.
+ Twenty-seventh alpha release.
Features, fixes and refactorings:
Settings > Conventional Commit > Providers
tab.
• Towards 1.0 and a plea to users
-• Changes in 0.16.0
+• Changes in 0.16.1
• Future plans
This release packs more then 100 commits which include new features, extensive refactorings, and bug fixes. Following is a short but comprehensive summary.
-Features:
+Features:
• differentiated the token's displayed value (in completion popup) from its real value.
This enhancement seems like a small detail, but it's huge as it let's us search an item by a comprehensible
@@ -89,21 +89,21 @@
- • displayed changelogs/news inside a dedicated dialog (this very dialog!) and expose a public API. + • displayed changelogs/news inside a dedicated dialog (this very dialog!) and exposed a public API. Even extensions are able to add their own tabs.
• preselected the top item in completion's popup when using context completion.
This change removes the need to use the down-arrow key to begin selecting items,
so that you can immediately complete.
- Should this be optional? Let me know in the feedback issue.
+ Should this be optional? Let me know in the feedback issue.
• cleaned-up whatever the plugin created if it is uninstalled.
Currently only some non-roamable properties are removed, but this will be expanded in the future if necessary.
Fixes:
+Fixes:
• used the correct project's base path.
Probably from 2020.3, the platform API started returning the .idea
folder as the project's base path.
@@ -116,11 +116,11 @@
Refactorings:
+Refactorings:
• improved the completion process.
In conjunction with the first mentioned feature, I've replaced the underlying code that performs the completion item
- insertion. That is now smarter and lighter, but there might be issues, so report them in case.
+ insertion. That is now smarter and lighter, but there might be issues, so report them in case.
• improved the UI.
@@ -137,7 +137,7 @@
- • work on new extensions! I've already written a POC for GitHub issues integration. + • work on new extensions! I've already written a POC for GitHub issues integration.
• handle more edge cases in completion.