This commit is contained in:
Chris Tsang
2022-10-09 17:57:59 +08:00
parent ead104f0ce
commit 82284ab470
4 changed files with 54 additions and 3 deletions

26
CHANGELOG.md Normal file
View File

@@ -0,0 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.5.0 - 2022-10-09
* Handle transparent png images (cli) (#23)
## 0.4.0 - 2021-07-23
* SVG path string numeric precision
## 0.3.0 - 2021-01-24
* Added cutout mode
## 0.2.0 - 2020-11-15
* Use relative & closed paths
## 0.1.0 - 2020-10-31
* Initial release