Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Dec 26, 2023
1 parent 91377d8 commit d0d4b85
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@
[![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)

##
<p align="center">
<img src="https://raw.githubusercontent.com/Drjacky/Avocado/main/src/main/resources/META-INF/pluginIcon.svg" />
<img width="200px" src="https://raw.githubusercontent.com/Drjacky/Avocado/main/src/main/resources/META-INF/pluginIcon.svg" />
</p>

<!-- Plugin description -->
Avocado is a plugin that uses alexjlockwood/avocado line tool (similar to svgo) that optimizes Android VectorDrawable (VD) and AnimatedVectorDrawable (AVD) xml files.

<!-- Plugin description end -->

## 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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0d4b85

Please sign in to comment.