diff --git a/Cargo.lock b/Cargo.lock index 858c71c..caf11b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "geopard" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index dcd7641..4771555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geopard" -version = "1.4.0" +version = "1.5.0" authors = ["ranfdev "] edition = "2021" diff --git a/build-aux/com.ranfdev.Geopard.Devel.json b/build-aux/com.ranfdev.Geopard.Devel.json index 09d56b4..dc6ae86 100644 --- a/build-aux/com.ranfdev.Geopard.Devel.json +++ b/build-aux/com.ranfdev.Geopard.Devel.json @@ -1,7 +1,7 @@ { "app-id" : "com.ranfdev.Geopard.Devel", "runtime" : "org.gnome.Platform", - "runtime-version" : "master", + "runtime-version" : "46", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable", diff --git a/data/com.ranfdev.Geopard.metainfo.xml.in.in b/data/com.ranfdev.Geopard.metainfo.xml.in.in index cd41fad..6beeddd 100644 --- a/data/com.ranfdev.Geopard.metainfo.xml.in.in +++ b/data/com.ranfdev.Geopard.metainfo.xml.in.in @@ -84,6 +84,18 @@ + + +

Updated to latest libadwaita and GTK to improve performance and compatibility, + including the use of the new Adw.Dialog and Adw.Breakpoint widgets. +

+

Improved security by adding TOFU (Trust On First Use) website verification

+

Some native pages ("input" page and "open link in external browser" page) were persisting as overlay after + opening a new link. Now the page navigation is fixed. +

+

Many other small fixes and improvements.

+
+

Updated to latest libadwaita and GTK to improve performance and compatibility, diff --git a/meson.build b/meson.build index 6b9abbe..16a6117 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'geopard', 'rust', - version: '1.4.0', + version: '1.5.0', meson_version: '>= 0.59', # license: MIT, ) diff --git a/nix/geopard.nix b/nix/geopard.nix index 71ad0c8..6005aae 100644 --- a/nix/geopard.nix +++ b/nix/geopard.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { pname = "geopard"; - version = "1.4.0"; + version = "1.5.0"; cargoDeps = rustPlatform.importCargoLock { lockFile = ../Cargo.lock;