version: update to 0.2.2

This commit is contained in:
Stéphane Cerveau 2022-02-08 15:25:35 +01:00
parent 4dd2091df6
commit 82e62d7058
4 changed files with 17 additions and 7 deletions

2
Cargo.lock generated
View file

@ -502,7 +502,7 @@ dependencies = [
[[package]]
name = "gst_pipeline_studio"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"anyhow",
"futures-channel",

View file

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

18
TODO.md
View file

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

View file

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