From 0de805381135a12be3c6cc796c17abde40040cc5 Mon Sep 17 00:00:00 2001 From: Jakub Kocka Date: Tue, 27 Feb 2024 14:10:56 +0100 Subject: [PATCH] Updated files for online installer 2.25 --- README.md | 1 + src/InnoSetup/IdfToolsSetup.iss | 2 +- src/Resources/download/index.html | 4 ++-- src/Resources/download/releases.json | 6 ++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a45ad22..c2b8752 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Note: Online Installer is recommended way of the installation. | Version | Purpose | Size | | ------- | ------- | ---- | +| 2.25 - 2024-02-27 - Online Installer [download](https://github.com/espressif/idf-installer/releases/download/online-2.25/esp-idf-tools-setup-online-2.25.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.25.exe) | Deploy ESP-IDF, Espressif-IDE and support for other languages | 4 MB | | 2.24 - 2023-12-21 - Online Installer [download](https://github.com/espressif/idf-installer/releases/download/online-2.24/esp-idf-tools-setup-online-2.24.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.24.exe) | Deploy ESP-IDF, Espressif-IDE and support for other languages | 4 MB | | 2.23 - 2023-07-20 - Online Installer [download](https://github.com/espressif/idf-installer/releases/download/online-2.23/esp-idf-tools-setup-online-2.23.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.23.exe) | Deploy ESP-IDF, Espressif-IDE and support for other languages | 4 MB | | 2.22 - 2023-07-20 - Online Installer [download](https://github.com/espressif/idf-installer/releases/download/online-2.22/esp-idf-tools-setup-online-2.22.exe)/[mirror](https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.22.exe) | Deploy ESP-IDF, Espressif-IDE and support for other languages | 4 MB | diff --git a/src/InnoSetup/IdfToolsSetup.iss b/src/InnoSetup/IdfToolsSetup.iss index 908d6e2..f0aa5cc 100644 --- a/src/InnoSetup/IdfToolsSetup.iss +++ b/src/InnoSetup/IdfToolsSetup.iss @@ -14,7 +14,7 @@ #ifdef VERSION #define MyAppVersion VERSION #else -#define MyAppVersion "2.24" +#define MyAppVersion "2.25" #endif #define MyAppPublisher "Espressif Systems (Shanghai) Co. Ltd." diff --git a/src/Resources/download/index.html b/src/Resources/download/index.html index 04aabcf..ecd7232 100644 --- a/src/Resources/download/index.html +++ b/src/Resources/download/index.html @@ -191,10 +191,10 @@

ESP-IDF Windows Installer Download

Open Source IoT Development Framework for ESP32

-
+ diff --git a/src/Resources/download/releases.json b/src/Resources/download/releases.json index ef6bb81..d0f85a4 100644 --- a/src/Resources/download/releases.json +++ b/src/Resources/download/releases.json @@ -1,4 +1,10 @@ [ + { + "version": "2.25", + "type": "online", + "date": "2024-02-27", + "size": "4 MB" + }, { "version": "2.12.1-with-esp-idf-5.2", "type": "espressif-ide",