Skip to content

Releases: esimov/triangle

v2.0.0

Choose a tag to compare

@esimov esimov released this 20 Apr 10:10
  • New v2.0.0 major release
  • Includes all the changes from v1.3.0
  • CLI flag updates

v1.3.0

Choose a tag to compare

@esimov esimov released this 19 Apr 09:22
  • 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

Choose a tag to compare

@esimov esimov released this 01 Apr 08:22
  • Do not apply the blurring method in case the blur radius is less then 1 [fixed #21].

v1.2.4

Choose a tag to compare

@esimov esimov released this 30 Mar 10:32
  • Fixed missing Draw function interface
  • Limited the blur radius value to max 254 to avoid invalid memory address #20

v1.2.3

Choose a tag to compare

@esimov esimov released this 23 May 14:52
  • 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

Choose a tag to compare

@esimov esimov released this 04 May 10:16
  • 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

Choose a tag to compare

@esimov esimov released this 01 May 04:47
  • 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

Choose a tag to compare

@esimov esimov released this 29 Apr 12:53
  • Major speed improvement by processing the directory tree concurrently.
  • Extending the supported CLI flags.
  • Better CLI flags documentation
  • Code refactoring

v1.1.2

Choose a tag to compare

@esimov esimov released this 12 Apr 08:05
  • Performance improvements (#14)
  • Export useful fields and functions (#15)

v1.1.1

Choose a tag to compare

@esimov esimov released this 21 Apr 08:16
  • Changed flags