Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
WaresWichall committed Nov 3, 2024
1 parent 27c171c commit 0a6d2ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/anycubic_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0a6d2ef

Please sign in to comment.