- Make sure to actually include QR view in built package.
- Added possibility to restrict access to anyone in front of the screen.
- Updated visual styling of documents.
- Corrected display of stack trace for internal server errors.
- Added QR code view to provide the mobile device URL. Just click Connect mobile device... in the system tray menu.
- Updated aiohttp to version 1.2.
- Allow accessing
http://server/
instead ofhttp://server/index.xhtml
.
- Dropped support for Python before 3.5.
- Added menu to system tray icon to allow stopping Virtual Touchpad.
- UPdated icon.
- Updated mouse and keyboard control library with many fixes.
- Improved handling of disconnection.
- Improved bootstrapping on OSX.
- Corrected host name for ZeonConf.
- Actually include release notes when publishing on PyPi.
- Actually include help files in PyPi package.
- Corrected handling of getting the root.
- Added support for building native packages for all platforms.
- Disallowed serving files outside of the resource directory.
- Correctly serve the keyboard layout on Python 3.
- Corrected parsing of git output when making release.
- Enabled dragging on OSX.
- Increased scrolling speed on OSX.
- Reenabled clicking and scrolling for Windows.
- Do not require the browser to support HTML5 Fullscreen, since this is not supported on iOS.
- Allow the application to run unpackaged again.
- Added support for Python 3.
- Added support for system tray icon on Mac OSX by replacing internal system tray icon handling with pystray.
- Added support for Mac OSX by replacing internal keyboard and mouse handling with pynput and, for now, making the systray icon optional.
- Ensure that only dependencies for the current platform are required.
- Allow loading the systray icon for Windows when running from a wheel.
- Corrected touch pad clicks.
- Corrected imports.
- Replaced dependency on PIL with Pillow. This should make it possible to install from PyPi.
- Support for keyboards has been added. For now only two layouts are included.
- The user interface has been polished.
- Virtual Touchpad now broadcasts its presence on the network using mDNS.
- Virtual Touchpad can now be translated into other languages.
- Added Swedish translation.
- Added systray icon for Windows.
- Virtual Touchpad now supports zip-safe again.
- The build script does not fail if ImageMagick
convert
is not the firstconvert
on the path.
- The systray window is no longer mapped on Linux.
- Added systray icon for Linux.
- The sensitivity and acceleration of the trackpad is now configurable.
- Clicking is now easier and allows the finger to move slightly across the screen.
- Virtual Touchpad can now be run from a zipped egg.
- Py2exe is now supported to pack Virtual Touchpad into a single exe file on Windows.
- It is now possible to run Virtual Touchpad on Windows.
- Corrected snapping of bottom tool bar.
- Corrected bugs in setup script that prevented Virtual Touchpad from being installed.
- Made scrolling a lot smoother.
- Added basic FAQ.
- Added support for drag-and-drop.
- Added a bottom toolbar with a fullscreen button.
- Increased size of message box text.
- Basic touchpad support, with hard-coded sensitivity and acceleration.
- Basic offline support using AppCache.