Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Apr 10, 2024
1 parent 50332c9 commit 52aa20f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geopard"
version = "1.4.0"
version = "1.5.0"
authors = ["ranfdev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion build-aux/com.ranfdev.Geopard.Devel.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions data/com.ranfdev.Geopard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
</custom>

<releases>
<release version="1.5.0" date="2024-04-10">
<description>
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,
including the use of the new Adw.Dialog and Adw.Breakpoint widgets.
</p>
<p>Improved security by adding TOFU (Trust On First Use) website verification</p>
<p>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.
</p>
<p>Many other small fixes and improvements.</p>
</description>
</release>
<release version="1.4.0" date="2023-03-23">
<description>
<p>Updated to latest libadwaita and GTK to improve performance and compatibility,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'geopard',
'rust',
version: '1.4.0',
version: '1.5.0',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down
2 changes: 1 addition & 1 deletion nix/geopard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

stdenv.mkDerivation {
pname = "geopard";
version = "1.4.0";
version = "1.5.0";

cargoDeps = rustPlatform.importCargoLock {
lockFile = ../Cargo.lock;
Expand Down

0 comments on commit 52aa20f

Please sign in to comment.