diff --git a/CHANGELOG.md b/CHANGELOG.md index f37ba0e..ca6cd6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,28 @@ ## [Unreleased] +## [3.2.2] - 2023-12-26 + +### Added + +- Support Linux +- Display a progress bar while Avocado-Sizing +- Refresh the changed file + +### Fixed + +- No more requirement +- Resolve usage of a deprecated API + ## [2.0.1] - 2023-12-22 ### Added -- Support Windows +- Support Windows ([#110](https://github.com/Drjacky/Avocado/issues/110)) ### Fixed -- Not functional on macOS ([#110](https://github.com/Drjacky/Avocado/issues/110)) +- Not being functional on macOS ## [1.0.0] - 2023-12-02 @@ -22,6 +35,7 @@ - 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/v2.0.1...HEAD +[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.2.2...HEAD +[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/README.md b/README.md index ec25bac..66d1c0a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ [![Version](https://img.shields.io/jetbrains/plugin/v/23263-avocado.svg)](https://plugins.jetbrains.com/plugin/23263-avocado) [![Downloads](https://img.shields.io/jetbrains/plugin/d/23263-avocado.svg)](https://plugins.jetbrains.com/plugin/23263-avocado) -##

- +

@@ -14,11 +13,6 @@ Avocado is a plugin that uses alexjlockwood/avocado line tool (similar to svgo) -## Requirement -- Install node: - - `brew install node` - - Or https://docs.npmjs.com/downloading-and-installing-node-js-and-npm - ## Installation - Using the IDE built-in plugin system: diff --git a/gradle.properties b/gradle.properties index c78b4e9..3993b5e 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 = 2.0.1 +pluginVersion = 3.2.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223