Bump version to 1.4.8
This commit is contained in:
parent
c71e5c4b8b
commit
4fb452c542
3 changed files with 16 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.4.8 (2024-09-01)
|
||||
|
||||
* Update dependencies
|
||||
|
||||
## 1.4.7 (2024-08-30)
|
||||
|
||||
* Update dependencies
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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"/>
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue