mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 01:26:12 -08:00
48 lines
1015 B
Markdown
48 lines
1015 B
Markdown
# 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.6.4 - 2024-03-29
|
|
|
|
* Update `visioncortex` version to `0.8.8`
|
|
|
|
## 0.6.3 - 2023-11-21
|
|
|
|
* New converter API https://github.com/visioncortex/vtracer/pull/59
|
|
|
|
## 0.6.1 - 2023-09-23
|
|
|
|
* Fixed "The two lines are parallel!"
|
|
|
|
### Python Binding
|
|
|
|
Thanks to the contribution of [@etjones](https://github.com/etjones), we now have an official Python binding! https://github.com/visioncortex/vtracer/pull/55
|
|
|
|
https://pypi.org/project/vtracer/0.6.10/
|
|
|
|
## 0.5.0 - 2022-10-09
|
|
|
|
* Handle transparent png images (cli) https://github.com/visioncortex/vtracer/pull/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.1 - 2020-11-01
|
|
|
|
* SVG namespace
|
|
|
|
## 0.1.0 - 2020-10-31
|
|
|
|
* Initial release |