Releases: tiny-pilot/tinypilot
Releases · tiny-pilot/tinypilot
1.4.0
New features
- Update TinyPilot directly through the web UI (#470)
- Update device hostname through the web UI (#504, #521)
- Retrieve debug logs from the web UI (#528)
- Reorganize "commands" dropdown menu (#544)
Bugfixes
- Fix submenu alignment on Safari browsers (#444)
- Fix keyboard forwarding for bare modifier keys for improved compatibility with other KVM devices (#507)
- Fix handling Command keys on Mac OS X (#499)
Breaking changes
Previously, to persist custom TinyPilot settings across updates, you could export a custom TINYPILOT_INSTALL_VARS
variable in your .bashrc
file. If you update from the web UI, TinyPilot will not read your .bashrc
settings.
Instead, you can persist settings in /home/tinypilot/settings.yml
. This is the new supported way of customizing TinyPilot's settings moving forward.
Acknowledgements
Thanks to @jotaen, @jdeanwallace, @WarheadsSE, and @invrainbow for their contributions on this release!
1.3.0
- TinyPilot should now "just work" for different keyboard layouts. (#355)
- You no longer have to specify that your layout is QWERTY, AZERTY, etc.
- Better supports for AltGraph key on non-US keyboards. (#353, #367)
- Updated keyboard HID descriptor for better system compatibility (#375)
- Upgrades are now faster (#369, #381)
- Removed clutter in the dump-scripts command (#393)
- Added a dummy remove screen in dev mode (#380)
1.2.1
1.2.0
- Added native support for HDMI to CSI capture cards (TC358743-based chips)
- See these instructions if you want to use TinyPilot with one of these chips.
- Added a full on-screen keyboard (#333)
- Thanks to @asebold for implementing this feature!
- Added support for saving screenshots (#319)
- Thanks to @djclueless for contributing this feature!
- Added support for Norwegian keyboard layouts (#318)
- Thanks to @kjpett2 for contributing this feature!
- Small bugfixes for key mappings on Firefox (#311) and OS X (#312)
1.1.3
- Added support for vertical and horizontal mouse scroll wheels (#307)
- Thanks to @djclueless for contributing this feature!
- Double click modifier buttons in the web UI to send the keys immediately. (#290)
- Previously, you could only send modifier keys in conjunction with other keys on your keyboard.
- Support both left and right modifier keys (#292, #298)
- Previously, TinyPilot treated all modifier keys as left (e.g., Right Ctrl would be forwarded as Left Ctrl)
1.1.2
1.1.1
1.1.0
- Add support for mouse integration (#125)
- Thanks to @raiju for their help with this feature.
- Add support for fullscreen mode
- Thanks to @djclueless for this feature.
- Add support for pasting text from the clipboard
- Thanks to @pwcazenave for this feature.
- Add support for emulating the PrtScn/SysRq key (#150)
- Thanks to @dougrathbone for contributing this feature!
- TinyPilot upgrade script now supports specifying installation options (#145)
- Change mouse cursor icon (#217)
- Thanks to @djclueless for this feature
- Add support for AZERTY keyboard layout on target system (#235)
- Special thanks to @djclueless for his numerous contributions throughout this release!