Releases: espressif/idf-eclipse-plugin
v4.1.0
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
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
What's new in v3.7.1
A bug-fix release that addresses JAR signing for Espressif-IDE plugins to prevent "plugins not trusted" warnings during update-site installation.
Full Changelog: v3.7.0...v3.7.1
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.1.zip
Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.7.1.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.7.1.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.7.1-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.7.1-linux.gtk.x86_64.tar.gz
v3.7.0
What's Changed
- ci: update the beta workflow and merge release&beta ci by @kolipakakondal in #1280
- IEP-1608 Update test runtime environment to Java 21 by @sigmaaa in #1283
- IEP-1509 GH #1200: Terminal monitor still cannot build, flash or app flash by @sigmaaa in #1281
- IEP-1615 Update windows runner's JDK to 21 version by @sigmaaa in #1290
- IEP-1609 Unclosed Popup Dialogs During SWTBot UI Test Execution by @sigmaaa in #1285
- IEP-1612 LSP: Use automatic driver detection for clangd by @sigmaaa in #1288
- IEP-1619 DFU flash output truncated in IDE console by @sigmaaa in #1294
- WIP: SWTBot test case: Flash Process verification by @AndriiFilippov in #1299
- SWTBot test case: JTAG Flash Process verification by @AndriiFilippov in #1300
- IEP-1634 Update IDE Documentation with Troubleshooting for Missing Requirements by @sigmaaa in #1311
- Windows runner: fix LSP editor tests by @AndriiFilippov in #1312
- IEP-1618: Generate Bug Report Feature by @alirana01 in #1298
- SWTBot test case: Launch Target editor verification by @AndriiFilippov in #1304
- Runners: set FullScreen to runners main test shell by @AndriiFilippov in #1316
- IEP-1618: Generate Bug Reports by @alirana01 in #1315
- Dynamic ESP-IDF Target Discovery and Support Preview Targets by @kolipakakondal in #1302
- added the version list for docs on master by @alirana01 in #1309
- IEP-1613 Encrypted Flash: regular flash command is not separated from encrypted-flash command by @sigmaaa in #1301
- feat: automate the version bump workflow by @kolipakakondal in #1321
- chore: bump version to v3.7.0 (IEP-1642) by @github-actions[bot] in #1322
- fix: enhance pre-commit workflow for commit message validation by @kolipakakondal in #1324
- IEP-1639: Update query drivers after installing tools by @sigmaaa in #1319
- IEP-1637 Upgrade Eclipse target platform: LSP4E 0.27.10, CDT-LSP 3.3 by @sigmaaa in #1317
- IEP-1644 Release 3.7.0 regression testing: Terminal does not work by @sigmaaa in #1325
- fix: Dynamic discovery of of signtool.exe by @kolipakakondal in #1328
- Fixing ci signing for windows by @alirana01 in #1330
- updated ci for more checks and debug information by @alirana01 in #1332
- harcoding paths and cert names by @alirana01 in #1333
- Iep 1647 upd by @alirana01 in #1334
- fixing pwsh syntax for signing by @alirana01 in #1336
- IEP-1549: Updating java version for release and builds by @alirana01 in #1241
- IEP-1650 Convert NVS Title Area dialog to the editor by @sigmaaa in #1339
- IEP-1652 Add project selector to ESP-IDF Terminal launch workflow by @sigmaaa in #1343
- Feat/add codespell checks for local development and CI/CD by @Shen7436 in #1346
- feat: add kconfig editor support by @kolipakakondal in #1327
- fix: updated Clangd test case based on latest changes by @AndriiFilippov in #1338
- IEP-1656 Update LSP4E to the 0.29.0 by @sigmaaa in #1350
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
Hi All,
v4.0.0-beta.1 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/release-v4.0.0/
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/beta/
Installing IDF Plugins using the local archive file:
https://dl.espressif.com/dl/idf-eclipse-plugin/updates/com.espressif.idf.update-v4.0.0-beta.1.zip
Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v4.0.0-beta.1.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v4.0.0-beta.1.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.0.0-beta.1-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.0.0-beta.1-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-4.0.0-beta.1-linux.gtk.aarch64.tar.gz
v3.6.0
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
- fix: Add python path for CMake build commands by @kolipakakondal in #1269
- IEP-1565 ESP32P4: Debugging failure by @sigmaaa in #1252
- IEP-1559 Add SWT Tests to Verify Syntax Highlighting Functionality by @sigmaaa in #1255
- IEP-1601 Fix NullPointerException in updateLspQueryDrivers method by @sigmaaa in #1272
- feat(esp_detect_config.py): integrate devkits detect script in the target wizard and use in OpenOCD by @kolipakakondal in #1226
- IEP-1605: fix: Removed the path for fix_compile_commands.py by @kolipakakondal in #1278
- fix: write openocd debug output to a file by @kolipakakondal in #1274
- IEP 1553 adding unit tests for IDFUtil by @sigmaaa in #1240
- IEP-1600 EspConfigParser refactoring by @sigmaaa in #1271
- fix: bump version to v3.6.0 by @kolipakakondal in #1279
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
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
- IEP-1530 IDF console cleared when GDB starts by @sigmaaa in #1220
- fix: changing junit4 dependency to junit5 in unit tests by @sigmaaa in #1224
- IEP-1387: Integrate OpenOCD hints with the Hints Viewer by @sigmaaa in #1223
- fix(target wizard): set the height for text visibility by @kolipakakondal in #1229
- IEP-1525 Terminal: can't build project by @sigmaaa in #1230
- SWTBot test case: Clangd / Clang-Format Files Test by @AndriiFilippov in #1131
- IEP-1475: Signing Windows Executable by @alirana01 in #1228
- IEP-1548 Clangd NullPointerException: Incorrect Configuration Settings by @sigmaaa in #1236
- chore: bump version to 3.5.0 by @kolipakakondal in #1238
- IEP-1498 Clean-up extensions in the ui plugin by @sigmaaa in #1209
- IEP-1543 Set the default setCompilationDatabase to false by @sigmaaa in #1233
- Adding preview targets in the IDE by @kolipakakondal in #1237
- fix: script for removing unwanted flags from compile_commands.json by @kolipakakondal in #1235
- fix(target): update to tm4e latest plugins to avoid plugin loading issue by @kolipakakondal in #1242
- fix(lsp): Tag target builds with the lsp 3.2.0 and it's dependencies by @kolipakakondal in #1245
- IEP-1556: fix for NPE on windows for system python by @alirana01 in #1243
- Fix ci release by @alirana01 in #1249
- fix(update site): upload update site artifacts by @kolipakakondal in #1250
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
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
- docs: add docs on How do I build multiple configurations in Espressif… by @kolipakakondal in #1194
- Update clangd documentation by @kolipakakondal in #1198
- IEP-1406 Update markdown editor/ SWT Charts/CMake Editor plugins by @sigmaaa in #1166
- fix: resolve serial monitor issue by @sigmaaa in #1195
- IEP-1405: New ESP-IDF Size Analysis by @alirana01 in #1192
- IEP-1472 Custom build folder: Whitespace in build folder path lead to error by @sigmaaa in #1193
- IEP-1471 ESP-IDF Path with whitespaces leads to python error during FLASH by @sigmaaa in #1205
- IEP-1470: Fix for exception on invalid file and editor for file open listener by @alirana01 in #1170
- feat: updating to 3.4.0v by @sigmaaa in #1206
- fix: Update lsp dependencies by @kolipakakondal in #1190
- feat: updated marketplaceupdate_doc by @sigmaaa in #1208
- IEP-1521 Update build folder after project renaming by @sigmaaa in #1212
- fix: Update copyright for espressif-ide branding plugins by @kolipakakondal in #1214
- fix(lsp):Update cdt-lsp to v3.1.0 by @kolipakakondal in #1213
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
Espressif-IDE v3.3.0
We are excited to announce the release of Espressif-IDE v3.3.0! This update significantly improves the LSP editor and ESP-IDF Serial Monitor. The MCU Reset button is now available by default, and several internal dependencies have been updated to the latest versions for improved stability and performance.
This release also includes bug fixes addressing redundant rebuilds, improved project configuration handling, and better focus management in the console. Additionally, we’ve updated documentation and improved testing with new SWTBot test cases.
Thank you to all contributors for their efforts in making this release better!
What's Changed
- fix: cleanup the faq docs by @kolipakakondal in #1114
- docs: update docs_readme references (IEP-1388) by @emmanuel-ferdman in #1100
- SWTBot test case: Partition Table Editor by @AndriiFilippov in #1012
- GH #1118: Espressif's Eclipse debugger missing MCU Reset button by @sigmaaa in #1122
- SWTBot test case: SDKconfig Editor by @AndriiFilippov in #1123
- chore(release): bump version to v3.3.0 by @kolipakakondal in #1153
- fix: removing breaking line in formatter by @sigmaaa in #1124
- ci(bot): Github Action for replying to issues by @kolipakakondal in #1154
- Update new_issues.yml by @kolipakakondal in #1162
- ci: Add a workflow for uploading files by @kolipakakondal in #1157
- chore: Upgrade cmakeed plugin to CMakeEd-1.24.1 from 1.17.0 by @kolipakakondal in #1164
- IEP-1451 Activating the launch context in the UI thread by @sigmaaa in #1158
- IEP-1419 Clean up CDT LSP/CDT internal dependencies by @sigmaaa in #1149
- IEP-1424 GH #1129: ESP-IDF Serial Monitor and IDF-Terminals "idf.py monitor" build and flash and build and app-flash fails by @sigmaaa in #1151
- IEP-1445 GH #1148: Avoid creating '.clang-format' on each compilation by @sigmaaa in #1150
- IEP-1447 Focus shift to terminated console after auto-starting serial monitor post-flash by @sigmaaa in #1152
- IEP-1374 GH #1088: Launch in run mode does a redundant re-building even after build was triggered before that . by @sigmaaa in #1107
- IEP-1427 GH #1130: Espressif-IDE LSP Editor is using sdkconfig.h from the last built project for ALL other projects by @sigmaaa in #1155
- IEP-1395: Removing system env vars from IDE while executing scripts by @alirana01 in #1110
- IEP-1382 GH #1093: Drag the window to change the size but not in the expectation. by @sigmaaa in #1108
- fix: update idf.py reconfigure msg in the new project wizard by @kolipakakondal in #1169
- IEP-1467 Update clangd path based on the esp-idf and tools by @sigmaaa in #1171
New Contributors
- @emmanuel-ferdman made their first contribution in #1100
Full Changelog: v3.2.0...3.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-3.3.0.zip
Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.3.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.3.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.3.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.3.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.3.0-linux.gtk.aarch64.tar.gz
Espressif-IDE v3.2.0
We are excited to announce the release of Espressif-IDE v3.2.0. This minor release focuses on enhancements to the LSP editor, CMake initialization for newly created projects, support for Eclipse 2024-09, improvements to the ESP-IDF Manager, partitions.csv and nvs.csv model editors, documentation updates, OpenOCD debugging enhancements, and various bug fixes to improve the overall quality of the IDE.
What's Changed
- Update README.md by @kolipakakondal in #1066
- IEP-1333: ESP-IDF Manager: Cannot invoke "String.indexOf(int)" because "value" is null by @alirana01 in #1058
- IEP-1279 Verify clangd editor features and find the gaps by @sigmaaa in #1069
- IEP-1331 Info message in CMakeMainTab is barely visible on Ubuntu by @sigmaaa in #1056
- IEP-1346 Make it possible to copy values from fields with dynamic variables by @sigmaaa in #1068
- IEP-1336 Convert partitions.csv or nvs.csv model windows to editors by @sigmaaa in #1070
- Docs migration by @kolipakakondal in #1076
- IEP-1301: Null Build error if you're building a project with out any esp-idf version by @alirana01 in #1062
- IEP-1265: Debug Process Hangs by @alirana01 in #1023
- docs: cleanup github readme docs by @kolipakakondal in #1084
- chore: bump version to v3.1.1 by @kolipakakondal in #1085
- IEP-1375 Master branch: unable to flash projects. by @sigmaaa in #1089
- IEP-1376: Linux ESP-IDF Manager buttons issue by @alirana01 in #1092
- IEP-1247 Run CMake initial build for newly created project(idf.py reconfigure) by @sigmaaa in #1051
- IEP-1385 ESP-IDF:MenuConfig: feature uses any sdkconfig file if multiple projects open. by @sigmaaa in #1096
- fix: Update the new docs link by @kolipakakondal in #1095
- chore: bump version to v3.2.0 by @kolipakakondal in #1099
- IEP-1386 Project Name with whitespaces: JTAG flash fails. by @sigmaaa in #1097
- IEP-1371 Language Server hangs on 28% when a project contains spaces by @sigmaaa in #1086
- IEP-1345: Fix for refreshing the manager after installation by @alirana01 in #1098
- IEP-1390 Empty IDF Path after initial tools installation by @sigmaaa in #1101
- Update orbit builds, eclipse plugins, jna plugins etc by @kolipakakondal in #1111
- fix update site issues with the org.commonmark by @kolipakakondal in #1113
Full Changelog: v3.1.0...v3.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-3.2.0.zip
Espressif IDE
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64-v3.2.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64-v3.2.0.dmg
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.2.0-win32.win32.x86_64.zip
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.2.0-linux.gtk.x86_64.tar.gz
https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.2.0-linux.gtk.aarch64.tar.gz