Skip to content

Commit 42d7ac7

Browse files
committed
Bumped version to 2.4.12
1 parent 2a17a66 commit 42d7ac7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# WebMapper News
22

3+
## Version 2.4.12
4+
5+
We are pleased to announce the release of version 2.4.12 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:
8+
9+
- Fixed ListView map midpoint calculation on window resize.
10+
- Fixed scrollbar css.
11+
- Hid local device and signals (i.e. `webmapper.N` device and `monitor` signal).
12+
- Throttled some update messages to reduce unnecessary redrawing. ListView no longer resets SignalTable pan/zoom when maps are modified.
13+
14+
This version updates the package dependency requirements to [libmapper 2.4.12](https://pypi.org/project/libmapper/2.4.12/) and [mappersession 0.0.15](https://pypi.org/project/mappersession/0.0.15/).
15+
316
## Version 2.4.8
417

518
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.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
netifaces==0.11.0
2-
libmapper==2.4.11
2+
libmapper==2.4.12
33
mappersession==0.0.15

0 commit comments

Comments
 (0)