Skip to content

Commit

Permalink
Prepare release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azymohliad committed Nov 10, 2024
1 parent e6c4f37 commit f49836f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## v0.5.3 - 2024-11-10

- Fixed compilation issue with Rust >= 1.80.
- Updated dependencies. Migrated to the latest Relm4.

## v0.5.2 - 2024-03-13

- Fix occasional high CPU usage when trying to reconnect.
- Fixed occasional high CPU usage when trying to reconnect.

## v0.5.1 - 2023-11-09

- Fix the background mode on systems without the Background portal.
- Fixed the background mode on systems without the Background portal.

## v0.5.0 - 2023-11-04

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.

8 changes: 8 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,14 @@
</recommends>

<releases>
<release version="0.5.3" date="2024-11-10">
<description>
<ul>
<li>Fix compilation with Rust >= 1.80.</li>
<li>Update dependencies, migrate to the latest Relm4.</li>
</ul>
</description>
</release>
<release version="0.5.2" date="2024-03-13">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion flatpak/io.gitlab.azymohliad.WatchMate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: io.gitlab.azymohliad.WatchMate
runtime: org.gnome.Platform
runtime-version: '45'
runtime-version: '47'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
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.2"
version = "0.5.3"
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 @@ -319,7 +319,7 @@ impl Component for Model {
.transient_for(root)
.application_icon(APP_ID)
.application_name("Watchmate")
.version("v0.5.2")
.version("v0.5.3")
.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 f49836f

Please # to comment.