Skip to content

Releases: jsiegenthaler/homebridge-eosstb

v2.3.1

06 Apr 08:15
Compare
Choose a tag to compare

2.3.1 (2024-04-06)

This is a maintenance release to bring dependencies up to date.
The core logon issues still exist, refer issue #112

  • Removed Magenta TV from package.json
  • Bumped dependency "axios": "^1.6.8"
  • Bumped dependency "mqtt": "^5.5.0"
  • Bumped dependency "semver": "^7.6.0"
  • Bumped dependency "qs": "^6.12.0"

v2.3.0

25 Jan 14:33
Compare
Choose a tag to compare

2.3.0 (2024-01-25)

  • Added auto endpoint detection for all services, this fixes connection issues in many countries
  • Added ability to set authentication method. You must select the method in the plugin config. If none set, logon method falls back to using country code
  • Added Disable Session Watchdog to config.schema to make it easier to debug by turning off the session watchdog
  • Fixed issue connecting to mqtt broker (issue started ca. 23 Jan 2024) by adding extra subprotocol headers
  • Fixed bug in getMostWatchedChannels where the endpoint was incorrect
  • Updated Readme plugin status for various countries
  • Updated iOS version references in Readme
  • Bumped dependency "axios": "^1.6.6"
  • Bumped dependency "mqtt": "^5.3.5"
  • IN WORK: Reworking GB authentication methods. NOT YET WORKING, PLEASE BE PATIENT

v2.2.16

16 Jan 18:10
b9bfd3b
Compare
Choose a tag to compare

2.2.16 (2024-01-16)

  • Removed AZ, CZ, DE, HU, RO from config.json and Readme. These countries no longer offer UPC TV.

v2.2.15

14 Jan 07:26
84380f0
Compare
Choose a tag to compare

2.2.15 (2024-01-14)

  • Fixed issue with MQTT connection failure in CH due to change of MQTT endpoint
  • Bumped dependency "axios-cookiejar-support": "^5.0.0"

v2.2.14

06 Jan 07:10
Compare
Choose a tag to compare

2.2.14 (2024-01-06)

  • Updated description in package.json for better display in Homebridge on small device screens
  • Updated iOS references to iOS 17.2 in README.md
  • Bumped dependency "axios": "^1.6.5"
  • Bumped dependency "mqtt": "^5.3.4"

v2.2.13

09 Nov 19:47
Compare
Choose a tag to compare

2.2.13 (2023-11-09)

  • Updated Homebridge references in README.md
  • Bumped dependency "axios": "^1.6.1"
  • Bumped dependency "mqtt": "^5.2.0"
  • Bumped dependency "homebridge": "^1.7.0"

v2.2.12

28 Oct 13:33
Compare
Choose a tag to compare

2.2.12 (2023-10-28)

  • Updated iOS references to iOs 17.x in README.md
  • Added config option masterChannelRefreshCheckInterval to select desired master channel list refresh check interval (in seconds). Default 60s.
  • Bumped dependency "axios": "^1.6.0",
  • Bumped dependency "mqtt": "^5.1.3"
  • Bumped dependency "node": "^20.9.0"

v2.2.11

05 Aug 07:35
Compare
Choose a tag to compare

2.2.11 (2023-08-05)

  • Updated iOS references in README.md
  • Bumped dependency "mqtt": "^5.0.2"

v2.2.10

23 Jul 11:11
Compare
Choose a tag to compare

2.2.10 (2023-07-23)

  • Improved authentication refresh
  • Added config items masterChannelListValidFor to allow easy tuning of timer periods
  • Fixed minor typos and improved some text in README.md
  • Fixed ReferenceError bug #107
  • Bumped dependency "semver": "^7.5.4"
  • Bumped dependency "tough-cookie": "^4.1.3"
  • Bumped dependency "node": ">=18.17.0"

v2.2.9

29 May 08:55
Compare
Choose a tag to compare

2.2.9 (2023-05-29)

  • Fixed bug with access token expiring causing 401 unauthorised errors when refreshing channel list
  • Cleaned up some code