Skip to content

Commit 9f9abcd

Browse files
committed
v1.4.0
1 parent 3a68f0d commit 9f9abcd

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.3.0"
3+
version = "1.4.0"
44
authors = ["ranfdev <ranfdev@gmail.com>"]
55
edition = "2021"
66

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@
5151
<content_rating type="oars-1.0" />
5252

5353
<releases>
54+
<release version="1.4.0" date="2023-03-23">
55+
<description>
56+
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,
57+
including the use of the new Adw.TabOverview widget for improved tab management on small screens.</p>
58+
<p>Added support for opening files and gemini mime types from the command line.</p>
59+
<p>Added tab history menu on right click over arrows for easier navigation.</p>
60+
<p>Fixed issue with links without whitespace not working properly.</p>
61+
<p>Moved scrollbar to the edge of the window for a cleaner UI.</p>
62+
<p>Added tooltips for items in header bar to provide more information to users.</p>
63+
<p>Added more information to the About window to give users a better idea of the project's.</p>
64+
<p>Various fixes and refactorings.</p>
65+
</description>
66+
</release>
5467
<release version="1.3.0" date="2022-08-30">
5568
<description>
5669
<p>Added ability to reload the current page</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.3.0',
4+
version: '1.4.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.3.0";
27+
version = "1.4.0";
2828

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

0 commit comments

Comments
 (0)