From 944e5af8be4d0c685ff00d8b3c17588347e6a1bf Mon Sep 17 00:00:00 2001
From: Philippe Normand
Date: Sun, 15 Oct 2023 11:49:32 +0100
Subject: [PATCH] Bump to 0.6.0
---
Cargo.lock | 2 +-
Cargo.toml | 2 +-
data/net.baseart.Glide.metainfo.xml | 17 +++++++++++++----
meson.build | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ea26fe6..af4b235 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "glide"
-version = "0.5.11"
+version = "0.6.0"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index e3539dd..199472d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT"
name = "glide"
readme = "README.md"
repository = "https://github.com/philn/glide"
-version = "0.5.11"
+version = "0.6.0"
[dependencies]
directories = "4.0"
diff --git a/data/net.baseart.Glide.metainfo.xml b/data/net.baseart.Glide.metainfo.xml
index 6c2432f..cdd296c 100644
--- a/data/net.baseart.Glide.metainfo.xml
+++ b/data/net.baseart.Glide.metainfo.xml
@@ -27,7 +27,7 @@
Video
-
+
https://github.com/philn/glide/raw/master/screenshot.png
Glide playing a video
@@ -46,6 +46,17 @@
medium
+
+
+ Major release, including bug fixes and new features:
+
+ - Video frame stepping, allowing to seek frame by frame
+ - UI ported to GTK4 and Adwaita
+ - Helper window showing keyboard shortcuts
+ - Under the hood the player engine was ported to GstPlay
+
+
+
Maintenance release, fixing meson builds.
@@ -58,13 +69,11 @@
-
- Maintenance release, also adding a couple new features:
+
Maintenance release, also adding a couple new features:
- Audio/Video track synchronisation support through a new popup window reachable from the hamburger menu.
- Incognito mode: start glide from a shell, add the -i option and the media cache file will not be used.
-
diff --git a/meson.build b/meson.build
index d89ecf9..2e58384 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glide', 'rust',
- version: '0.5.11',
+ version: '0.6.0',
license: 'MIT',
)