Skip to content

Releases: KooleControls/ESPFlasher

Release v6.3.6.2

09 May 09:56

Choose a tag to compare

Release v6.3.6.1

09 May 09:11

Choose a tag to compare

Release v6.3.6.0

03 Mar 09:53

Choose a tag to compare

Fixes:

  • Comport selection now works.

Known Issues:

  • Certain development-only features are currently unavailable but planned for future releases:
    • Adding or removing .bin files from the firmware archive.
    • Automatic firmware release creation.

Release v6.3.5.0

17 Dec 15:52

Choose a tag to compare

Fixes:

  • False virus detection Previous version didnt fix issue, so another attempt

Known Issues:

  • Certain development-only features are currently unavailable but planned for future releases:
    • Adding or removing .bin files from the firmware archive.
    • Automatic firmware release creation.

Release v6.3.4.0

13 Dec 09:53

Choose a tag to compare

Fixes:

  • False virus detection Removed clickable link for false virus detection

Known Issues:

  • Certain development-only features are currently unavailable but planned for future releases:
    • Adding or removing .bin files from the firmware archive.
    • Automatic firmware release creation.

Release v6.3.3.0

13 Dec 09:30

Choose a tag to compare

Added:

  • Icon: The application now has an icon.

Known Issues:

  • Certain development-only features are currently unavailable but planned for future releases:
    • Adding or removing .bin files from the firmware archive.
    • Automatic firmware release creation.

Release v6.3.2.0

13 Dec 08:49

Choose a tag to compare

Added:

  • Release Check: The application now checks for the latest release and provides a link to update if a newer version is available.

Fixes:

  • Application Address: The application HEX file now starts correctly at address 0x00.

Known Issues:

  • Certain development-only features are currently unavailable but planned for future releases:
    • Adding or removing .bin files from the firmware archive.
    • Automatic firmware release creation.

Release v6.3.1.0

03 Oct 14:46

Choose a tag to compare

Fixes:

  • Fixed loading archives.

Known Issues:

  • Development-only features are currently missing (to be added in future releases):
    • Adding/removing .bin files from the firmware archive.
    • Creating an automatic release.
    • Installer of this application.
    • Auto update.
    • Certificate.

Release v6.3.0.0

03 Oct 13:35

Choose a tag to compare

Added:

  • Moved project to GitHub.
  • Added GitHub Actions to release the portable version as a zip. (Installers not yet supported)
  • Support for flashing KC1080 PCB’s: The tool now includes support for the KC1080 hardware.
  • Save Options: Added the ability to save firmware archives.
  • Added the option to export firmware in Intel Hex format.
  • Build Directory Loading: Added support for loading an archive from a build directory.
  • Intel Hex File Creation: Added the ability to create a combined Intel Hex file for releasing firmware, which includes all partitions instead of only the application partition.

Changes:

  • KCZIP archives loaded in RAM: Instead of unloading the .kczip firmware archives to a temporary folder, the entire archive is now loaded and managed in memory (RAM). This improves performance and eliminates potential issues with temporary file management.

Known Issues:

  • Development-only features are currently missing (to be added in future releases):
    • Adding/removing .bin files from the firmware archive.
    • Creating an automatic release.