diff --git a/Cargo.lock b/Cargo.lock index 8fe6b7d..42ebac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "geopard" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index 7494778..28fd33e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geopard" -version = "1.3.0" +version = "1.4.0" authors = ["ranfdev "] edition = "2021" diff --git a/data/com.ranfdev.Geopard.metainfo.xml.in.in b/data/com.ranfdev.Geopard.metainfo.xml.in.in index aeb4655..4bb34c2 100644 --- a/data/com.ranfdev.Geopard.metainfo.xml.in.in +++ b/data/com.ranfdev.Geopard.metainfo.xml.in.in @@ -51,6 +51,19 @@ + + +

Updated to latest libadwaita and GTK to improve performance and compatibility, + including the use of the new Adw.TabOverview widget for improved tab management on small screens.

+

Added support for opening files and gemini mime types from the command line.

+

Added tab history menu on right click over arrows for easier navigation.

+

Fixed issue with links without whitespace not working properly.

+

Moved scrollbar to the edge of the window for a cleaner UI.

+

Added tooltips for items in header bar to provide more information to users.

+

Added more information to the About window to give users a better idea of the project's.

+

Various fixes and refactorings.

+
+

Added ability to reload the current page

diff --git a/meson.build b/meson.build index bca0135..a45365a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'geopard', 'rust', - version: '1.3.0', + version: '1.4.0', meson_version: '>= 0.59', # license: MIT, ) diff --git a/nix/geopard.nix b/nix/geopard.nix index 29f9d25..acb1a02 100644 --- a/nix/geopard.nix +++ b/nix/geopard.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { pname = "geopard"; - version = "1.3.0"; + version = "1.4.0"; cargoDeps = rustPlatform.importCargoLock { lockFile = ../Cargo.lock;