Skip to content

Releases: espressif/idf-eclipse-plugin

v4.3.0

Choose a tag to compare

@kolipakakondal kolipakakondal released this 01 Jun 11:55
34eaf49

What’s new in v4.3.0

Espressif-IDE v4.3.0 brings ESP-IDF Kconfig 3.x support, improved ESP-IDF version and target detection, enhanced EIM integration and path discovery. The release also adds a new preference for configuring eim_idf.json, improves Windows support with installer and compatibility fixes, and resolves several stability, launch configuration, flashing, and UI-related issues.

What's Changed

  • Agents guide by @kolipakakondal in #1433
  • IEP-1587 Integrate esp-idf-kconfig 3.x changes with IDE by @sigmaaa in #1426
  • fix: set permissions to Bump Version PR creation workflow by @kolipakakondal in #1434
  • chore: bump version to v4.3.0 by @github-actions[bot] in #1435
  • fix: add jira issue sync workflow-level permissions by @kolipakakondal in #1436
  • IEP-1720: ci(macos) switch to release-sign action for code signing by @kolipakakondal in #1406
  • ci: declare GITHUB_TOKEN permissions for GitHub Actions workflows by @kolipakakondal in #1437
  • fix: add pr comment after the build with download links by @kolipakakondal in #1438
  • fix: Remove stale Maven toolchains.xml by @kolipakakondal in #1441
  • IEP-1746 Fix IllegalStateException in ActiveLaunchConfigurationProvider when JobManager is suspended by @sigmaaa in #1432
  • IEP-1755 Build folder path fails to save on first apply in Launch Configuration by @sigmaaa in #1447
  • IEP-1754 Run ESP-IDF version detection asynchronously with progress reporting by @sigmaaa in #1445
  • Add automatic update site verification after Espressif-IDE release workflow completes successfully. by @AndriiFilippov in #1443
  • IEP-1534 DEPRECATED! use 'gdb port', not 'gdb_port' by @sigmaaa in #1442
  • SWTException: Widget is disposed in NewSerialFlashTargetWizardPage during background chip detection by @sigmaaa in #1449
  • IEP-1758 GH #1451: On Windows the ESP-IDF Manager is not compatible with latest version of EIM by @sigmaaa in #1452
  • IEP-1763 Missing Eclipse Marketplace in Espressif-IDE by @sigmaaa in #1455
  • IEP-1756 Deprecated! use 'adapter usb location ' command instead of OPENOCD_USB_ADAPTER_LOCATION variable by @sigmaaa in #1450
  • IEP-1706 GH #1398: Missing installer for Windows v4.x releases by @sigmaaa in #1456
  • EIM Path discovery improvements by @alirana01 in #1446
  • IEP-1764 Target detection is failing with ESP-IDF 6.0.1 by @sigmaaa in #1458
  • IEP-1768 java.lang.Exception: Resource ... does not exist by @sigmaaa in #1462
  • IEP-1767 shouldHaveClangFilesPresentAndContentCorrectForNewProject test is not stable by @sigmaaa in #1461
  • IEP-1765 Improve target detection UX by adding option for detailed detection script output by @sigmaaa in #1459
  • feat: Preference option for configuring eim_idf.json file by @kolipakakondal in #1444
  • fix(docs): underline is shorter than the title by @kolipakakondal in #1467
  • IEP-1762: Eim gui cli launch fixes by @alirana01 in #1457
  • IEP-1777 EIM CLI Wizard terminal has been added to the Terminal list by @sigmaaa in #1469
  • IEP-1778 Running activation script could cause eim_idf.json modification by @sigmaaa in #1468

Full Changelog: v4.2.0...v4.3.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v4.3.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v4.3.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v4.3.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.3.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.3.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.3.0-linux.gtk.aarch64.tar.gz

v4.2.0

Choose a tag to compare

@sigmaaa sigmaaa released this 02 Apr 09:03
a26162f

What’s new in v4.2.0

v4.2.0 is a feature and maintenance release of Espressif-IDE focused on improving overall UI/UX, enhancing project creation workflows, and increasing stability across core components such as the terminal and editors. It also includes performance optimizations, platform updates, and internal tooling improvements.

This release integrates the ESP-IDF project wizard directly into Eclipse’s native New Project dialog, improves startup performance, and resolves several UI resource and stability issues. Additionally, it updates the target platform to Eclipse 2026-03 (4.39) and streamlines internal configurations.

What's Changed

  • v 4.1.0 by @sigmaaa in #1391
  • IEP-1691 Terminal throws error after IDE restarted by @sigmaaa in #1390
  • chore: bump version to v4.2.0 (IEP-1700) by @github-actions[bot] in #1395
  • IEP-1707: workflow to sync the pr link to jira issue as a comment by @alirana01 in #1399
  • IEP-1709 Remove Copying OpenOCD Rules in the IDE by @sigmaaa in #1402
  • IEP-1695 Remove the JRE from the category.xml by @sigmaaa in #1393
  • IEP-1723: Improve New Project dialog initial startup time by @sigmaaa in #1409
  • IEP-1724: SWT resource leaks and disposal crashes in IDF Size Analysis Editor by @sigmaaa in #1410
  • IEP-1722 Integrate ESP New Project Wizard into Eclipse New Project dialog instead of opening a separate window by @sigmaaa in #1408
  • IEP-1728: Fix shell expansion issue by @alirana01 in #1416
  • fix: set permissions for ci workflow by @sigmaaa in #1418
  • IEP-1701 Improve UI/UX of esp-idf manager view by @sigmaaa in #1400
  • IEP-1721 Refactor Tab Groups to declare tabs in plugin.xml by @sigmaaa in #1407
  • IEP-1687 Verify all the screenshots in the IDE document and Update by @sigmaaa in #1405
  • Automate Update Site verification by @AndriiFilippov in #1397
  • IEP-1727: Update target platform to Eclipse 2026-03 (4.39) by @sigmaaa in #1415
  • IEP-1694 esp-idf manager view: version number not shown by @sigmaaa in #1421
  • fix(hints): Handle merged hints.yml with the esp-idf v6.0 by @kolipakakondal in #1419

Full Changelog: v4.1.0...v4.2.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v4.2.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v4.2.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v4.2.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.2.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.2.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.2.0-linux.gtk.aarch64.tar.gz

v4.1.0

Choose a tag to compare

@kolipakakondal kolipakakondal released this 06 Feb 06:52
c4ed2fb

What's new in v4.1.0

v4.1.0 is a feature and maintenance release of Espressif-IDE, focused on improving the terminal experience with automatic IDF activation, adding search functionality to Component Manager, and updating the Eclipse platform to 2025-12 version.

This release also adds official Linux ARM64 builds.

What's Changed

  • IEP-1672 Replace outdated tm.terminal plugin by @sigmaaa in #1378
  • IEP-1674 Add Search Field to Component Manager by @sigmaaa in #1379
  • Cherry pick from v4.0.0 by @sigmaaa in #1381
  • IEP-1677 Low App Partition Size notification does not display link correctly by @sigmaaa in #1384
  • IEP-1679 Update nightly build pipeline: JDK 17/21, Maven, and Azure signing by @sigmaaa in #1386
  • IEP-1673 Update the eclipse platform to the 2025-12 version by @sigmaaa in #1380
  • fix: Add linux arm64 builds to release builds and publish them to aws by @kolipakakondal in #1376
  • IEP-1686: Fix for eim download getting stuck by @alirana01 in #1387
  • IEP-1669 Automatically Run IDF Activation Script on Terminal Startup by @sigmaaa in #1388
  • IEP-1689 Update Target Platform dependencies: CDT-LSP 3.4, LSP4E 0.29.5, TM4E 0.17.1 by @sigmaaa in #1389

Full Changelog: v4.0.0...v4.1.0

Please refer to the documentation:
https://docs.espressif.com/projects/espressif-ide/en/latest/index.html
https://docs.espressif.com/projects/idf-im-ui/en/latest/

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v4.1.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v4.1.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v4.1.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.1.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.1.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.1.0-linux.gtk.aarch64.tar.gz

v4.0.0

Choose a tag to compare

@kolipakakondal kolipakakondal released this 16 Dec 16:43
51ab80e

What's new in v4.0.0

v4.0.0 is a major release of Espressif-IDE, primarily focused on integrating the ESP-IDF Installation Manager (EIM).

EIM is a cross-platform graphical user interface for installing and managing ESP-IDF and its dependencies. It provides a user-friendly way to set up ESP-IDF across Windows, macOS, and Linux platforms

Please refer to the documentation:
https://docs.espressif.com/projects/espressif-ide/en/latest/index.html
https://docs.espressif.com/projects/idf-im-ui/en/latest/

Full Changelog: v3.7.0...v4.0.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v4.0.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v4.0.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v4.0.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.0.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.0.0-linux.gtk.x86_64.tar.gz

v3.7.1

Choose a tag to compare

@kolipakakondal kolipakakondal released this 10 Dec 04:50
b33e29c

v3.7.0

Choose a tag to compare

@kolipakakondal kolipakakondal released this 02 Dec 05:03

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #1322

Full Changelog: v3.6.0...v3.7.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v3.7.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.7.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.7.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.7.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.7.0-linux.gtk.x86_64.tar.gz

v4.0.0-beta.1

v4.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@kolipakakondal kolipakakondal released this 29 Jul 12:40

v3.6.0

Choose a tag to compare

@kolipakakondal kolipakakondal released this 25 Jul 07:06
4ca55bc

Espressif-IDE v3.6.0 was released delivering key improvements such as devkit detection integration, OpenOCD debug log output, and critical fixes across debugging and the LSP editor.

What's Changed

Full Changelog: v3.5.0...v3.6.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v3.6.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.6.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.6.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.6.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.6.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.6.0-linux.gtk.aarch64.tar.gz

v3.5.0

Choose a tag to compare

@kolipakakondal kolipakakondal released this 17 Jun 07:27

We’re excited to announce the release of Espressif-IDE v3.5.0! This minor release includes the OpenOCD Hints Viewer, signed Windows builds, support for CDT LSP 3.2.0, and several important bug fixes.

What's Changed

Full Changelog: v3.4.0...v3.5.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v3.5.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.5.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.5.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.5.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.5.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.5.0-linux.gtk.aarch64.tar.gz

v3.4.0

Choose a tag to compare

@sigmaaa sigmaaa released this 06 May 15:11
3e7c679

We’re excited to announce Espressif-IDE v3.4.0! This release introduces a new ESP-IDF Size Analysis tool, improved support for build and ESP-IDF paths containing whitespaces, and updated documentation.

We’ve also upgraded key dependencies, including CDT 12, CDT-LSP 3.1.0, and JustJ JRE 21, for better stability and performance.

Note

To update your existing environment, please follow the upgrade instructions.

Thanks to all contributors for their valuable work on this release!

What's Changed

Full Changelog: v3.3.0...v3.4.0

How to get the latest version?

Installing IDF Plugins using the Update site URL:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-3.4.0.zip

Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.4.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.4.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.4.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.4.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.4.0-linux.gtk.aarch64.tar.gz