Skip to content
Snippets Groups Projects
Commit bd3528c4 authored by Rui Nuno Capela's avatar Rui Nuno Capela
Browse files

An End-of-Autumn'23 Release (v0.6.1)

parent 6f46a5a3
No related branches found
Tags v0.6.1
Loading
cmake_minimum_required (VERSION 3.15)
project(qpwgraph
VERSION 0.6.0
VERSION 0.6.1
DESCRIPTION "A PipeWire Graph Qt GUI Interface"
HOMEPAGE_URL "https://gitlab.freedesktop.org/rncbc/qpwgraph"
LANGUAGES C CXX)
......
......@@ -2,16 +2,14 @@ qpwgraph - A PipeWire Graph Qt GUI Interface
--------------------------------------------
GIT HEAD
0.6.1 2023-12-01 An End-of-Autumn'23 Release.
- Introduce Help > Enable ALSA MIDI runtime option, now permitting
to disable the ALSA MIDI/Sequencer graph conveniency in a whim.
(EXPERIMENTAL)
- Disconnect all pinned connections when patchbay is deactivated,
subject to Patchbay > Auto Disconnect option. (GL issue #93)
(EXPERIMENTAL)
subject to Patchbay > Auto Disconnect option.
- Fix a potential port duplication when recycled under the same
node and reusing a previous port id. (EXPERIMENTAL)
node and reusing a previous port id.
- Don't unpin connections that are manually disconnected, when
patchbay is deactivated and auto-pin is off.
......
qpwgraph (0.6.1-33.1) unstable; urgency=low
* An end-of-autumn'23 release.
-- Rui Nuno Capela <rncbc@rncbc.org> Fri, 1 Dec 2023 22:00:00 +0000
qpwgraph (0.6.0-32.1) unstable; urgency=low
* An autumn'23 release.
......
......@@ -16,8 +16,8 @@
#
%define name qpwgraph
%define version 0.6.0
%define release 32.1
%define version 0.6.1
%define release 33.1
%define _prefix /usr
......@@ -133,6 +133,8 @@ cmake --install build
%changelog
* Sat Dec 2 2023 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
- An end-of-autumn'23 release.
* Wed Nov 8 2023 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
- An autumn'23 release.
* Fri Sep 8 2023 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
......
......@@ -37,7 +37,7 @@
<developer_name>rncbc aka. Rui Nuno Capela</developer_name>
<update_contact>rncbc@rncbc.org</update_contact>
<releases>
<release version="0.6.0" date="2023-11-08" urgency="low" />
<release version="0.6.1" date="2023-12-01" urgency="low" />
</releases>
<content_rating type="oars-1.0"/>
</component>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment