diff --git a/Version b/Version index 4729473..b93bca0 100644 --- a/Version +++ b/Version @@ -15,3 +15,4 @@ Version: 0.1.1 20240912 - Fix cached image preview, clean quotes from user toke Version: 0.1.2 20240919 - Fix user token validation Version: 0.1.3 20240925 - Fix user token validation again Version: 0.2.0 20241023 - Various improvements to integration + card +Version: 0.2.1 20241108 - Various improvements to authentication + config diff --git a/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-card.js b/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-card.js index 3e2dabb..9779a62 100644 --- a/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-card.js +++ b/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-card.js @@ -10427,7 +10427,7 @@ type: Boolean })], Ys.prototype, "hasColorbox", void 0), s([bt({ type: Boolean - })], Ys.prototype, "isLCD", void 0), s([bt()], Ys.prototype, "_tabMain", void 0), s([bt()], Ys.prototype, "_tabStats", void 0), s([bt()], Ys.prototype, "_tabColours", void 0), s([bt()], Ys.prototype, "_labelPrinter_id", void 0), s([bt()], Ys.prototype, "_labelVertical", void 0), s([bt()], Ys.prototype, "_labelRound", void 0), s([bt()], Ys.prototype, "_labelUse_24hr", void 0), s([bt()], Ys.prototype, "_labelShowSettingsButton", void 0), s([bt()], Ys.prototype, "_labelAlwaysShow", void 0), s([bt()], Ys.prototype, "_labelTemperatureUnit", void 0), s([bt()], Ys.prototype, "_labelLightEntityId", void 0), s([bt()], Ys.prototype, "_labelPowerEntityId", void 0), s([bt()], Ys.prototype, "_labelCameraEntityId", void 0), s([bt()], Ys.prototype, "_labelScaleFactor", void 0), s([bt()], Ys.prototype, "_labelSlotColors", void 0), Ys = s([mt("anycubic-printercard-configure")], Ys), window.console.info("%c ANYCUBIC-CARD %c v0.2.0 ", "color: orange; font-weight: bold; background: black", "color: white; font-weight: bold; background: dimgray"); + })], Ys.prototype, "isLCD", void 0), s([bt()], Ys.prototype, "_tabMain", void 0), s([bt()], Ys.prototype, "_tabStats", void 0), s([bt()], Ys.prototype, "_tabColours", void 0), s([bt()], Ys.prototype, "_labelPrinter_id", void 0), s([bt()], Ys.prototype, "_labelVertical", void 0), s([bt()], Ys.prototype, "_labelRound", void 0), s([bt()], Ys.prototype, "_labelUse_24hr", void 0), s([bt()], Ys.prototype, "_labelShowSettingsButton", void 0), s([bt()], Ys.prototype, "_labelAlwaysShow", void 0), s([bt()], Ys.prototype, "_labelTemperatureUnit", void 0), s([bt()], Ys.prototype, "_labelLightEntityId", void 0), s([bt()], Ys.prototype, "_labelPowerEntityId", void 0), s([bt()], Ys.prototype, "_labelCameraEntityId", void 0), s([bt()], Ys.prototype, "_labelScaleFactor", void 0), s([bt()], Ys.prototype, "_labelSlotColors", void 0), Ys = s([mt("anycubic-printercard-configure")], Ys), window.console.info("%c ANYCUBIC-CARD %c v0.2.1 ", "color: orange; font-weight: bold; background: black", "color: white; font-weight: bold; background: dimgray"); const zs = re(); t.AnycubicPrintercardEditor = class extends pt { constructor() { diff --git a/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-cloud-panel.js b/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-cloud-panel.js index 4a5d9e9..6a37158 100644 --- a/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-cloud-panel.js +++ b/custom_components/anycubic_cloud/frontend_panel/dist/anycubic-cloud-panel.js @@ -10511,7 +10511,7 @@ } }; s([vt()], en.prototype, "_serviceName", void 0), en = s([mt("anycubic-view-print-save_in_cloud")], en); - var rn = "0.2.0"; + var rn = "0.2.1"; window.console.info(`%c ANYCUBIC-PANEL %c v${rn} `, "color: orange; font-weight: bold; background: black", "color: white; font-weight: bold; background: dimgray"), t.AnycubicCloudPanel = class extends pt { constructor() { super(...arguments), this.selectedPage = "main", this._handleLocationChange = () => { diff --git a/custom_components/anycubic_cloud/frontend_panel/package.json b/custom_components/anycubic_cloud/frontend_panel/package.json index b94ff99..2149337 100644 --- a/custom_components/anycubic_cloud/frontend_panel/package.json +++ b/custom_components/anycubic_cloud/frontend_panel/package.json @@ -1,6 +1,6 @@ { "name": "hass-anycubic-cloud-panel", - "version": "0.2.0", + "version": "0.2.1", "description": "anycubic panel for hass", "main": "src/index.ts", "scripts": { diff --git a/custom_components/anycubic_cloud/manifest.json b/custom_components/anycubic_cloud/manifest.json index f013bc5..9ce5c19 100644 --- a/custom_components/anycubic_cloud/manifest.json +++ b/custom_components/anycubic_cloud/manifest.json @@ -16,5 +16,5 @@ "issue_tracker": "https://github.com/WaresWichall/anycubic_cloud/issues", "loggers": [], "requirements": ["paho-mqtt==1.6.1"], - "version": "0.2.0" + "version": "0.2.1" }