|
1 | 1 | # libmapper NEWS |
2 | 2 |
|
3 | | -version 2.6 |
| 3 | +Version 2.6.1 |
| 4 | +------------- |
| 5 | + |
| 6 | +We are pleased to announce the release of version 2.6.1 of libmapper, an open-source, cross-platform software library for declaring data signals on a shared network and enabling arbitrary connections to be made between them. The main focus of libmapper development is to provide tools for creating and using systems for interactive control of media synthesis. |
| 7 | + |
| 8 | +The main focus of this release is a bugfix for graph subscription handling. It also includes improvements for dealing with self-maps and updates for the MediaPipe integration example scripts. |
| 9 | + |
| 10 | +Version 2.6 |
4 | 11 | ----------- |
5 | 12 |
|
6 | 13 | We are pleased to announce the release of version 2.6 of libmapper, an open-source, cross-platform software library for declaring data signals on a shared network and enabling arbitrary connections to be made between them. The main focus of libmapper development is to provide tools for creating and using systems for interactive control of media synthesis. |
@@ -72,7 +79,7 @@ C++ Bindings: |
72 | 79 | - Fixed memory leak in `List` class |
73 | 80 | - Fixed null `std::string` |
74 | 81 |
|
75 | | -version 2.5.2 |
| 82 | +Version 2.5.2 |
76 | 83 | ------------- |
77 | 84 |
|
78 | 85 | We are pleased to announce the release of version 2.5.2 of libmapper, an open-source, cross-platform software library for declaring data signals on a shared network and enabling arbitrary connections to be made between them. The main focus of libmapper development is to provide tools for creating and using systems for interactive control of media synthesis. |
@@ -116,14 +123,14 @@ CI: |
116 | 123 | - CI/Windows: install Python setuptools |
117 | 124 |
|
118 | 125 |
|
119 | | -version 2.5.1 |
| 126 | +Version 2.5.1 |
120 | 127 | ------------- |
121 | 128 |
|
122 | 129 | We are pleased to announce the release of version 2.5.1 of libmapper, an open-source, cross-platform software library for declaring data signals on a shared network and enabling arbitrary connections to be made between them. The main focus of libmapper development is to provide tools for creating and using systems for interactive control of media synthesis. |
123 | 130 |
|
124 | 131 | This version focuses only on tooling for building Python wheels and continuous integration. |
125 | 132 |
|
126 | | -version 2.5 |
| 133 | +Version 2.5 |
127 | 134 | -------------- |
128 | 135 |
|
129 | 136 | We are pleased to announce the release of version 2.5 of libmapper, an open-source, cross-platform software library for declaring data signals on a shared network and enabling arbitrary connections to be made between them. The main focus of libmapper development is to provide tools for creating and using systems for interactive control of media synthesis. |
@@ -189,7 +196,7 @@ Testing suite: |
189 | 196 | - Added shared-graph mode to testsignalhierarchy. |
190 | 197 | - Added some automation for running Valgrind tests. |
191 | 198 |
|
192 | | -version 2.4.14 |
| 199 | +Version 2.4.14 |
193 | 200 | -------------- |
194 | 201 |
|
195 | 202 | We are pleased to announce the release of version 2.4.14 of libmapper, an open-source, cross-platform software library for declaring data signals on a shared network and enabling arbitrary connections to be made between them. The main focus of libmapper development is to provide tools for creating and using systems for interactive control of media synthesis. |
|
0 commit comments