Fix markdown lint

This commit is contained in:
Unrud 2021-06-06 00:54:31 +02:00
parent 592f40006f
commit 0b6dac0ae6
2 changed files with 38 additions and 37 deletions

View file

@ -2,84 +2,84 @@
## 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)
* Minor HTML improvements
* Minor HTML improvements
## 0.0.16 (2020-02-17)
* Fix textarea on WebKit
* Fix textarea on WebKit
## 0.0.15 (2019-11-03)
* Prefer IPv4 addresses
* Prefer IPv4 addresses
## 0.0.14 (2019-10-28)
* Handle quirks of browser touch events
* Hide navigation bar in fullscreen mode
* Set terminal title
* Flatpak: Update dependencies
* Handle quirks of browser touch events
* Hide navigation bar in fullscreen mode
* Set terminal title
* Flatpak: Update dependencies
## 0.0.13 (2019-05-04)
* Flatpak: Update dependencies
* AppStream: Fix release descriptions
* Flatpak: Update dependencies
* AppStream: Fix release descriptions
## 0.0.12 (2018-12-08)
* fix the browser Forward button
* fix the browser Forward button
## 0.0.11 (2018-10-20)
* rename plugin to backend
* update flatpak
* rename plugin to backend
* update flatpak
## 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)
* add multimedia keys
* add multimedia keys
## 0.0.8 (2018-09-07)
* enable pointer movement after timeout
* enable pointer movement after timeout
## 0.0.7 (2018-09-04)
* use custom font for icons
* use custom font for icons
## 0.0.6 (2018-08-23)
* use colors in terminal for QR qode
* remove ``-invert`` command line argument
* mitigate race condition when typing text on X11
* improve KeySyms used for text on X11 and Flatpak's RemoteDesktop portal
* normalize line endings
* use colors in terminal for QR qode
* remove ``-invert`` command line argument
* mitigate race condition when typing text on X11
* improve KeySyms used for text on X11 and Flatpak's RemoteDesktop portal
* normalize line endings
## 0.0.5 (2018-07-31)
* remove mouse polling interval
* add support for "pixel-perfect" scrolling
* add experimental support for Flatpak's RemoteDesktop portal
* X11 plugin: check session type
* improve error logging
* remove mouse polling interval
* add support for "pixel-perfect" scrolling
* add experimental support for Flatpak's RemoteDesktop portal
* X11 plugin: check session type
* improve error logging
## 0.0.4 (2018-07-22)
* add setting for mouse polling interval
* add setting for mouse polling interval
## 0.0.3 (2018-06-26)
* fix websocket with https
* fix websocket with https
## 0.0.2 (2018-06-25)
* add reload button to disconnected-page
* add reload button to disconnected-page
## 0.0.1 (2018-06-23)

View file

@ -1,18 +1,19 @@
# 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.
Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
## Installation
* [Flatpak](https://flathub.org/apps/details/com.github.unrud.RemoteTouchpad)
* [Snap](https://snapcraft.io/remote-touchpad)
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
* Golang:
* Portal & X11: `go get -u -tags portal,x11 github.com/Unrud/remote-touchpad`
* Windows: `get get -u github.com/Unrud/remote-touchpad`
* [Flatpak](https://flathub.org/apps/details/com.github.unrud.RemoteTouchpad)
* [Snap](https://snapcraft.io/remote-touchpad)
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
* Golang:
* Portal & X11: `go get -u -tags portal,x11 github.com/Unrud/remote-touchpad`
* Windows: `get get -u github.com/Unrud/remote-touchpad`
## Screenshots