mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-29 10:08:29 +00:00
release: 0.3.4
This commit is contained in:
parent
0148a43946
commit
d002e2811f
6 changed files with 12 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -526,7 +526,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gst_pipeline_studio"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures-channel",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gst_pipeline_studio"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
edition = "2018"
|
||||
rust-version = "1.70.0"
|
||||
|
||||
|
|
|
@ -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
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.3.3
|
||||
0.3.4
|
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue