@mp-consulting/homebridge-daikin-cloud 1.1.3 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/homebridge-ui/public/index.html +388 -399
- package/homebridge-ui/public/script.js +598 -1208
- package/homebridge-ui/public/styles.css +83 -972
- package/homebridge-ui/server.js +13 -2
- package/package.json +2 -1
- package/test/hbConfig/.daikin-mobile-tokenset +4 -4
- package/test/hbConfig/accessories/.cachedAccessories.bak +1 -1
- package/test/hbConfig/accessories/cachedAccessories +1 -1
- package/test/hbConfig/backups/config-backups/config.json.1767988702341 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988702837 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988713159 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988713664 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988918139 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988918639 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988921120 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988921624 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988930307 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988935070 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767988935574 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767989710262 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767989710760 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767989729668 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767990295225 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767990479921 +47 -0
- package/test/hbConfig/backups/config-backups/config.json.1767990481702 +49 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [1.2.0] - 2026-01-09
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- **UI Redesign**: Migrated to Bootstrap 5 components for cleaner, more consistent design
|
|
11
|
+
- Added Bootstrap 5 CDN for proper styling
|
|
12
|
+
- Reduced custom CSS from ~1130 lines to ~200 lines
|
|
13
|
+
- Improved dark mode support using Bootstrap's color system
|
|
14
|
+
- Form controls use native Bootstrap form styling
|
|
15
|
+
- Toggle switches use Bootstrap form-switch with `role="switch"`
|
|
16
|
+
- Devices displayed as list instead of card grid
|
|
17
|
+
- Help tab redesigned with stacked cards for narrow screens
|
|
18
|
+
- Simplified troubleshooting section
|
|
19
|
+
- Rate limit info text now dynamically updates based on authentication mode
|
|
20
|
+
- Rate limit API now checks based on selected authentication mode
|
|
21
|
+
- Refactored script.js with DOM helpers and centralized state management
|
|
22
|
+
|
|
7
23
|
## [1.1.3] - 2026-01-09
|
|
8
24
|
|
|
9
25
|
### Fixed
|