Skip to content

5.1.0

Compare
Choose a tag to compare
@RobinTail RobinTail released this 26 Oct 21:39
· 4 commits to master since this release
9ddbdf6

If you're upgrading from v4 ⚠️

  • Version 5.x requires Python version at least 3.9

Changes

  • Fixed compatibility issue with Physical Button plugin, by @RobinTail in #315
    • OctoRelay v5 uses a new driver having exclusive pin reservation, so that two plugins could not operate same pin;
    • This version releases the reservation immediately, enabling relay operation both using the UI and a physical button.
  • Performance improvement for the countdown (remaining time formatting function), by @RobinTail in #320
    • Attempting to fix user defined locale (it_IT —> it-IT) in order to preserve translations;
    • Looking up for a suitable locale only once per time unit (memoization);
    • This should make the countdown about 47 times more efficient.

Full Changelog: 5.0.3...5.1.0