Skip to content

Releases: Ma7moud3ly/micro-repl

Version 2.0

16 May 23:22
0d86af1

Choose a tag to compare

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

07 Feb 02:04

Choose a tag to compare

Version 1.9

Changes since 1.8

  • Share Local Scripts New : Added a share button in Scripts list #40.
  • Support older android versions 5.1 & 6.1 #39
  • Other issues : #37 #38 โœ…

Version 1.8

07 Nov 23:20

Choose a tag to compare

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 using print(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

18 Oct 23:29

Choose a tag to compare

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

13 May 21:39

Choose a tag to compare

Version 1.6

๐Ÿ‡ต๐Ÿ‡ธ Micro REPL 1.6 is still dedicated to Ghaza fighting the Israeli invasion. Please support Palestine! ๐Ÿ‡ต๐Ÿ‡ธ

Changes since 1.5

Bug Fix: Code Editor

  • Fix code editor crash in V1.5

Issues 22 25

Bug Fix: Terminal

Enhance the terminal behavior for multiline code .
issue 26

Version 1.5

07 May 22:39

Choose a tag to compare

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.

Issues 6 12 17

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

18 Dec 00:08

Choose a tag to compare

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.