Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Jun 9, 2022
1 parent ba42487 commit 4996705
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 17 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.1.1"
version = "1.2.0"
authors = ["ranfdev <[email protected]>"]
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion build-aux/deploy-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ git clone "$git_out" git_repo;
cd $_;
cp ../"$manifest" ./;
git commit -a -m "Update";
git push
34 changes: 24 additions & 10 deletions data/com.ranfdev.Geopard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,16 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.2.0" date="2022-06-09">
<description>
<p>Added more shortcuts</p>
<p>There's now a status bar showing the URL of hovered links</p>
<p>Various code refactorings</p>
</description>
</release>
<release version="1.1.1" date="2022-06-06">
<description>
Relax download folder permissions to fix downloads not starting
<p>Relax download folder permissions to fix downloads not starting</p>
</description>
</release>
<release version="1.1.0" date="2022-05-19">
Expand All @@ -67,10 +74,12 @@
</release>
<release version="1.0.1" date="2022-05-07">
<description>
Changes:
- Fix downloads by granting access to download folder
- Improve download progress handling
- Show close button on small window sizes
<p>Changes</p>
<ul>
<li>Fix downloads by granting access to download folder</li>
<li>Improve download progress handling</li>
<li>Show close button on small window sizes</li>
</ul>
</description>
</release>
<release version="1.0.0-alpha" date="2021-04-01">
Expand All @@ -81,11 +90,12 @@
</release>
<release version="1.0.0" date="2022-04-29">
<description>
First release on flathub! You get all the most important features:
- colors
- caching
- search
:D
<p>First release on flathub! You get all the most important features</p>
<ul>
<li>colors</li>
<li>caching</li>
<li>search</li>
</ul>
</description>
</release>
</releases>
Expand All @@ -102,6 +112,10 @@
<requires>
<display_length compare="ge">360</display_length>
</requires>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>


<developer_name>Lorenzo Miglietta</developer_name>
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.1.1',
version: '1.2.0',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down
6 changes: 3 additions & 3 deletions nix/geopard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

stdenv.mkDerivation rec {
pname = "geopard";
version = "1.1.1";
version = "1.2.0";

cargoDeps = rustPlatform.importCargoLock {
lockFile = ../Cargo.lock;
outputHashes = {
"cairo-rs-0.16.0" = "sha256-lEgfnteBl9aaI8RXRJmgWMIhNUTAuWjODgHA6J32rJs=";
"cairo-rs-0.16.0" = "sha256-Y0qRUliZRuEYvLje2ld75BDgSM7lHOnWITyuI/RoxwI=";
"gdk4-0.5.0" = "sha256-cRZS8csxpPZm6yxyb6MYiGO7rdw207E4w4uiuJqJoaU=";
"gio-0.16.0" = "sha256-OajUoavBxnKoN5wHRYWBpNXTGAQyxME95FT6bAhy15c=";
"gio-0.16.0" = "sha256-wENBSDGVUQIa6CK4d5oZ9ih0h1SY1CKWBKVtVcxsXP0=";
"libadwaita-0.2.0" = "sha256-+ATfy8QIgpoifSCrcqdoub1ust3pEdU3skjOPfIaDQc=";
};
};
Expand Down

0 comments on commit 4996705

Please sign in to comment.