Skip to content

Commit 9e3e0fd

Browse files
authored
chore: prepare release (update changelog, remove daily builds) (#1057)
* chore: prepare release (update changelog, remove daily builds) * chore: update package-lock.json
1 parent 1b4a459 commit 9e3e0fd

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed

.github/workflows/test-and-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
# pre-releases
1313
- "v[0-9]+.[0-9]+.[0-9]+-**"
1414
pull_request: {}
15-
schedule:
16-
- cron: '0 3 * * *' # Daily build at 3 AM to keep the cache warm
1715

1816
# Cancel previous PR/branch runs when a new commit is pushed
1917
concurrency:

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,21 @@ This feature only works when map creation is enabled in the adapter options!
6565
### **WORK IN PROGRESS**
6666
-->
6767
### **WORK IN PROGRESS**
68-
* (copystring) Update dependencies
69-
* (copystring) Update translations
70-
* (copystring) Bugfixes for map creator, clientID, network objects and local device discovery
71-
* (copystring) Get clean history when robot state changes to charging
72-
* (copystring) Q5 Pro does not support any water box modes. Removed them.
73-
* (copystring) Add basic read only support for Wet Dry Vacuums
74-
* (copystring) Add basic support for Saros 10R
68+
* (copystring) **Breaking Change:** Major refactoring of the entire adapter structure.
69+
* (copystring) **New Feature:** Implemented 'Strict Startup' - Adapter prevents startup without valid login to avoid bootloops.
70+
* (copystring) **Improvement:** Enhanced 2FA logging and instructions for easier login troubleshooting.
71+
* (copystring) **Feature:** Responsive Design for Admin UI (thanks to simatec).
72+
* (copystring) **New Protocol:** Added support for B01 protocol (AES-128-CBC) used by newer devices (e.g., Qrevo Slim).
73+
* (copystring) **Map System:** Complete overhaul of map generation using `@napi-rs/canvas`:
74+
* Improved room coloring and dark mode support.
75+
* Fixed coordinate scaling and Y-axis inversion issues.
76+
* (copystring) **Stability:** Fixed auto-relogin logic for invalid tokens.
77+
* (copystring) **Stability:** Resolved MQTT race conditions and connection instability.
78+
* (copystring) **Fix:** S6 MaxV Water Box & Fan Power attributes.
79+
* (copystring) **Fix:** Consumables life calculation and reset behavior.
80+
* (copystring) **Internal:** Modular feature handling and introduction of `lib/features/`.
81+
* (copystring) **Build:** Persistent caching for faster CI/CD.
82+
* (copystring) **Cleanup:** Removed daily build workflows.
7583

7684
### 0.6.19 (2025-02-08)
7785
* (copystring) Rewrite of mqtt connection logic

package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)