Skip to content

Releases: adafruit/circuitpython-repl-js

Bug fixes for reading and writing text files

12 Feb 19:14
1bd2db0
Compare
Choose a tag to compare

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

Bug Fixes for listDir

05 Feb 21:05
b96e966
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Added better code interruption

08 Jul 21:51
0707309
Compare
Choose a tag to compare

This release adds better code interruption which fixes an issue with the code never getting to a prompt.