Skip to content

Releases: davidhatten/geometric-drawer

1.6.3

11 Jan 22:36
984e06c
Compare
Choose a tag to compare

Super minor release, just updating some dependencies for security vulnerabilities.

1.6.2

11 Jan 15:25
2b21e1d
Compare
Choose a tag to compare

This release features a visual overhaul with a cleaner, brighter UI.

I also added a lot more manual petals, and updated the README to reflect all the new shapes

1.6.1

10 Jul 20:09
1e1fd95
Compare
Choose a tag to compare

Added favicon support

1.6.0

10 Jul 20:09
9a5819f
Compare
Choose a tag to compare

Add Rectangle
Add Manual Rounded Petals
Add Square rotation feature

1.5.3

06 Jun 02:19
2f4a8db
Compare
Choose a tag to compare

Overhaul shape drawing and shape filling. Shapes that are closed (right now, only the Claw Petal) will be filled entirely and always closed. Shapes that are petals will treat each petal as a closed shape and keep it closed.

The inner gap and outer gap options have been altered to this end. Before, they would separate petals. Now, a line will be drawn connecting them. This affects how the shapes look. If there's feedback on this, there are alternate techniques to accomplish this and eschew the connection lines spanning the inner gap and outer gaps

Establish the need for a pre-release checklist

1.5.0

21 May 00:52
4ef99b6
Compare
Choose a tag to compare
  • added Prism Petal
  • added shape filling
  • added shape reordering
  • visual redesign

1.4.1

03 May 01:39
c74b7e8
Compare
Choose a tag to compare

Hoek updated to 5.0.3

A security vulnerability in a dependency of dependencies needed to be updated.

1.4.0

05 Mar 01:52
ff80a0f
Compare
Choose a tag to compare

New Shapes:
Claw Petal, a petal where both sides of the petal are mapped to the same control point

Other improvements:
Made input boxes more stable
Cleaned up a lot of code

1.3.0

15 Feb 19:51
b28348f
Compare
Choose a tag to compare

New Shapes:

Curvey Petals
Pointed Petals

Improvements:

Code has been refactored to be more robust when adding new shapes, more explicit object structures.

1.2.0

09 Oct 22:37
Compare
Choose a tag to compare

New Shape: Circle Petal!

A ring shape with circles as the petals

Fixes:
gap options in Rounded Petal options weren't hooked up properly.