From 3f0d502ae11a7db0a7129d8b518bb2f4d4b56ddd Mon Sep 17 00:00:00 2001 From: Richardas Kuchinskas <36065987+Hidanio@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:36:05 +0300 Subject: [PATCH] version 2.0.5 for PhpStorm 2024.1 (#236) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e9c511..525b2347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## 2.0.5 - 28.06.2024 + +- More human readable ssh errors +- Notification about not availability on Windows +- Fixed not correct yubikey reset +- New ssh exception handler + ## 2.0.4 - 02.05.2024 - Adapt code for PhpStorm 2024.1 diff --git a/gradle.properties b/gradle.properties index a2bdabfb..adaa6ea1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = admstorm pluginRepositoryUrl = https://github.com/VKCOM/admstorm # SemVer format -> https://semver.org -pluginVersion = 2.0.4 +pluginVersion = 2.0.5 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 241