Releases: usefulness/easylauncher-gradle-plugin
Releases · usefulness/easylauncher-gradle-plugin
release-2.2.0
Fixed
- Support for multiple overlays on single icon
release-2.1.0
Added
- Plugin is now available on Gradle Plugin Portal
Fixed
- Fixed wrong formatting of generated vector icon
release-2.0.0
Changed
- The Easylauncher plugin is now 100% written in Kotlin
Fixed
- Fixed Vector icons support
Removed
- [Behavior Change]
iconNames
andforegroundIconNames
had been removed in favor of automatic icon detection
v1.3.1
- Fix custom ribbon gravity configuration (it was being ignored in some cases :( )
v1.3.0
- Allow custom ribbon gravity (top, bottom, topRight, topLeft) (thanks for your help @ka05)
- Allow custom ribbon text size (relative to the icon size) (thanks for your help @arminelec)
- Some code cleanup
v1.2.0
- Allow custom ribbon text color (@mypplication)
v1.1.0
- Allow custom ribbon text
- Add
defaultFlavorNaming
option to use flavor name instead of type for default ribbons
v1.0.0
- First public release