-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
71 lines (57 loc) · 3.47 KB
/
Copy pathCHANGELOG
File metadata and controls
71 lines (57 loc) · 3.47 KB
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
1.5.0 / 2026-09-XX
Features:
Tracks: It is now possible for some programs (Ardour, Mixbus, Zrythm and carla-jack-single) to split tracks in new boxes for a nicer patchbay view.
JASM: With --jasm-url argument, Patchance can connect to JASM, a new NSM session manager (https://codeberg.org/jasm)
widgets: Port types filter and Zoom slider widgets have a new design.
Icons: Box icons are now found with the .desktop files and should have more chances to be found
Bug fixes:
No need for rcc executable anymore, icons and fonts are installed and used directly, it simplifies the make process without affecting seriously the startup time.
Fix impossibility to set custom name on an item which already has one.
various fixes at view changes.
1.3.2 / 2026-03-06
Bug fixes:
Crash if ports types filter frame is not set to ALL types
freeze if a port background color is black
1.3.1 / 2026-02-21
Patchbay bug fixes.
CV ports were considered as regular Audio ports until a patchbay refresh
Some connection were missing in the graph after a pipewire quantum (buffer size) change
Sometimes the patch could crash if a JACK port disappears when listing JACK ports.
1.3.0 / 2025-10-03
Qt6 is now the default framework (instead of Qt5).
New dependencies:
python3-qtpy
python3 JACK-Client
Features:
Views: you can now use as much views as you want, switching them with Alt+Num
Hide: Boxes are now hideable (a widget in the tool bar allows to set hidden boxes visible)
Arrange: two scripts can be now arrange the graph, "follow the signal chain" or "two rows facing each other"
Custom Names: Clients and ports are now renamable in the canvas,
it can optionnally set this name as JACK metadata and auto-export custom names to JACK pretty names.
Undo/Redo: all box move, wrap/unwrap, hide/restore, arrange, change view events can be undone/redone
+ Many many optimizations to prevent lagging when patchbay is consequent.
Tool bar: tool bar is now responsive design, it can have many lines if too much widgets are shown
Command line arguments: new command line arguments allow to import/export custom names and JACK pretty-name metadatas
1.1.0 / 2023-07-29
Features:
ALSA MIDI support : Add possibility to display and connect ALSA MIDI ports
Bug fixes:
prevent to send server stopped every twice a second to the patchbay (when JACK is stopped)
make Mixbus groups behave as Ardour ones
update default zoom on zoom slider at startup
fix ugly icons when default zoom is not 100%
1.0.0 / 2023-01-21
Bug fixes:
add Patchichi export function in options dialog (this is the only one new feature)
Port is now CV if it is mentioned only in the port metadatas
fix CV ports not really readable in "dark boards" theme
allow custom metadata icons for any box type
fix theme not renamed after duplicate with new name
fix inconsistent portgroup name if portgroup name endswith with AUX with at least digits at end of the port name.
0.2.0 / 2022-09-26
Bug fixes:
fix a python3.10 crash with wrong int/float conversion
use default (not from patchbay theme) hardware/monitor icons in context menu
remove checkbox style sheet in connect context menu, style was unreadable with fusion or kvantum qt themes
0.1.0 / 2022-09-02
First pre-release.