Skip to content

Releases: MrMazzone/easy-draw

v1.1.1

17 Jul 02:17
d2e7d90
Compare
Choose a tag to compare
  • Fixes issues with top buttons not visible on MacOSX.
  • Fixes issue with save dialog getting in the way of the canvas image being saved.

v1.1.0

20 Feb 17:57
c5790fb
Compare
Choose a tag to compare

Introduces a Line objects that accepts a points_list to draw continuous lines with a list of points.

v1.0.9

20 Feb 11:26
8f60975
Compare
Choose a tag to compare

It seems I messed up the error handling for the Polygon's point_list 🤦‍♂️

Fixed in v1.0.9 😁

v1.0.8

15 Feb 22:24
47a8f7c
Compare
Choose a tag to compare

Fixed any PEP8 inconsistencies and improved documentation.

v1.0.7

14 Feb 21:18
c6f9be1
Compare
Choose a tag to compare

Fixed bug with Polygon's points_list property. Added errors messages for improper values for RGB colors.

v1.0.6

23 Jan 20:12
e0c29f9
Compare
Choose a tag to compare

Fixed issue with Arc object border_color property not setting properly when constructed.

v1.0.5

22 Jan 02:00
80a4afa
Compare
Choose a tag to compare

Moved unnecessary functions and imports. Cleaned up some of the code.

v1.0.4

18 Jan 02:34
2c800ad
Compare
Choose a tag to compare

Whoops! I broke event handling and rotation in the last release. Should be fixed now.

v1.0.3

17 Jan 20:56
7ad7fc6
Compare
Choose a tag to compare

Whoops. A few bugs in previous release. Fixed now!

v1.0.2

17 Jan 14:36
c70b298
Compare
Choose a tag to compare

Initial public release