Skip to content

Commit

Permalink
Bump version to 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Sep 1, 2024
1 parent c71e5c4 commit 4fb452c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.8 (2024-09-01)

* Update dependencies

## 1.4.7 (2024-08-30)

* Update dependencies
Expand Down
15 changes: 11 additions & 4 deletions desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<name translate="no">Unrud</name>
</developer>
<releases>
<release version="1.4.8" date="2024-09-01">
<description>
<ul>
<li>Update dependencies</li>
</ul>
</description>
</release>
<release version="1.4.7" date="2024-08-30">
<description>
<ul>
Expand Down Expand Up @@ -336,16 +343,16 @@
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/3.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/3.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/4.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/4.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
version string = "1.4.7"
version string = "1.4.8"
prettyAppName string = "Remote Touchpad"
)

Expand Down

0 comments on commit 4fb452c

Please sign in to comment.