Skip to content

Latest commit

 

History

History
106 lines (64 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

106 lines (64 loc) · 1.32 KB

Change Log

v 0.21

Make dependencies less prescriptive Allow logger to be passed into Listeners

v 0.20

Add: change_source_by_name

v 0.19

Add: outputs_by_id outputs_by_name inputs_by_id inputs_by_name

v 0.18

Make Hostname public

v 0.17

Add an is_on method

v 0.16

Bump aiohttp version

v 0.15

Don't error if close() is called on a matrix that hasn't connected successfully. Added mtrix metadata but you must use async_connect for this to be populated. Bumped aiohttp version

v0.11

Add async_connect method

v0.10

Fix missing version bump

v0.9

Fix url to github organisation

v0.8

Move to github organisation

v0.7

Don't error when a nonexistent listener is removed - log a warning instead.

v0.6

Fix incorrect method name in TurningOnListener.

v0.5

Extract the functionality "turn the matrix on when it is off and a change source is received." to a listener so that it is easier to use.

v0.4

Implement Turn On/Turn Off for the matrix.

v0.3

Ensure that we only use int for input and output ids

v0.2

Upgrade to python 3.10

v0.1

Initial Release