Skip to content

Commit 481ae3a

Browse files
committed
v1.1.0
1 parent f933620 commit 481ae3a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

data/com.ranfdev.Geopard.metainfo.xml.in.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
<content_rating type="oars-1.0" />
5151

5252
<releases>
53+
<release version="1.1.0" date="2022-05-19">
54+
<description>
55+
<ul>
56+
<li>Improved design, with completely new pages for downloads, input requests, external links, errors</li>
57+
<li>Added more spacing between links to make them easier to click on small screens</li>
58+
<li>Added zoom functionality, via shortcuts or directly from the popover menu</li>
59+
<li>Streaming button (alpha) for some audio/video file types</li>
60+
</ul>
61+
</description>
62+
</release>
5363
<release version="1.0.1" date="2022-05-07">
5464
<description>
5565
Changes:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'geopard',
33
'rust',
4-
version: '1.0.1',
4+
version: '1.1.0',
55
meson_version: '>= 0.59',
66
# license: MIT,
77
)

nix/geopard.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
stdenv.mkDerivation rec {
2727
pname = "geopard";
28-
version = "1.0.1";
28+
version = "1.1.0";
2929

3030
cargoDeps = rustPlatform.importCargoLock {
3131
lockFile = ../Cargo.lock;

0 commit comments

Comments
 (0)