Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azymohliad committed Mar 13, 2024
1 parent eb6a325 commit 27bfabc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.2 - 2024-03-13

- Fix occasional high CPU usage when trying to reconnect.

## v0.5.1 - 2023-11-09

- Fix the background mode on systems without the Background portal.
Expand Down
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.

7 changes: 7 additions & 0 deletions assets/io.gitlab.azymohliad.WatchMate.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
</recommends>

<releases>
<release version="0.5.2" date="2024-03-13">
<description>
<ul>
<li>Fix occasional high CPU usage when trying to reconnect.</li>
</ul>
</description>
</release>
<release version="0.5.1" date="2023-11-09">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion watchmate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watchmate"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion watchmate/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ impl Component for Model {
.transient_for(root)
.application_icon(APP_ID)
.application_name("Watchmate")
.version("v0.5.1")
.version("v0.5.2")
.website("https://github.com/azymohliad/watchmate")
.issue_url("https://github.com/azymohliad/watchmate/issues")
.license_type(gtk::License::Gpl30)
Expand Down

0 comments on commit 27bfabc

Please sign in to comment.