Skip to content

Releases: belltown/roku-develop

Add a shortcut to switch between brs/xml files

17 Mar 00:39
Compare
Choose a tag to compare
  • Add a shortcut to switch between brs/xml files (PR #9)
  • Update copyright year

Add the Default Package Device configuration setting

30 Sep 19:09
b6ccb19
Compare
Choose a tag to compare
  • Add the Default Package Device configuration setting (serial number of default packaging device,
    used for packaging unless the device list has one and only one device checked)
  • electron-config is now electron-store
  • Latest version of Archiver now uses local time for zip'd files instead of UTC
  • Use latest versions of all dependent packages

Add Package command and project-specific ignores

04 Aug 20:50
2406c98
Compare
Choose a tag to compare
  • Add .rokudevignore ignore file parsing
  • Add package command

Increase request timeout when uploading to device

20 Jun 22:33
c125199
Compare
Choose a tag to compare
  • Change request timeout from 15 to 60 seconds when uploading to device
  • Use latest versions of all dependent packages

Implement scrollbars for device table

01 Mar 01:32
d3b29ab
Compare
Choose a tag to compare
  • Add scrollbars, if necessary, to Roku device list
  • Add Show/Hide Unchecked button to device list
  • Implement 15 second timeout when attempting to connect
  • Update documentation link to Roku Developer Setup Guide

Resolve symbolic links in zip file

15 Feb 00:03
79ede56
Compare
Choose a tag to compare
  • Handle symbolic links in the project directory

Allow auto-discovery to be disabled

13 Feb 00:29
99027a5
Compare
Choose a tag to compare
  • Implement Settings option to disable auto-discovery

Update dependencies

13 Jan 20:15
865337a
Compare
Choose a tag to compare
  • Use the latest versions of all dependent packages
  • Update copyright year

Handle HTTP code 202 from Roku device

24 Feb 23:46
Compare
Choose a tag to compare
  • When deploying, treat an HTTP status code 202 (Accepted) the same as a code 200 (OK)
  • Update copyright year
  • Fixes #1

Minor changes to device discovery

24 Feb 04:41
Compare
Choose a tag to compare
  • Apply a timeout when creating socket to send ECP request to discovered device
  • Use reuseAddr: true option when opening notify-socket to allow other applications to also listen for SSDP NOTIFY responses