Skip to content

Releases: WaresWichall/hass-anycubic_cloud

v0.2.2 - Optimisations for frontend, bug fixes throughout, better error handling

01 Dec 11:44
7512a3f
Compare
Choose a tag to compare

v0.2.2 Changes

This release should be more stable than other recent updates.
I've finished doing major refactoring/restructuring to the codebase and new bugs should hopefully be fixed in this release.

General

  • Fixed bug introduced in v0.2.1 breaking cloud print services
  • Fixed bug in config flow during re-configure of authentication
  • Fix long standing bug during config flow where errors are not reported to frontend during printer selection showing an empty list.
  • Fixes for some unhandled MQTT data updates
  • Add job_download_progress attribute to Current Status sensor
  • Add supports_mqtt_login attribute to MQTT Connection Active Binary Sensor
  • Add reason project data as print_status_message to Job Name sensor attributes

Frontend only

  • Major refactor throughout for strict typechecking, linting + render optimisations
  • Disable file manager in frontend for web based authentication

Library only

  • Refactored exceptions and error strings throughout
  • Slotted all classes for memory improvements
  • Refactored into more organised folder structure

v0.2.2b4 - Optimisations for frontend, bug fixes throughout, better error handling

22 Nov 01:11
4c888a9
Compare
Choose a tag to compare

v0.2.2 Changes

This release should be more stable than other recent updates.
I've finished doing major refactoring/restructuring to the codebase and new bugs should hopefully be fixed in this release.

General

  • Fixed bug introduced in v0.2.1 breaking cloud print services
  • Fixed bug in config flow during re-configure of authentication
  • Fix long standing bug during config flow where errors are not reported to frontend during printer selection showing an empty list.
  • Fixes for some unhandled MQTT data updates
  • Add job_download_progress attribute to Current Status sensor
  • Add supports_mqtt_login attribute to MQTT Connection Active Binary Sensor
  • Add reason project data as print_status_message to Job Name sensor attributes

Frontend only

  • Major refactor throughout for strict typechecking, linting + render optimisations
  • Disable file manager in frontend for web based authentication

Library only

  • Refactored exceptions and error strings throughout
  • Slotted all classes for memory improvements
  • Refactored into more organised folder structure

v0.2.2b3 - Optimisations for frontend, bug fixes throughout, better error handling

21 Nov 15:54
cd1fe23
Compare
Choose a tag to compare

v0.2.2 Changes

General

  • Fixed bug in config flow during re-configure of authentication
  • Add supports_mqtt_login attribute to MQTT Connection Active Binary Sensor
  • Fix long standing bug during config flow where errors are not reported to frontend during printer selection showing an empty list.
  • Add reason project data as print_status_message to Job Name sensor attributes

Frontend only

  • Major refactor throughout for strict typechecking, linting + render optimisations
  • Disable file manager in frontend for web based authentication

Library only

  • Refactored exceptions and error strings throughout
  • Slotted all classes for memory improvements

v0.2.2b2 - Optimisations for frontend, bug fixes throughout, better error handling

21 Nov 14:26
41762e9
Compare
Choose a tag to compare

v0.2.2 Changes

General

  • Fixed bug in config flow during re-configure of authentication
  • Add supports_mqtt_login attribute to MQTT Connection Active Binary Sensor

Frontend only

  • Major refactor throughout for strict typechecking, linting + render optimisations
  • Disable file manager in frontend for web based authentication

Library only

  • Refactored exceptions and error strings throughout
  • Slotted all classes for memory improvements

v0.2.2b1 - Various improvements & optimisations for frontend

09 Nov 23:40
37524c7
Compare
Choose a tag to compare

v0.2.2 Changes

Frontend only

  • Major refactor throughout for strict typechecking, linting + render optimisations

v0.2.1 - Improvements & Fixes

09 Nov 19:30
1ac0575
Compare
Choose a tag to compare

v0.2.1 Changes

General

  • Improved handling of server errors during server maintenance / downtime.
  • Authentication refactoring + more methods supported
  • Disable MQTT connection attempts when using WEB authentication
  • Add menu to re-configure flow:
    • Re-authenticate
    • Change Printer(s)
  • Add menu to options configure flow:
    • MQTT Settings
    • Drying Presets (If supported)
    • Panel Card Config
    • Debug Settings
  • Fix bug introduced in 0.2.0 for printers without parameter property e.g. resin ( Closes #37 )

v0.2.1rc4

07 Nov 17:24
6f4b8fb
Compare
Choose a tag to compare
v0.2.1rc4 Pre-release
Pre-release

v0.2.1 Changes

General

  • Improved handling of server errors during server maintenance / downtime.
  • Authentication refactoring + more methods supported
  • Disable MQTT connection attempts when using WEB authentication
  • Add menu to re-configure flow:
    • Re-authenticate
    • Change Printer(s)
  • Add menu to options configure flow:
    • MQTT Settings
    • Drying Presets (If supported)
    • Panel Card Config
    • Debug Settings

v0.2.1rc3

03 Nov 21:57
9f3d89d
Compare
Choose a tag to compare
v0.2.1rc3 Pre-release
Pre-release

v0.2.1 Changes

General

  • Improved handling of server errors during server maintenance / downtime.
  • Authentication refactoring + more methods supported
  • Disable MQTT connection attempts when using WEB authentication
  • Add menu to re-configure flow:
    • Re-authenticate
    • Change Printer(s)
  • Add menu to options configure flow:
    • MQTT Settings
    • Drying Presets (If supported)
    • Panel Card Config
    • Debug Settings

v0.2.1rc2

30 Oct 19:33
6fe4933
Compare
Choose a tag to compare
v0.2.1rc2 Pre-release
Pre-release

v0.2.1 Changes

General

  • Improved handling of server errors during server maintenance / downtime.
  • Authentication refactoring + more methods supported
  • Disable MQTT connection attempts when using WEB authentication
  • Add menu to re-configure flow:
    • Re-authenticate
    • Change Printer(s)
  • Add menu to options configure flow:
    • MQTT Settings
    • Drying Presets (If supported)
    • Panel Card Config
    • Debug Settings

v0.2.1rc1

29 Oct 19:57
43068f4
Compare
Choose a tag to compare
v0.2.1rc1 Pre-release
Pre-release

v0.2.1 Changes

General

  • Improved handling of server errors during server maintenance / downtime.
  • Authentication refactoring