Skip to content

v0.0.2 -- Fix cut/copy/paste macOS shortcuts

Compare
Choose a tag to compare
@belltown belltown released this 27 Feb 01:07
· 7 commits to master since this release
  • Cut/copy/paste keyboard shortcuts now work on macOS. Their menu items have been moved from the context (right-click) menu to the Application Menu. Fixes #1
  • Ctrl + I will move the keyboard focus to the input text area
  • SSDP discovery creates socket with reuseAddr set to true so other applications can bind to SSDP notify port
  • Remove port 8060 (ECP) from list of supported debug ports
  • Remove support for BSD operating systems
  • Use updated versions of electron-builder and electron-packager