Skip to content

Releases: unix-streamdeck/api

Release v2.0.20

Choose a tag to compare

@github-actions github-actions released this 26 May 21:41
fe08076
Fix text vertical alignment

Release v2.0.19

Choose a tag to compare

@github-actions github-actions released this 25 May 14:41
d704601
Add screen trap co-ordinates to InputEvent

Release v2.0.18

Choose a tag to compare

@github-actions github-actions released this 07 Apr 17:25
64329d0
Rewrite Text Rendering (#10)

Rewrote text rendering to use font.Drawer instead of gg, which speeds up text rendering. Included in the updated text rendering is the addition of:
- Horizontal Alignment for text, options are Left, Right and Middle
- Overflow options, currently Wrap and Fade (actual fading is WIP, currently it just overflows off the image)
- Arbitrary text anchoring: an image.Point can be used to set an anchor point with text, and when combined with alignments, the alignments indicate the position of the text the anchor will be in, e.g., BOTTOM & RIGHT will put the anchor in the bottom right of the text, so all text will be up and left of it

Release v2.0.17

Choose a tag to compare

@github-actions github-actions released this 25 Mar 22:03
bc2a8c4
Add interface for handler fields for keys and knob/lcd

Release v2.0.16

Choose a tag to compare

@github-actions github-actions released this 22 Mar 17:36
bfc0dee
Refactor handlers to simplified interface (#9)

* WIP

* WIP

* Add combo handlers, and split background image method

* Fix tests

* Update docs

* Add tests

Release v2.0.15

Choose a tag to compare

@github-actions github-actions released this 19 Mar 23:01
611046f
Add background handler support

Release v2.0.14

Choose a tag to compare

@github-actions github-actions released this 13 Mar 15:28
b67a84e
Move sub-imaging to API, and add bg support for key grids

Release v2.0.13

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:35
382068d
Add inteface for getting background path and get/set buff

Release v2.0.12

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:08
e3382fa
Add layering images support, and background images for LCD Panels

Release v2.0.11

Choose a tag to compare

@The-Jonsey The-Jonsey released this 10 Mar 22:44
f287bad
Add progress bar drawer