From 17d1dd5dd71a7574e88e116ccd80484389d49a8d Mon Sep 17 00:00:00 2001 From: Drjacky Date: Tue, 30 Jan 2024 10:25:46 +0000 Subject: [PATCH] Release 3.3.3 --- CHANGELOG.md | 10 +++++++++- gradle.properties | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6cd6f..9cb535a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## [Unreleased] +## [3.3.3] - 2024-01-30 + +### Added + +- Multiple file selection [#111](https://github.com/Drjacky/Avocado/issues/111) +- Have the Avocado in the Local Changes window [#112](https://github.com/Drjacky/Avocado/issues/112) + ## [3.2.2] - 2023-12-26 ### Added @@ -35,7 +42,8 @@ - Right-click on the content of the vector xml file in the IDE Editor - Try to install the node in case of absent based on the OS type -[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.2.2...HEAD +[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/Drjacky/Avocado/commits/v3.3.3 [3.2.2]: https://github.com/Drjacky/Avocado/commits/v3.2.2 [2.0.1]: https://github.com/Drjacky/Avocado/commits/v2.0.1 [1.0.0]: https://github.com/Drjacky/Avocado/commits/v1.0.0 diff --git a/gradle.properties b/gradle.properties index 3993b5e..f0f1955 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.drjacky.avocado pluginName = Avocado pluginRepositoryUrl = https://github.com/Drjacky/Avocado # SemVer format -> https://semver.org -pluginVersion = 3.2.2 +pluginVersion = 3.3.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223