Bump version to 1.4.7

This commit is contained in:
Unrud 2024-08-30 23:45:18 +02:00
parent b4ecfad316
commit 288345b5d3
3 changed files with 16 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## 1.4.7 (2024-08-30)
* Update dependencies
## 1.4.6 (2024-02-06) ## 1.4.6 (2024-02-06)
* Prevent incorrect MIME types * Prevent incorrect MIME types

View file

@ -23,6 +23,13 @@
<name translate="no">Unrud</name> <name translate="no">Unrud</name>
</developer> </developer>
<releases> <releases>
<release version="1.4.7" date="2024-08-30">
<description>
<ul>
<li>Update dependencies</li>
</ul>
</description>
</release>
<release version="1.4.6" date="2024-02-06"> <release version="1.4.6" date="2024-02-06">
<description> <description>
<ul> <ul>
@ -329,16 +336,16 @@
</releases> </releases>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/1.png</image> <image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/1.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/2.png</image> <image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/2.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/3.png</image> <image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/3.png</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/4.png</image> <image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/4.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>

View file

@ -47,7 +47,7 @@ const (
authenticationRateBurst int = 10 authenticationRateBurst int = 10
challengeLength int = 8 challengeLength int = 8
defaultBind string = ":0" defaultBind string = ":0"
version string = "1.4.6" version string = "1.4.7"
prettyAppName string = "Remote Touchpad" prettyAppName string = "Remote Touchpad"
) )