Bump version to 1.5.4
This commit is contained in:
parent
9764d1975d
commit
a77f3aa8ec
3 changed files with 18 additions and 5 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.5.4 (2026-08-02)
|
||||||
|
|
||||||
|
* Improve X11 keyboard input
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
## 1.5.3 (2025-12-24)
|
## 1.5.3 (2025-12-24)
|
||||||
|
|
||||||
* Update dependencies
|
* Update dependencies
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,14 @@
|
||||||
<name translate="no">Unrud</name>
|
<name translate="no">Unrud</name>
|
||||||
</developer>
|
</developer>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.5.4" date="2026-08-02">
|
||||||
|
<description>
|
||||||
|
<ul>
|
||||||
|
<li>Improve X11 keyboard input</li>
|
||||||
|
<li>Update dependencies</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.5.3" date="2025-12-24">
|
<release version="1.5.3" date="2025-12-24">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -365,16 +373,16 @@
|
||||||
</releases>
|
</releases>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.3/screenshots/1.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.4/screenshots/1.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.3/screenshots/2.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.4/screenshots/2.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.3/screenshots/3.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.4/screenshots/3.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.3/screenshots/4.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.4/screenshots/4.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -48,7 +48,7 @@ const (
|
||||||
authenticationRateBurst int = 10
|
authenticationRateBurst int = 10
|
||||||
challengeLength int = 8
|
challengeLength int = 8
|
||||||
defaultBind string = ":0"
|
defaultBind string = ":0"
|
||||||
version string = "1.5.3"
|
version string = "1.5.4"
|
||||||
prettyAppName string = "Remote Touchpad"
|
prettyAppName string = "Remote Touchpad"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue