release: 0.3.4

This commit is contained in:
Stéphane Cerveau 2023-09-28 12:46:20 +02:00
parent 0148a43946
commit d002e2811f
6 changed files with 12 additions and 6 deletions

2
Cargo.lock generated
View file

@ -526,7 +526,7 @@ dependencies = [
[[package]]
name = "gst_pipeline_studio"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"anyhow",
"futures-channel",

View file

@ -1,6 +1,6 @@
[package]
name = "gst_pipeline_studio"
version = "0.3.3"
version = "0.3.4"
edition = "2018"
rust-version = "1.70.0"

View file

@ -110,4 +110,10 @@
### app
- [x] Fix MacOs GTK runtime dependencies
- [x] Fix the maximize call with MacOS
- [x] Fix the default size at GTK save/load state
- [x] Fix the default size at GTK save/load state
## 0.3.4
### app
- [x] Fix first run when application folder has not been created, fixes #23
- [x] Fix windows installer to bring share folder and let filesrc work properly, fixes #24

View file

@ -1 +1 @@
0.3.3
0.3.4

View file

@ -13,7 +13,7 @@
<p>GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework. From a first
step in the framework with a simple pipeline to a complex pipeline debugging, the tool provides a
friendly interface to add elements to a pipeline and debug it.</p>
<h2>GstPipelineStudio 0.3.3 is out, checkout the <a
<h2>GstPipelineStudio 0.3.4 is out, checkout the <a
href="https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/-/blob/main/ChangeLog.md?ref_type=heads#anchor-033">
Release Notes</a> !
<br>

View file

@ -1,5 +1,5 @@
project('gst_pipeline_studio',
version: '0.3.3',
version: '0.3.4',
meson_version: '>= 0.63.0',
default_options: [ 'warning_level=2',
],