Releases: esimov/triangle
Releases · esimov/triangle
v2.0.0
- New v2.0.0 major release
- Includes all the changes from v1.3.0
- CLI flag updates
v1.3.0
- Fixed overlapping/excessive triangles #23
- Implemented new logic for better visual output.
- A completely rewritten API which follows to the code segregation principle. The triangle generation process now is completely decoupled from the image decoding and encoding operation.
- New options for more advanced customization.
- Extended the CLI with new parameters.
1.2.5
- Do not apply the blurring method in case the blur radius is less then 1 [fixed #21].
v1.2.4
- Fixed missing Draw function interface
- Limited the blur radius value to max 254 to avoid invalid memory address #20
v1.2.3
- CLI: improved the progress indicator with a better visual appearance, fixed glitches on parallel execution, included a custom indicator when the process is finished.
v1.2.2
- CLI support for pipe commands (possibility to pipe in and pipe out the source and destination image).
- Adjusting the visual appearance of message types.
v1.2.1
- Support for processing image URLs directly. Now you can give an URL as input file for the
-in
flag.
- Limit the number of workers running concurrently.
- Code cleanup & refactoring
v1.2.0
- Major speed improvement by processing the directory tree concurrently.
- Extending the supported CLI flags.
- Better CLI flags documentation
- Code refactoring
v1.1.2
- Performance improvements (#14)
- Export useful fields and functions (#15)