Skip to content

Releases: Ev3-Dev/EV3-IDE

Patch v1.0.2 - Critical Bugfix for EV3 Security & Crashes

Choose a tag to compare

@Ev3-Dev Ev3-Dev released this 10 Jun 16:01

Version 1.0.2 - Critical Security & UI Update

This patch resolves a critical stability issue and improves the user interface notifications. It is highly recommended to update to this version immediately.

🛠️ Bugfixes & Improvements

  • Security Fix: Resolved a mismatched function name in the Notification class that could cause the application to crash or fail to block overwriting internal EV3 system files.
  • UI Improvement: Added a spam protection mechanism for notifications to prevent UI lagging and look cleaner when multiple events trigger rapidly.

🛠️ Installation & Usage (Windows)

  1. Download the v1.0.2 ZIP file below.
  2. Right-click the ZIP file and select Extract All.
  3. Open the extracted folder and double-click the executable to start.

Documentation Update - v1.0.1

Choose a tag to compare

@Ev3-Dev Ev3-Dev released this 10 Jun 11:59

Version 1.0.1 - Patch

This is a minor update that updates the documentation with a critical prerequisite for the EV3 brick. No changes were made to the application code itself.

⚠️ Critical Prerequisite for EV3 (Added in v1.0.1)

To use the C++ compilation feature, g++ must be installed on your EV3 brick. If it is a fresh ev3dev installation, please connect to your EV3 via SSH terminal and run these commands once before using the app:

sudo apt-get update
sudo apt-get install g++

(Note: Without this, the app can still view files and run Python scripts, but compiling C++ will result in an error).

🚀 General Features

  • EV3 filesystem viewer and editor
  • Support for running Python scripts and compiling C++ scripts with live console
  • Livestream of EV3 display, battery state, connected motor/sensors

🛠️ Installation & Usage (Windows)

  1. Download the v1.0.1 ZIP file below.
  2. Right-click the ZIP file and select Extract All.
  3. Open the extracted folder and double-click the executable to start.

📜 Licensing

This project is open-source and licensed under the GNU GPLv3. See the ATTRIBUTION.md inside the bundle for third-party credits.

Initial Release v1.0.0

Choose a tag to compare

@Ev3-Dev Ev3-Dev released this 09 Jun 19:33

Version 1.0.0 - Initial Release

Initial release of the application. The program is fully packaged and ready to run on Windows.

Features

  • EV3 filesystem viewer and editor
  • Support for running Python scripts and compiling C++ scripts with live console
  • Livestream of EV3 display, battery state, connected motor/sensors, ...

Installation & Usage (Windows)

  1. Download the ZIP file below.
  2. Right-click the ZIP file and select Extract All.
  3. Open the extracted folder and double-click the executable to start.
    (Note: Do not delete or move the internal directory next to the executable).

Licensing

This project is open-source and licensed under the GNU GPLv3. See the ATTRIBUTION.md inside the bundle for third-party credits.