Skip to content

Releases: belltown/violetbug

v0.0.5 -- Change from NPM to Yarn for building

21 Mar 23:17
Compare
Choose a tag to compare

This is intended to be the first generally-announced release of VioletBug following limited testing by a few Roku Developer Forum members, to whom I am extremely grateful.

Feel free to raise issues either through GitHub or the Roku Forums.

Changes since v0.0.4:

  • Recommend Yarn for building rather than NPM
  • Use updated versions of electron (1.6.2), electron-builder (15.6.3), and electron-packager (8.5.2).

v0.0.4 -- Allow user-input ports and host names

13 Mar 17:50
Compare
Choose a tag to compare
  • Remove unused Scene Graph ports from default dropdown port list
  • Allow user to add ports via the Settings > Ports ... menu
  • Allow user to specify a host name instead of IP address when connecting to a Roku device
  • Improved device discovery mechanism

v0.0.3 -- Implement Find command

05 Mar 23:04
Compare
Choose a tag to compare
  • Ctrl or Command + F (or right-click>Find) from within a connection's tab brings up a text search box
  • Use updated versions of electron (1.6.1) and electron-builder (14.5.2)

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

27 Feb 01:07
Compare
Choose a tag to compare
  • 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

v0.0.1 -- Initial release

19 Feb 03:53
Compare
Choose a tag to compare

VioletBug initial release.