Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Oct 15, 2023
1 parent efb4551 commit 944e5af
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
17 changes: 13 additions & 4 deletions data/net.baseart.Glide.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<category>Video</category>
</categories>
<screenshots>
<screenshot>
<screenshot type="default">
<image>https://github.com/philn/glide/raw/master/screenshot.png</image>
<caption>Glide playing a video</caption>
</screenshot>
Expand All @@ -46,6 +46,17 @@
<display_length compare="ge">medium</display_length>
</requires>
<releases>
<release version="0.6.0" date="2023-10-15">
<description>
<p>Major release, including bug fixes and new features:</p>
<ul>
<li>Video frame stepping, allowing to seek frame by frame</li>
<li>UI ported to GTK4 and Adwaita</li>
<li>Helper window showing keyboard shortcuts</li>
<li>Under the hood the player engine was ported to GstPlay</li>
</ul>
</description>
</release>
<release version="0.5.11" date="2023-02-02">
<description>
<p>Maintenance release, fixing meson builds.</p>
Expand All @@ -58,13 +69,11 @@
</release>
<release version="0.5.9" date="2021-05-23">
<description>
<p>
Maintenance release, also adding a couple new features:
<p>Maintenance release, also adding a couple new features:</p>
<ul>
<li>Audio/Video track synchronisation support through a new popup window reachable from the hamburger menu.</li>
<li>Incognito mode: start glide from a shell, add the -i option and the media cache file will not be used.</li>
</ul>
</p>
</description>
</release>
<release version="0.5.8" date="2020-09-25">
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'glide', 'rust',
version: '0.5.11',
version: '0.6.0',
license: 'MIT',
)

Expand Down

0 comments on commit 944e5af

Please sign in to comment.