Releases: adafruit/circuitpython-repl-js
Bug fixes for reading and writing text files
This release writing by preserving the backslash characters and reading by adding the use of delimiters.
Bug Fixes for listDir
This release improves listing the directory by skipping empty lines.
Bug fixes for reading raw files
This release improves reading raw files by slicing output in a more meaningful manner.
Bug Fix for ESP32 C6
This release improves connection reliability by removing an attempted fix for duplicate code output.
Improve Error Handling
This release improves error handling by displaying errors that occur during file operations.
Bug Fixes
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
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
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
This release adds better mode awareness and removes unnecessary restarts that were occurring.
Added better code interruption
This release adds better code interruption which fixes an issue with the code never getting to a prompt.