Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Releases: Griefed/LarsonScanner

Release 1.0.4

17 Jun 22:08
Compare
Choose a tag to compare

1.0.4 (2022-06-17)

🛠 Fixes

  • IndexOutOfBounds: Prevent IndexOutOfBounds exception when animating as Kitt gradient rectangles (f11d8bf)

Release 1.0.3

15 Jun 19:27
Compare
Choose a tag to compare

Automatic release of version: 1.0.3
Changes in this release:

Bug Fixes

  • Kitt rectangles:
    • Fix Kitt rectangles not drawing correctly when entering or leaving the left or right side (8043277 by @Griefed)

Other Changes

Full Changelog: 1.0.2...1.0.3

Release 1.0.2

14 Jun 19:50
Compare
Choose a tag to compare

Automatic release of version: 1.0.2
Changes in this release:

Bug Fixes

  • Surprise border painting:
    • Prevent suprise border painting occuring on top and left borders when animating as rectangular Kitt with gradients....that was a surprising one for sure...The fix feels dirty, though. I f you happen to find a better solution, please help. (60a75be by @Griefed)

Other Changes

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

14 Jun 19:14
Compare
Choose a tag to compare

Automatic release of version: 1.0.1
Changes in this release:

Bug Fixes

  • Index Out Of Bounds Exception:
    • Only draw if the calculated element is within the number of elements when drawing Kitt rectangles (22b4168 by @Griefed)

Other Changes

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

13 Jun 20:08
Compare
Choose a tag to compare

Automatic release of version: 1.0.0
Changes in this release:

Breaking Changes

  • Initial Commit:
    • Larson Scanner which allows you to configure rendering quality, numer of elements in the eye, alpha values for each element, colour for each element, scrolling speed and much more. See the README for more information. Thanks to @kreezxil for giving me the initial idea.