Skip to content

Commit

Permalink
Merge pull request #403 from nokyan/v1.7.0
Browse files Browse the repository at this point in the history
Release v1.7.0
  • Loading branch information
nokyan authored Nov 29, 2024
2 parents d7148e8 + 1cb8d29 commit 0782ab5
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 97 deletions.
110 changes: 55 additions & 55 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resources"
version = "1.6.0"
version = "1.7.0"
authors = ["nokyan <[email protected]>"]
edition = "2021"
rust-version = "1.80.0"
Expand All @@ -20,10 +20,10 @@ opt-level = 3
adw = { version = "0.7.1", features = ["v1_6"], package = "libadwaita" }
anyhow = { version = "1.0.93", features = ["backtrace"] }
async-channel = "2.3.1"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
gettext-rs = { version = "0.7.2", features = ["gettext-system"] }
glob = "0.3.1"
gtk = { version = "0.9.3", features = ["v4_10"], package = "gtk4" }
gtk = { version = "0.9.4", features = ["v4_10"], package = "gtk4" }
lazy-regex = "3.3.0"
libc = { version = "0.2.162", features = ["extra_traits"] }
log = "0.4.22"
Expand Down
17 changes: 16 additions & 1 deletion data/net.nokyan.Resources.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@
</screenshot>
</screenshots>
<releases>
<release version="1.7.0" date="2024-11-29">
<url type="details">https://github.com/nokyan/resources/releases/tag/v1.7.0</url>
<description translate="no">
<p>
Resources 1.7 has been released with a new supported device category and other improvements. Here are some highlights:
</p>
<ul>
<li>Support for monitoring Intel Neural Processing Units (NPUs)</li>
<li>Multiple processes can now be selected in the Processes view</li>
<li>Added a column for swap usage in the Apps and Processes view</li>
<li>Added temperature graphs</li>
<li>Improved handling of media engines on newer AMD GPUs</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2024-08-23">
<url type="details">https://github.com/nokyan/resources/releases/tag/v1.6.0</url>
<description translate="no">
Expand Down Expand Up @@ -247,4 +262,4 @@
<custom>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>
</component>
Binary file modified data/resources/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resources/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/resources/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0782ab5

Please sign in to comment.