Skip to content

Commit 52aa20f

Browse files
committed
v1.5.0
1 parent 50332c9 commit 52aa20f

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
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.4.0"
3+
version = "1.5.0"
44
authors = ["ranfdev <[email protected]>"]
55
edition = "2021"
66

build-aux/com.ranfdev.Geopard.Devel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "com.ranfdev.Geopard.Devel",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "master",
4+
"runtime-version" : "46",
55
"sdk" : "org.gnome.Sdk",
66
"sdk-extensions" : [
77
"org.freedesktop.Sdk.Extension.rust-stable",

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@
8484
</custom>
8585

8686
<releases>
87+
<release version="1.5.0" date="2024-04-10">
88+
<description>
89+
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,
90+
including the use of the new Adw.Dialog and Adw.Breakpoint widgets.
91+
</p>
92+
<p>Improved security by adding TOFU (Trust On First Use) website verification</p>
93+
<p>Some native pages ("input" page and "open link in external browser" page) were persisting as overlay after
94+
opening a new link. Now the page navigation is fixed.
95+
</p>
96+
<p>Many other small fixes and improvements.</p>
97+
</description>
98+
</release>
8799
<release version="1.4.0" date="2023-03-23">
88100
<description>
89101
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,

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.4.0',
4+
version: '1.5.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
@@ -22,7 +22,7 @@
2222

2323
stdenv.mkDerivation {
2424
pname = "geopard";
25-
version = "1.4.0";
25+
version = "1.5.0";
2626

2727
cargoDeps = rustPlatform.importCargoLock {
2828
lockFile = ../Cargo.lock;

0 commit comments

Comments
 (0)