Fix markdown lint
This commit is contained in:
parent
592f40006f
commit
0b6dac0ae6
2 changed files with 38 additions and 37 deletions
60
CHANGELOG.md
60
CHANGELOG.md
|
|
@ -2,84 +2,84 @@
|
||||||
|
|
||||||
## 0.0.18 (2020-05-16)
|
## 0.0.18 (2020-05-16)
|
||||||
|
|
||||||
* Fix error messages for TLS certificate and private key files
|
* Fix error messages for TLS certificate and private key files
|
||||||
|
|
||||||
## 0.0.17 (2020-02-20)
|
## 0.0.17 (2020-02-20)
|
||||||
|
|
||||||
* Minor HTML improvements
|
* Minor HTML improvements
|
||||||
|
|
||||||
## 0.0.16 (2020-02-17)
|
## 0.0.16 (2020-02-17)
|
||||||
|
|
||||||
* Fix textarea on WebKit
|
* Fix textarea on WebKit
|
||||||
|
|
||||||
## 0.0.15 (2019-11-03)
|
## 0.0.15 (2019-11-03)
|
||||||
|
|
||||||
* Prefer IPv4 addresses
|
* Prefer IPv4 addresses
|
||||||
|
|
||||||
## 0.0.14 (2019-10-28)
|
## 0.0.14 (2019-10-28)
|
||||||
|
|
||||||
* Handle quirks of browser touch events
|
* Handle quirks of browser touch events
|
||||||
* Hide navigation bar in fullscreen mode
|
* Hide navigation bar in fullscreen mode
|
||||||
* Set terminal title
|
* Set terminal title
|
||||||
* Flatpak: Update dependencies
|
* Flatpak: Update dependencies
|
||||||
|
|
||||||
## 0.0.13 (2019-05-04)
|
## 0.0.13 (2019-05-04)
|
||||||
|
|
||||||
* Flatpak: Update dependencies
|
* Flatpak: Update dependencies
|
||||||
* AppStream: Fix release descriptions
|
* AppStream: Fix release descriptions
|
||||||
|
|
||||||
## 0.0.12 (2018-12-08)
|
## 0.0.12 (2018-12-08)
|
||||||
|
|
||||||
* fix the browser Forward button
|
* fix the browser Forward button
|
||||||
|
|
||||||
## 0.0.11 (2018-10-20)
|
## 0.0.11 (2018-10-20)
|
||||||
|
|
||||||
* rename plugin to backend
|
* rename plugin to backend
|
||||||
* update flatpak
|
* update flatpak
|
||||||
|
|
||||||
## 0.0.10 (2018-10-01)
|
## 0.0.10 (2018-10-01)
|
||||||
|
|
||||||
* avoid race condition when typing on X11
|
* avoid race condition when typing on X11
|
||||||
|
|
||||||
## 0.0.9 (2018-09-29)
|
## 0.0.9 (2018-09-29)
|
||||||
|
|
||||||
* add multimedia keys
|
* add multimedia keys
|
||||||
|
|
||||||
## 0.0.8 (2018-09-07)
|
## 0.0.8 (2018-09-07)
|
||||||
|
|
||||||
* enable pointer movement after timeout
|
* enable pointer movement after timeout
|
||||||
|
|
||||||
## 0.0.7 (2018-09-04)
|
## 0.0.7 (2018-09-04)
|
||||||
|
|
||||||
* use custom font for icons
|
* use custom font for icons
|
||||||
|
|
||||||
## 0.0.6 (2018-08-23)
|
## 0.0.6 (2018-08-23)
|
||||||
|
|
||||||
* use colors in terminal for QR qode
|
* use colors in terminal for QR qode
|
||||||
* remove ``-invert`` command line argument
|
* remove ``-invert`` command line argument
|
||||||
* mitigate race condition when typing text on X11
|
* mitigate race condition when typing text on X11
|
||||||
* improve KeySyms used for text on X11 and Flatpak's RemoteDesktop portal
|
* improve KeySyms used for text on X11 and Flatpak's RemoteDesktop portal
|
||||||
* normalize line endings
|
* normalize line endings
|
||||||
|
|
||||||
## 0.0.5 (2018-07-31)
|
## 0.0.5 (2018-07-31)
|
||||||
|
|
||||||
* remove mouse polling interval
|
* remove mouse polling interval
|
||||||
* add support for "pixel-perfect" scrolling
|
* add support for "pixel-perfect" scrolling
|
||||||
* add experimental support for Flatpak's RemoteDesktop portal
|
* add experimental support for Flatpak's RemoteDesktop portal
|
||||||
* X11 plugin: check session type
|
* X11 plugin: check session type
|
||||||
* improve error logging
|
* improve error logging
|
||||||
|
|
||||||
## 0.0.4 (2018-07-22)
|
## 0.0.4 (2018-07-22)
|
||||||
|
|
||||||
* add setting for mouse polling interval
|
* add setting for mouse polling interval
|
||||||
|
|
||||||
## 0.0.3 (2018-06-26)
|
## 0.0.3 (2018-06-26)
|
||||||
|
|
||||||
* fix websocket with https
|
* fix websocket with https
|
||||||
|
|
||||||
## 0.0.2 (2018-06-25)
|
## 0.0.2 (2018-06-25)
|
||||||
|
|
||||||
* add reload button to disconnected-page
|
* add reload button to disconnected-page
|
||||||
|
|
||||||
## 0.0.1 (2018-06-23)
|
## 0.0.1 (2018-06-23)
|
||||||
|
|
||||||
|
|
|
||||||
15
README.md
15
README.md
|
|
@ -1,18 +1,19 @@
|
||||||
# Remote Touchpad
|
# Remote Touchpad
|
||||||
|
|
||||||
Control mouse and keyboard from the webbrowser of a smartphone (or any other device with a touchscreen).
|
Control mouse and keyboard from the webbrowser of a smartphone
|
||||||
|
(or any other device with a touchscreen).
|
||||||
To take control open the displayed URL or scan the QR code.
|
To take control open the displayed URL or scan the QR code.
|
||||||
|
|
||||||
Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
|
Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* [Flatpak](https://flathub.org/apps/details/com.github.unrud.RemoteTouchpad)
|
* [Flatpak](https://flathub.org/apps/details/com.github.unrud.RemoteTouchpad)
|
||||||
* [Snap](https://snapcraft.io/remote-touchpad)
|
* [Snap](https://snapcraft.io/remote-touchpad)
|
||||||
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
|
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
|
||||||
* Golang:
|
* Golang:
|
||||||
* Portal & X11: `go get -u -tags portal,x11 github.com/Unrud/remote-touchpad`
|
* Portal & X11: `go get -u -tags portal,x11 github.com/Unrud/remote-touchpad`
|
||||||
* Windows: `get get -u github.com/Unrud/remote-touchpad`
|
* Windows: `get get -u github.com/Unrud/remote-touchpad`
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue