version: 0.3.3

This commit is contained in:
Stéphane Cerveau 2023-09-22 15:00:45 +02:00
parent aa551db066
commit 970103ddee
6 changed files with 15 additions and 5 deletions

View file

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

View file

@ -103,4 +103,11 @@
## 0.3.2
### app
- [x] check that element exists before creating it on file load.
- [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

View file

@ -1 +1 @@
0.3.2
0.3.3

View file

@ -13,7 +13,9 @@
<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.2 is out !
<h2>GstPipelineStudio 0.3.3 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>
<br>
<p>Download:</p>

View file

@ -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',
],

View file

@ -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: