diff --git a/Cargo.lock b/Cargo.lock index 4f690b8..0ebbbf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index ef95403..127adb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.2.1" +version = "0.2.2" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/TODO.md b/TODO.md index a4eb092..091601a 100644 --- a/TODO.md +++ b/TODO.md @@ -70,6 +70,20 @@ - [x] Support gtk4paintablesink with playbin - [x] Display a pipeline properties dialog (list elements) +## 0.2.2 + +### app + +- [x] Remove quit as it's unnecessary with close button +- [x] Remove the close button in dialogs (properties etc.) +- [x] Unable to use flags in playbin3 +- [x] the desktop icon execs gps_pipeline_studio +- [x] move burger menu on the right + +### Graphview + +- [x] Update node description on property removal + ## TODO ### Graphview @@ -96,11 +110,8 @@ - [ ] Implement zoom on the view (https://gitlab.gnome.org/World/obfuscate/-/blob/master/src/widgets/drawing_area.rs) - [ ] Settings: add a log level selection - [ ] reopen the last log on prematured exit (crash) -- [ ] burger menu must be on the right -- [x] Remove quit as it's unnecessary with close cross - [ ] Play/pause should be prevented until the pipeline is ready - [ ] Filter the elements by class/rank etc. -- [x] Remove the close button in dialogs (properties etc.) ### CI/Infra @@ -109,4 +120,3 @@ ## bugs - [ ] check that element exists before creating it on file load. -- [x] Unable to use flags in playbin3 diff --git a/meson.build b/meson.build index 723b9f4..6d72aa1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst_pipeline_studio', - version: '0.2.1', + version: '0.2.2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],