Skip to content

Releases: nunnatsa/piHatDraw

v0.3.0

14 Jun 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

##Release binaries:
piHatDraw-arm.tar.gz - for raspberry pi 2 & 3
piHatDraw-arm64.tar.gz - for raspberry pi 4

Release v0.2.0

19 Apr 12:17
Compare
Choose a tag to compare

Move to golang version 1.18

Testing: move to ginkgo v2

Release binaries:

  • piHatDraw-arm.tar.gz - for raspberry pi 2 & 3
  • piHatDraw-arm64.tar.gz - for raspberry pi 4

Release v0.1.0

10 Apr 16:01
Compare
Choose a tag to compare

UI change: redo the color picker

Release binaries:

  • piHatDraw-arm.tar.gz - for raspberry pi 2 & 3
  • piHatDraw-arm64.tar.gz - for raspberry pi 4

Release v0.0.9

24 Mar 08:26
Compare
Choose a tag to compare
  • Move unit test to use ginkgo and gomega
  • Use middlewares to limit HTTP methods
  • Support RPI 4B

Release v0.0.8

14 Feb 12:58
Compare
Choose a tag to compare

Replace the plain HTML + javascript UI with vue UI.

Chapter 7

29 Apr 10:22
Compare
Choose a tag to compare

Added the bucket paint tool

Chapter 6

23 Apr 10:37
Compare
Choose a tag to compare

Reduce the WebSocket message size by sending only the actual change.

Add a change stack and implement an undo mechanism.

Chapter 5

12 Apr 10:28
Compare
Choose a tag to compare

Allow downloading the picture as a PNG file.

Chapter 4

06 Apr 12:34
Compare
Choose a tag to compare

Added colors
Added controls to change the color, to change tools, and to reset the picture

Chapter 3

25 Mar 16:19
Compare
Choose a tag to compare

The picture is now greater than the 8X8 of the Sense HAT display, and the HAT display is now a floating window over the full picture.