Skip to content

Releases: shivanshkc/irgo

v1.1.0

10 Jun 10:37

Choose a tag to compare

1.1.0 (2025-06-10)

Features

  • core: replace line array with linked list (352a105)

v1.0.0

17 Apr 09:15

Choose a tag to compare

1.0.0 (2025-04-17)

Bug Fixes

  • ci: fix ebiten dependencies installation in ci (7ce5fa3)
  • core: exclude bin from git (e30048e)
  • core: fix panning bug (df2966e)
  • docs: add ebiten installation guide link in readme (7df0ea9)

Features

  • core: add github actions, makefile and linting (5be1632)
  • core: add line color (2120b26)
  • core: add progress tracking and condense angleSum using %360 (ad83a01)
  • core: add tokenize1 method (ba99f05)
  • core: add zoom controls (b10606f)
  • core: sum current angle with the last angle (885ff75)