|
5 | 5 | --> |
6 | 6 |
|
7 | 7 | ## __WORK IN PROGRESS__ - Lucy |
8 | | -* (@foxriver76) fix edge case problem on Windows (if adapter calls `readDir` on single file) |
| 8 | +* (@foxriver76) fixed the edge-case problem on Windows (if adapter calls `readDir` on single file) |
9 | 9 | * (@foxriver76) fixed setting negative numbers via `state set` cli command |
| 10 | +* (@GermanBluefox) corrected typing for `checkPasswordAsync` command and added caching of mulit-languages names |
10 | 11 |
|
11 | 12 | ## 7.0.6 (2024-12-08) - Lucy |
12 | 13 | * (@foxriver76) fixed UI upgrade if admin is running on privileged port (<1024) |
|
18 | 19 | * (@Apollon77) Fixes async usage of extendObject |
19 | 20 | * (@Apollon77) Makes setObject async save |
20 | 21 | * (@foxriver76) deprecated `set(Foreign)ObjectAsync` as the non async methods are now working correctly with promises |
21 | | -* (@foxriver76) allow to specify a version on `iob upgrade self` command |
| 22 | +* (@foxriver76) allow specifying a version on `iob upgrade self` command |
22 | 23 |
|
23 | 24 | ## 7.0.3 (2024-11-13) - Lucy |
24 | 25 | * (@foxriver76) Introduce "Vendor Packages Workflow" (only relevant for vendors - see README.md) |
|
33 | 34 |
|
34 | 35 | ## 7.0.0 (2024-10-06) - Lucy |
35 | 36 | **Breaking changes** |
36 | | -* Backups created with 7.0.x cannot be restored with previous version |
| 37 | +* Backups created with 7.0.x cannot be restored with a previous version |
37 | 38 |
|
38 | 39 | **Features** |
39 | 40 | * (@GermanBluefox) Added support for dynamic notification data |
|
43 | 44 | * (@foxriver76) added notification if new image is available on Docker Hub (for official docker systems) |
44 | 45 |
|
45 | 46 | **Optimizations and fixes** |
46 | | -* (@foxriver76) extend the time to wait until controller is stopped on controller UI upgrade |
| 47 | +* (@foxriver76) extend the time to wait until the controller is stopped on controller UI upgrade |
47 | 48 | * (@foxriver76) enhanced translations for the `diskSpaceIssues` notification category |
48 | 49 | * (@foxriver76) enriched logging on upload with version information |
49 | 50 |
|
@@ -92,7 +93,7 @@ e.g. for dynamic notifications with Admin adapter |
92 | 93 | * (foxriver76) the controller creates a notification if free disk space is critical (see https://github.com/ioBroker/ioBroker.js-controller?tab=readme-ov-file#disk-space-warnings) |
93 | 94 | * (foxriver76) allow ignoring specific adapter versions (see https://github.com/ioBroker/ioBroker.js-controller?tab=readme-ov-file#ignoring-specific-adapter-version) |
94 | 95 | * (foxriver76) if an adapter is blocklisted and thus stopped, the controller now generates a notification |
95 | | -* (foxriver76) allow to configure redis tls during `setup custom` |
| 96 | +* (foxriver76) allow configuring redis tls during `setup custom` |
96 | 97 |
|
97 | 98 | **Optimizations and fixes** |
98 | 99 | * (foxriver76) we now send `SIGKILL` instead of `SIGTERM` if adapter does not stop in normal time to prevent ghost processes |
|
0 commit comments