Skip to content

Releases: erkexzcx/valetudopng

v1.0.7

08 Oct 10:39
edda253
Compare
Choose a tag to compare

Changes:

  • Dockerfile, switched from CMD to ENTRYPOINT. Now you can use like this: docker run --rm -it ghcr.io/erkexzcx/valetudopng:latest --help
  • No other changes to application. This release is mainly to ensure latest tag points to latest release. Binaries are the same. Just built a bit differently.

v1.0.6

07 Oct 21:09
05c2cf5
Compare
Choose a tag to compare

Changes:

  • Performance improvements for drawing.

This might save few ms, but majority of time spent would be on drawing path and encoding (compressing) to PNG.

v1.0.5

02 Oct 07:36
Compare
Choose a tag to compare

Changes:

  • Fixes #1 (my model returns angle as int (whole number), while his robot returns as float (with decimals), which leads to crash).

v1.0.4

01 Oct 22:40
Compare
Choose a tag to compare

Changes:

  • Draw performance improvement

v1.0.3

01 Oct 20:14
Compare
Choose a tag to compare

Changes:

  • Switched from default PNG compression level to BestSpeed. Should render images significantly faster.
  • Added better logs (how long it took to draw image, how long it took to render it to PNG file and PNG file's size)
  • Coordinates now properly matches selected rectangle in debug website.

v1.0.2

30 Sep 08:32
Compare
Choose a tag to compare

Changes:

v1.0.1

29 Sep 23:41
Compare
Choose a tag to compare

Changes:

  • Implemented FourColorTheorem for segment colors. Based on Hypfer's javascript code.

v1.0.0

29 Sep 14:45
Compare
Choose a tag to compare

Initial release