Skip to content

Commit 92d47c8

Browse files
committed
v1.3.0
1 parent e2741fc commit 92d47c8

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "geopard"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["ranfdev <[email protected]>"]
55
edition = "2021"
66

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.3.0" date="2022-09-30">
54+
<description>
55+
<p>Added ability to reload the current page</p>
56+
<p>Nicer list items formatting</p>
57+
<p>Fixed annoying bug where selecting the text would sometimes transform a paragraph into a title, temporarily</p>
58+
<p>Fixed crash when the app theme is overridden</p>
59+
<p>Fixed unresponsiveness when a big page is loading</p>
60+
<p>Complete rewrite of the gemini parser to make it more robust and improve handling of edge cases</p>
61+
</description>
62+
</release>
5363
<release version="1.2.0" date="2022-06-09">
5464
<description>
5565
<p>Added more shortcuts</p>

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.2.0',
4+
version: '1.3.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
@@ -24,7 +24,7 @@
2424

2525
stdenv.mkDerivation rec {
2626
pname = "geopard";
27-
version = "1.2.0";
27+
version = "1.3.0";
2828

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

0 commit comments

Comments
 (0)