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!