Skip to content

Releases: parallaxinc/BlocklyPropLauncher

v0.9.7

15 Apr 16:21
3106e5e
Compare
Choose a tag to compare
  • Updated release per Google Developer Program Policies > Code Readability Requirements

v0.9.6

13 Nov 19:37
2cc205b
Compare
Choose a tag to compare
  • Fixed CrOS 67+ download failures using active wait technique for postResetDelay
  • Removed all previous postResetDelay adjustment and retry code, regardless of platform

v0.9.5

12 Nov 01:20
df9e6da
Compare
Choose a tag to compare
  • Added experimental timing feature to handle critical timing at the start of downloading in attempt to solve Chrome OS v67+ download failure; feature enabled by a settings checkbox
  • Removed port close+open behavior of v0.9.4 as it didn't solve Chrome OS v67+ problem

v0.9.4

09 Nov 04:18
f9e4f8d
Compare
Choose a tag to compare
  • Enhanced wired port management to resolve Chrome OS v67+ download failures
  • Eliminated multiple download retries on Chrome OS
  • Optimized download timeouts
  • Fixed bug causing unnecessary port baudrate updates
  • Bumped version to v0.9.4

v0.9.2

02 Oct 21:54
@zfi zfi
229edcd
Compare
Choose a tag to compare

Nothing to see here. Just a version number change to test version upgrade deployment in Google Chrome Web Store.

v0.9.1

02 Oct 16:58
9863912
Compare
Choose a tag to compare
  • Added Wi-Fi bi-directional debugging
  • Sped up debug processing by disabling Nagle timer (Wi-Fi) and made send() require an ArrayBuffer (Wired and Wi-Fi). Send() no longer wastes time internally checking data type and converting from Str or Buf to ArrayBuffer.
  • Ensured downloads are not affected by previous execution's debug stream
  • Enhanced http.js to check last error; eliminates an error message in console
  • Fixed multi-port use bug that prevented further downloads during session
  • Fixed bug causing multi-port debug streams to occasionally collide

v0.9.0

05 Sep 22:41
ad7b72d
Compare
Choose a tag to compare
  • Added Wi-Fi Programming Support.
  • Fixed bug causing unhandled errors during download.
  • Enhanced to automatically retry (in the background) with different timing if the first attempt to download doesn't find the Propeller.
  • Sorts port list (USB/Serial ports on top, wireless ports on bottom)

v0.8.0

21 Feb 01:53
2bc20cc
Compare
Choose a tag to compare
  • Enhanced download reliability and speed.
    • Downloads 2x to 6x faster.
    • Communication with Propeller gracefully handles serial "noise" and serial port reception errors created by currently-running Propeller application.
  • Progress bar continues to advance (at 1 second intervals) during EEPROM programming for better user experience.
  • Fixed bug that caused rare failed-download event to prevent all further downloads in that user session.

v0.7.5

03 Jan 15:27
bad3626
Compare
Choose a tag to compare
  • Enhanced to deliver all download-related messages with codes to correspond with PropLoader and to be actively filtered by BlocklyProp. This allows the Compile/Download Results window to be much simpler for success cases.
    • As of now, BPL issues coded download messages always; not optionally like with BPC.

v0.7.4

08 Aug 21:07
Compare
Choose a tag to compare

Fixed bug causing BPL to lose connection when characters are entered into the terminal.