From 970103ddee29e466b2e0cc0d9a3d00ce22dbfc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 22 Sep 2023 15:00:45 +0200 Subject: [PATCH] version: 0.3.3 --- Cargo.toml | 2 +- ChangeLog.md | 9 ++++++++- VERSION | 2 +- index.html | 4 +++- meson.build | 2 +- release.md | 1 + 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ae969a..c8ad758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.3.2" +version = "0.3.3" edition = "2018" rust-version = "1.70.0" diff --git a/ChangeLog.md b/ChangeLog.md index e15cfe0..af54bf7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -103,4 +103,11 @@ ## 0.3.2 ### app -- [x] check that element exists before creating it on file load. \ No newline at end of file +- [x] check that element exists before creating it on file load. + +## 0.3.3 + +### app + - [x] Fix MacOs GTK runtime depedencies + - [x] Fix the maximize call with MacOS + - [x] Fix the default size at GTK save/load state \ No newline at end of file diff --git a/VERSION b/VERSION index 9fc80f9..87a0871 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 \ No newline at end of file +0.3.3 \ No newline at end of file diff --git a/index.html b/index.html index c92d491..f184810 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,9 @@

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.2 is out ! +

GstPipelineStudio 0.3.3 is out, checkout the + Release Notes !

Download:

diff --git a/meson.build b/meson.build index 1009f60..49fa769 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst_pipeline_studio', - version: '0.3.2', + version: '0.3.3', meson_version: '>= 0.63.0', default_options: [ 'warning_level=2', ], diff --git a/release.md b/release.md index ce5cca0..ec1e276 100644 --- a/release.md +++ b/release.md @@ -4,6 +4,7 @@ - meson.build - cargo.toml - VERSION + - index.html - create a tag on gitlab - Fetch the package from the `linux release` job or you can make it manually with: