Note: The first release of the exe had a lot of false positives virus scans. It has been replaced with a version that has none.
https://www.virustotal.com/gui/file/4fdea4647456f612ace6851eb8b03ea10da9418400236f6074ab0a7be6ea64b3/detection
* CLI -H command added for home.
* CLI -s changed key=value
* CLI -O command origin return after.
* CLI -p is fixed. -p takes in an SVG path. so -p M1000,1000v1000h1000v-1000h-1000 should work to draw a 1in 1in rectangle at 1in 1in. The paths are native so 1000 = 1in.
* Correct Actualization Crash. 0.6.5 introduced.
* Add svg_ppi to kernel for loading svgs.
* Correct other actualization routines with the 0.6.5 bounds correction.
* Correct meerk40t/svgelements50 circle decomposition if h or v mirrored.
* Paths renamed to be Path_1 Path_2, etc. The path names are mostly pointless, even I can't read them.
* Corrected a right click actualization crash.
* Stroke Width scale correction. Reifies as the abs(sqrt(det)) of the matrix.
* Sped up `image threshold`.
* Allow `image crop` to accept length values.
* Changed some raster classification stuff.
* Added `image path` command.