Skip to content

Releases: borisbu/OctoRelay

5.1.2a1

25 Nov 20:27
b3070f7
Compare
Choose a tag to compare
5.1.2a1 Pre-release
Pre-release

testing workflow

5.1.1

25 Nov 20:17
b99a310
Compare
Choose a tag to compare

If you're upgrading from v4 ⚠️

Do not do this if your Python version is below 3.9

Fix

Full Changelog: 5.1.0...5.1.1

5.1.1rc1

25 Nov 19:49
04658c1
Compare
Choose a tag to compare
5.1.1rc1 Pre-release
Pre-release

for testing purposes only

5.1.0

26 Oct 21:39
9ddbdf6
Compare
Choose a tag to compare

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

5.1.0rc2

19 Oct 07:58
ccb49eb
Compare
Choose a tag to compare
5.1.0rc2 Pre-release
Pre-release

for testing purposes only (releasing pin lock immediately)

5.1.0rc1

19 Oct 07:08
f23f952
Compare
Choose a tag to compare
5.1.0rc1 Pre-release
Pre-release

for testing purposes only (performance improvement of the countdown)

5.0.3

18 Oct 17:17
2e90b84
Compare
Choose a tag to compare

If you're upgrading from v4 ⚠️

  • Version 5.x requires Python version at least 3.9
  • Seriosly

Fix

Chores

Full Changelog: 5.0.2...5.0.3

5.0.3rc1

18 Oct 13:08
498c83b
Compare
Choose a tag to compare
5.0.3rc1 Pre-release
Pre-release

for testing purposes only

5.0.2

17 Aug 21:09
c4d9390
Compare
Choose a tag to compare

If you're upgrading from v4 ⚠️

  • Version 5.x requires Python version at least 3.9
  • Seriosly

Fixes

Chores

Full Changelog: 5.0.1...5.0.2

5.0.2rc1

17 Aug 20:55
52767e5
Compare
Choose a tag to compare
5.0.2rc1 Pre-release
Pre-release

for testing purposes only