Releases: Ma7moud3ly/micro-repl
Version 2.0
Version 2.0 ๐๐
Changes since 1.9
-New Feature: Support for landscape mode to improve usability on wider screens 43. โ๏ธ
-Bug Fix: Fixed module import issues from subdirectories 44. โ
-Bug Fix: Change the working directory to the script's location during execution 45. โ
-UI Enhancements: Improved interface for a more streamlined user experience. ๐ก
Version 1.9
Version 1.8
Version 1.8
Changes since 1.7
- Import Files
New: Added an option in Files Explorer to import files, including Python (.py), text (.txt), and others, from phone storage directly into the Micropython environment. - Clear Terminal Programmatically
New: User can now clear the terminal output directly from Python code usingprint(chr(27) + "[2J") - Crash Fix: Resolved a crash that occurred when BoardManager.connectToSerial encountered a java.io.IOException - Could not claim control interface.
- Ui Updates: Enhance ui of Terminal & Files Explorer screens.
- Feature Request: Import files #4 โ
Version 1.7
Version 1.7
๐ฑ๐ง Micro REPL 1.7 is dedicated to Lebanon fighting the Israeli invasion. Please support Lebanon ! ๐ฑ๐ง
Changes since 1.6
- Ui Updates: Enhance Ui for all screens and dialogs.
- Source Code: Convert all screens to compose and update project structure.
- Documentation: Generate doc for all manager classes by the help of Gemini !
- Bug Fix: Code Editor
Fix code editor issues that makes app crashes since v1.5. - Bug Fix: Terminal
Enhance terminal behavior for large outputs. - Bug Fixes: #28 #30, #31, #33, #34, #36
Version 1.6
Version 1.5
Version 1.5
๐ต๐ธ Micro REPL 1.5 is also dedicated to Ghaza fighting the Israeli invasion. Please support Palestine! ๐ต๐ธ
Changes since 1.4
Bug Fix: Reading & Saving scripts
- Fix the problem of duplicated lines on reading scripts saved on windows os and Thonny app.
- Fix the problem of reading the escaped characters in scripts
\n, \r, \r\n.
Bug Fix: Files Manager
Fix the files manager with some ports such ESP32-S3 .
issue 5
New Feature: Support multiple devices
Allow users to select one of multiple devices.
issue 21
Version 1.4
Version 1.4
๐ต๐ธ Micro REPL 1.4 is dedicated to Ghaza fighting the Israeli invasion. Please support Palestine! ๐ต๐ธ
Changes since 1.3
Bug Fix: Android 14 Crashes
Resolved app crashes on Android 14 for improved stability.
CLI Efficiency Updates
Enhanced command line functionality for single and multiple lines of code.