Skip to content

Releases: adafruit/circuitpython-repl-js

Bug fixes and improvements

23 Dec 17:40
1d14bb6

Choose a tag to compare

This release improves handling of a microcontroller reset in the middle of running a command. This also fixes a bug with a flag being read as a function instead of a variable.

Bug fixes for reading and writing text files

12 Feb 19:14
1bd2db0

Choose a tag to compare

This release improves writing by preserving the backslash characters and reading by adding the use of delimiters.

Bug Fixes for listDir

05 Feb 21:05
b96e966

Choose a tag to compare

This release improves listing the directory by skipping empty lines.

Bug fixes for reading raw files

31 Jan 21:08
839ebe2

Choose a tag to compare

This release improves reading raw files by slicing output in a more meaningful manner.

Bug Fix for ESP32 C6

26 Aug 21:14
2defa7c

Choose a tag to compare

This release improves connection reliability by removing an attempted fix for duplicate code output.

Improve Error Handling

15 Aug 20:57
f8e9b6f

Choose a tag to compare

This release improves error handling by displaying errors that occur during file operations.

Bug Fixes

10 Aug 17:17
25c8306

Choose a tag to compare

This release fixes an issue where there was extraneous code output due to a missing await statement and some errors where os was not imported with file operations.

Pre-Prompt detection for better reliability on freshly booted board

25 Jul 18:26
2bc32e7

Choose a tag to compare

This fixes an issue when there would be significant delays on a freshly booted board causing the editor to hang while waiting for a timeout.

Refactored for much better reliability

17 Jul 20:52
7e245f3

Choose a tag to compare

This is likely a breaking release as some previously public functions are no longer public. Additionally, this version requires writeTerminal to be assigned in order to get the output. This release is a major change that refactors nearly all of the code by using Raw Mode.

Improved mode awareness to remove delays

09 Jul 22:24
731e310

Choose a tag to compare

This release adds better mode awareness and removes unnecessary restarts that were occurring.