Skip to content

Commit 39329e7

Browse files
committed
update year, version, changelog
1 parent 73ff5cf commit 39329e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.1 / 2026-02-21
2+
Patchbay bug fixes.
3+
CV ports were considered as regular Audio ports until a patchbay refresh
4+
Some connection were missing in the graph after a pipewire quantum (buffer size) change
5+
Sometimes the patch could crash if a JACK port disappears when listing JACK ports.
6+
17
1.3.0 / 2025-10-03
28
Qt6 is now the default framework (instead of Qt5).
39

resources/ui/about_patchance.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<item>
5151
<widget class="QLabel" name="labelAllText">
5252
<property name="text">
53-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Patchance is a python Qt application to manage JACK connections.&lt;/p&gt;&lt;p&gt;If you want the same patchbay with session management, you can use RaySession instead.&lt;/p&gt;&lt;p&gt;It uses the HoustonPatchbay submodule for the canvas.&lt;br/&gt;&lt;/p&gt;&lt;p align=&quot;right&quot;&gt;Copyright (C) 2022-2023 houston4444&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
53+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Patchance is a python Qt application to manage JACK connections.&lt;/p&gt;&lt;p&gt;If you want the same patchbay with session management, you can use RaySession instead.&lt;/p&gt;&lt;p&gt;It uses the HoustonPatchbay submodule for the canvas.&lt;br/&gt;&lt;/p&gt;&lt;p align=&quot;right&quot;&gt;Copyright (C) 2022-2026 houston4444&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
5454
</property>
5555
<property name="wordWrap">
5656
<bool>true</bool>

src/patchance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S python3 -u
22

33
APP_TITLE = 'Patchance'
4-
VERSION = (1, 3, 0)
4+
VERSION = (1, 3, 1)
55

66
from enum import Enum, auto
77
import sys

0 commit comments

Comments
 (0)