Skip to content

Commit 944e5af

Browse files
committed
Bump to 0.6.0
1 parent efb4551 commit 944e5af

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "glide"
88
readme = "README.md"
99
repository = "https://github.com/philn/glide"
10-
version = "0.5.11"
10+
version = "0.6.0"
1111

1212
[dependencies]
1313
directories = "4.0"

data/net.baseart.Glide.metainfo.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<category>Video</category>
2828
</categories>
2929
<screenshots>
30-
<screenshot>
30+
<screenshot type="default">
3131
<image>https://github.com/philn/glide/raw/master/screenshot.png</image>
3232
<caption>Glide playing a video</caption>
3333
</screenshot>
@@ -46,6 +46,17 @@
4646
<display_length compare="ge">medium</display_length>
4747
</requires>
4848
<releases>
49+
<release version="0.6.0" date="2023-10-15">
50+
<description>
51+
<p>Major release, including bug fixes and new features:</p>
52+
<ul>
53+
<li>Video frame stepping, allowing to seek frame by frame</li>
54+
<li>UI ported to GTK4 and Adwaita</li>
55+
<li>Helper window showing keyboard shortcuts</li>
56+
<li>Under the hood the player engine was ported to GstPlay</li>
57+
</ul>
58+
</description>
59+
</release>
4960
<release version="0.5.11" date="2023-02-02">
5061
<description>
5162
<p>Maintenance release, fixing meson builds.</p>
@@ -58,13 +69,11 @@
5869
</release>
5970
<release version="0.5.9" date="2021-05-23">
6071
<description>
61-
<p>
62-
Maintenance release, also adding a couple new features:
72+
<p>Maintenance release, also adding a couple new features:</p>
6373
<ul>
6474
<li>Audio/Video track synchronisation support through a new popup window reachable from the hamburger menu.</li>
6575
<li>Incognito mode: start glide from a shell, add the -i option and the media cache file will not be used.</li>
6676
</ul>
67-
</p>
6877
</description>
6978
</release>
7079
<release version="0.5.8" date="2020-09-25">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'glide', 'rust',
3-
version: '0.5.11',
3+
version: '0.6.0',
44
license: 'MIT',
55
)
66

0 commit comments

Comments
 (0)