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: NEWS.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# WebMapper News
2
2
3
+
## Version 2.4.8
4
+
5
+
We are pleased to announce the release of version 2.4.8 of WebMapper, a Python + HTML5 user interface for exploring and managing the distributed network formed by [libmapper](http://www.libmapper.org/)-enabled software and hardware.
6
+
7
+
Changes since the last release include:
8
+
9
+
- Fixed List View bug preventing drag/drop if signal or device name contained a space character.
10
+
- Enabled using 'color' property from device as an alternative to the name hash.
11
+
- Fix for handling 'hidden' property of new devices when devices have been soloed in Chord View.
12
+
- Only enable signal value on-time tweaks for 'input' signals since 'outputs' will ignore the update anyway.
13
+
- Fix for handling boolean values for some properties in Console View.
14
+
- Fix for table alignment in Grid View.
15
+
- Ensure filler cells in signal tables (used in Grid View) are removed when transitioning to List View.
16
+
- Do not allow device 'hidden' property (used locally for filtering views) to propagate to the libmapper graph.
17
+
- Update signal monitor ranges based on current window.
18
+
- Cache object parent key in tooltip; ensure orphaned tooltips are removed.
19
+
20
+
This version updates the package dependency requirements to [libmapper 2.4.8](https://pypi.org/project/libmapper/2.4.8/) and [mappersession 0.0.15](https://pypi.org/project/mappersession/0.0.15/).
21
+
3
22
## Version 2.4.6
4
23
5
24
We are pleased to announce the release of version 2.4.6 of WebMapper, a Python + HTML5 user interface for exploring and managing the distributed network formed by [libmapper](http://www.libmapper.org/)-enabled software and hardware.
0 commit comments