bump version to 0.0.8
This commit is contained in:
parent
374d665938
commit
820149a140
3 changed files with 13 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.0.8 (2018-09-07)
|
||||
|
||||
* enable pointer movement after timeout
|
||||
|
||||
## 0.0.7 (2018-09-04)
|
||||
|
||||
* use custom font for icons
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@
|
|||
<url type="homepage">https://github.com/Unrud/remote-touchpad</url>
|
||||
<developer_name>Unrud</developer_name>
|
||||
<releases>
|
||||
<release version="0.0.8" date="2018-09-07">
|
||||
<ul>
|
||||
<li>enable pointer movement after timeout</li>
|
||||
</ul>
|
||||
</release>
|
||||
<release version="0.0.7" date="2018-09-04">
|
||||
<ul>
|
||||
<li>use custom font for icons</li>
|
||||
|
|
@ -62,13 +67,13 @@
|
|||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/1.png</image>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/1.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/2.png</image>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/2.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/3.png</image>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/3.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -45,7 +45,7 @@ const (
|
|||
authenticationRateBurst int = 10
|
||||
challengeLength int = 8
|
||||
defaultBind string = ":0"
|
||||
version string = "0.0.7"
|
||||
version string = "0.0.8"
|
||||
)
|
||||
|
||||
func processCommand(plugin Plugin, command string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue