Skip to content

Releases: wrodie/mixer-card

v0.1.20

23 May 04:51
56fe212

Choose a tag to compare

Fixed an issue where the fader did not appear as disabled (red) when the integration was restarted or mixer reconnected.

v0.1.19

17 May 04:42
b16f754

Choose a tag to compare

  • Revert CSS Nesting for better compatibility with older browsers
  • Fix initial grid sizing for Horizontal fader configuration

v0.1.18

15 May 04:08
a7db9ce

Choose a tag to compare

Update the layout of the horizontal fader, so that name/mute/value all sit on the same line as the fader.

v0.1.17

14 May 06:00
c4f0f05

Choose a tag to compare

What's Changed

Add an option to display the faders in a horizontal direction

  • Add option for custom fader knob by @wrodie in #31

In the physical theme, use a custom graphic as the fader knob

  • Bugfix for missing connections by @wrodie in #33

Fix a bug where once a fader had been touched on screen, it didn't update if the value was changed in the background.

Full Changelog: v0.1.16...v0.1.17

v0.1.16

12 Feb 01:01
bbc26d6

Choose a tag to compare

Work on getting the card to display correctly using the sections layout and also better layout in masonry

  • Add getGridOptions function
  • CSS fixes for better sizing and background handling
  • Scrolling when the display port isn't wide enough to display all the configured faders.

v0.1.15

31 Jan 04:15

Choose a tag to compare

  • Update config to support disabling mutes/active either globally or by fader
  • Fix bug with inverted mutes/active not working properly

v0.1.14

04 Oct 06:47
8377143

Choose a tag to compare

Pretty big refactor. Broke code into more helper functions, split into different files. Better linting

Added Relative fader functionality. This means you can click a fader to select and then move your finger/mouse with being over the fader. It moves the fader the relative distance you moved, not just where you clicked.

v0.1.13

23 Aug 05:46

Choose a tag to compare

Fix Issue #19 - where volume not showing properly for media players
Add Max/Min value to #18 to have custom top and bottom limit

v0.1.12

14 Jun 05:36
c3b4fa5

Choose a tag to compare

Fix bug with new input_boolean support where it didn't work with invert_active set.

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

13 Jun 10:31
8e3d3d3

Choose a tag to compare

Add support for the mute button to call an input_boolean entity