Skip to content

Latest commit

 

History

History
415 lines (216 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

415 lines (216 loc) · 17.6 KB

Changelog

v0.5.4 (2024-01-21)

Unknown

Fix

  • Check logged-in before resatrt connection/router (ea994a9)

v0.5.3 (2024-01-20)

Unknown

v0.5.2 (2024-01-20)

Unknown

Build

  • Use fork to force python 3.11 (33a3568)
  • Update semantic-release to 8.x (796b801)
  • Switch ci to python 3.11 (aae08b5)
  • Bump wagoid/commitlint-github-action from 5.4.4 to 5.4.5 (29a4999)
  • Bump tiangolo/issue-manager from 0.4.0 to 0.4.1 (ab21128)
  • Bump pytest from 7.4.3 to 7.4.4 (def2731)
  • Bump actions/setup-python from 4 to 5 (daced71)

Fix

  • Improve logging (782537e)
  • Various fixes for get_device_type (ec8f01f)

Chore

v0.5.1 (2023-12-03)

Unknown

v0.5.0 (2023-12-03)

Unknown

Fix

  • Interpret connected state correctly (686e19a)

Documentation

  • Explain why code lookup is needed for sercomm devices (b137975)

Feature

  • Add specific check for sercom csrf token (a8f1780)
  • Device detection, consider none as result (bb5204a)

v0.4.3 (2023-11-28)

Unknown

Fix

  • Recreate closed aiohttp session (a2ec07b)

Build

  • Bump aiohttp from 3.8.6 to 3.9.0 (3155d11)
  • Bump wagoid/commitlint-github-action from 5.4.3 to 5.4.4 (96c7b3b)
  • Bump pytest from 7.4.2 to 7.4.3 (f02a0c9)

Chore

  • Pre-commit autoupdate (cdafa9f)
  • Pre-commit autoupdate (f45edf7)
  • Upgrade dependencies (8844ce1)
  • Allow vscode to find poetry interpreter (e59ef08)
  • Pre-commit autoupdate (099878b)

Feature

  • Require aiohttp.clientsession to determine device type (cdb4637)
  • Add additional detection for sercomm devices (6a3f4c0)

Refactor

  • Remove device type argument (36978a1)

v0.4.2 (2023-10-26)

Unknown

Chore

Fix

  • Improve failed login handling (c39ffd1)

Refactor

  • Add staticmethod decorator, line breaks (92cb428)

Feature

  • Add method to determine a device type (eb4f9c5)

v0.4.1 (2023-10-17)

Unknown

Refactor

Fix

  • Add timezone to convert_uptime functions (d37cdbd)

Chore

v0.4.0 (2023-10-16)

Unknown

Chore

Refactor

  • Inline page urls and extract login message (d53faa9)
  • Use one set of header for all types of stations (18c2633)

Fix

  • Add abstract method for convert_uptime (9a2bc9d)

Feature

  • Add device type for technicolor devices (2133eb4)
  • Use generic post and get methods for technicolor (170043f)

v0.3.2 (2023-10-12)

Unknown

Fix

  • Timestamp formatting works on windows (e614eac)

Refactor

  • Make get and post more generic (f91daf0)
  • Move close to common api (a779243)
  • Add technicolor firmware api structure (7c52386)

Feature

  • Support technicolor vodafone stations from germany (09989a6)

Chore

Build

  • Bump aiohttp from 3.8.5 to 3.8.6 (d312246)
  • Simplify vscode and docker environments (0080be7)

v0.3.1 (2023-09-26)

Unknown

Fix

  • Make beautifulsoup parsing more robust (dc2d47b)

Chore

v0.3.0 (2023-09-20)

Unknown

Chore

Build

v0.2.1 (2023-09-19)

Unknown

Chore

Build

Fix

  • Mypy new version's complains (b8a552d)

Feature

v0.2.0 (2023-09-10)

Unknown

Chore

Build

  • Fix labels permission (7e43c06)
  • Bump actions/checkout from 3 to 4 (b1bc21b)
  • Bump pytest from 7.4.1 to 7.4.2 (de654a3)
  • Bump pytest-cov from 3.0.0 to 4.1.0 (9d155fa)
  • Bump wagoid/commitlint-github-action from 5.4.1 to 5.4.3 (dd0c473)
  • Bump snok/install-poetry from 1.3.3 to 1.3.4 (9c11fdc)

Fix

  • Missing wifi band info on some models (304c254)

Feature

  • Basic checks to verify if model is supported (c3c34ff)

v0.1.0 (2023-09-07)

Fix

  • Handle credentials with special characters (d3b0a14)
  • Handle credentials with special characters (1b4a6cd)

Feature

  • Full sensor data, restart connection/router (db68478)
  • Full sensor data, restart connection/router (3f40512)

Chore

  • Code optimization & cleanup (e17d579)
  • Code optimization & cleanup (8b99aab)

v0.0.8 (2023-09-05)

Fix

Unknown

v0.0.7 (2023-09-05)

Chore

  • Fix no-commit-to-branch (ci) (c71d9b7)
  • Fix no-commit-to-branch (ci) (f3d1600)
  • Upgrade dependencies (14983e4)
  • Pre-commit additional hooks (1ec2fb4)

Fix

Unknown

v0.0.6 (2023-08-22)

Fix

Chore

v0.0.5 (2023-07-28)

Fix

Chore

Unknown

v0.0.4 (2023-07-01)

Fix

  • Adjust permissions to allow release (c8667b4)
  • Remove legacy python versions that do not support old typing (#2) (c6d6a87)
  • Add some basic sanity tests (#1) (1d813d3)
  • Dependencies fix (118e1b3)

Unknown

Chore

Build

Refactor