Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Mar 23, 2023
1 parent 3a68f0d commit 9f9abcd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 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.3.0"
version = "1.4.0"
authors = ["ranfdev <[email protected]>"]
edition = "2021"

Expand Down
13 changes: 13 additions & 0 deletions data/com.ranfdev.Geopard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.4.0" date="2023-03-23">
<description>
<p>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.</p>
<p>Added support for opening files and gemini mime types from the command line.</p>
<p>Added tab history menu on right click over arrows for easier navigation.</p>
<p>Fixed issue with links without whitespace not working properly.</p>
<p>Moved scrollbar to the edge of the window for a cleaner UI.</p>
<p>Added tooltips for items in header bar to provide more information to users.</p>
<p>Added more information to the About window to give users a better idea of the project's.</p>
<p>Various fixes and refactorings.</p>
</description>
</release>
<release version="1.3.0" date="2022-08-30">
<description>
<p>Added ability to reload the current page</p>
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.3.0',
version: '1.4.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 @@ -24,7 +24,7 @@

stdenv.mkDerivation rec {
pname = "geopard";
version = "1.3.0";
version = "1.4.0";

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

0 comments on commit 9f9abcd

Please sign in to comment.