Releases: unix-streamdeck/api
Releases · unix-streamdeck/api
Release list
Release v2.0.20
Fix text vertical alignment
Release v2.0.19
Add screen trap co-ordinates to InputEvent
Release v2.0.18
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
Add interface for handler fields for keys and knob/lcd
Release v2.0.16
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
Add background handler support
Release v2.0.14
Move sub-imaging to API, and add bg support for key grids
Release v2.0.13
Add inteface for getting background path and get/set buff
Release v2.0.12
Add layering images support, and background images for LCD Panels