You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
## 3.2.1
2
+
### New / Changed Widgets
3
+
4
+
### Other New Features
5
+
- page "driver_debug" for visualizing communication parameters. Good if browser tools are not available, e.g. on smartphones
6
+
- phone widget widget displays callees image on outgoing calls and accepts images also with callers / callees names
7
+
8
+
### Improvements
9
+
- docu for image displaying widgets improved (multimedia.widget, basic.print)
10
+
- basic.windows takes 'closed', 'tilted' and 'open' as arguments, as frequently used in fhem. example3.graphic widgets also updated.
11
+
12
+
### Updated Libraries
13
+
14
+
### Deprecated
15
+
16
+
### Removed Features
17
+
18
+
### Fixed Bugs
19
+
- menu item "smarthomeNG" got lost if new smarthomeNG driver was selected
20
+
- calendars with names containing whitespaces were not loaded (since at least v2.9)
21
+
- smarthomeNG new driver did not work on old browsers (javascript replaceAll() function not available)
22
+
- mixing autogenerated pages from smarthomeNG with own pages did not work with the new smarthomeNG driver
23
+
- menus in config page did not show as dialogs if screen was too small (e.g. split w/ browser tools)
24
+
- config page did not work if ./dropins/lang folder was missing
25
+
- cache folders were not created separately for different devices. This caused CSS mix if cache was activated and differnet designs were configured
26
+
- on iOS9 the UZSU widgets did not run and even prevented smartVISU from starting if cache was activated
27
+
- new smarthomeng.js driver did not work if a port was provided in the URL
28
+
- device.uzsutable did not run on iOS9 devices (even after general uzsu fix)
29
+
- offline driver stopped working on large number of items (php request overflow)
30
+
- status.activelist did not work correctly if more than one status.activelist was on a page
31
+
32
+
### Known Bugs
33
+
- if item contains a stringified number (e.g. with leading zero). widget.set converts it back to numeric format - so basic.print can not print it as text
34
+
35
+
1
36
## 3.2.0
2
37
### New / Changed Widgets
3
38
- basic.window and device.window provide an additional color mode: icon0 if closed / custom color if open
0 commit comments