Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed May 19, 2022
1 parent f933620 commit 481ae3a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/com.ranfdev.Geopard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.1.0" date="2022-05-19">
<description>
<ul>
<li>Improved design, with completely new pages for downloads, input requests, external links, errors</li>
<li>Added more spacing between links to make them easier to click on small screens</li>
<li>Added zoom functionality, via shortcuts or directly from the popover menu</li>
<li>Streaming button (alpha) for some audio/video file types</li>
</ul>
</description>
</release>
<release version="1.0.1" date="2022-05-07">
<description>
Changes:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'geopard',
'rust',
version: '1.0.1',
version: '1.1.0',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down
2 changes: 1 addition & 1 deletion nix/geopard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

stdenv.mkDerivation rec {
pname = "geopard";
version = "1.0.1";
version = "1.1.0";

cargoDeps = rustPlatform.importCargoLock {
lockFile = ../Cargo.lock;
Expand Down

0 comments on commit 481ae3a

Please sign in to comment.