diff --git a/Cargo.lock b/Cargo.lock index 333ad86..c29d899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index c8ad758..e778f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.3.3" +version = "0.3.4" edition = "2018" rust-version = "1.70.0" diff --git a/ChangeLog.md b/ChangeLog.md index ee25c7c..c5d967e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 \ No newline at end of file + - [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 \ No newline at end of file diff --git a/VERSION b/VERSION index 87a0871..448a0fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file diff --git a/index.html b/index.html index 5fe4976..a1bdd7c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

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.

-

GstPipelineStudio 0.3.3 is out, checkout the GstPipelineStudio 0.3.4 is out, checkout the Release Notes !
diff --git a/meson.build b/meson.build index 49fa769..9cf5385 100644 --- a/meson.build +++ b/meson.build @@ -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', ],