blob: f907fb67a405f5d796ed032bd701381ac2773ddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# Changelog
## [0.26.0] - 15 Jul 2021
### Fixed
* meson subproject sandbox error
* use _exit instead of exit inside forked process
* oroperly clip client node names
* increase height of context window
* limit right click for context menu to canvas region
### Changed
* removing nodes needs right button + ctrl
### Deprecate
* JACK session management
## [0.24.0] - 14 Apr 2021
### Fixed
* font scaling on high DPI screens
### Updated
* to latest pugl
## [0.22.0] - 15 Jan 2021
### Added
* French comment to the menu item file
### Changed
* use jack port group metadata instead of jackey designation
## [0.20.0] - 15 Jul 2020
### Added
* support for GL double buffering
### Removed
* support dynamic scaling
### Fixed
* crashes due to disabled X11 threads
## [0.18.0] - 13 Apr 2020
### Changed
* to build with pugl master
## [0.16.0] - 13 Oct 2019
### Fixed
* use vfork instead of fork to run embeddable matrix mixers
## [0.14.0] - 15 Apr 2019
### Added
* missing call to XinitThreads for asynchronous refresh
* support for BSDs
* audio/MIDI mixer gain automation via JACK MIDI
* audio/MIDI mixer gain automation via JACK OSC
### Changed
* build system from CMake to meson
### Fixed
* exit after failed execvp
* wrongly ordered numbers in port names
* hardcoded launcher icon file path
* crashing gui on showing tooltips
* hiding connector nodes for zero port source/sink connections
|