Skip to content

Commit

Permalink
Bumped version to 2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
malloch committed Sep 14, 2024
1 parent 2a17a66 commit 42d7ac7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# WebMapper News

## Version 2.4.12

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.

Changes since the last release:

- Fixed ListView map midpoint calculation on window resize.
- Fixed scrollbar css.
- Hid local device and signals (i.e. `webmapper.N` device and `monitor` signal).
- Throttled some update messages to reduce unnecessary redrawing. ListView no longer resets SignalTable pan/zoom when maps are modified.

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/).

## Version 2.4.8

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.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
netifaces==0.11.0
libmapper==2.4.11
libmapper==2.4.12
mappersession==0.0.15

0 comments on commit 42d7ac7

Please sign in to comment.