Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@DefinetlyNotAI DefinetlyNotAI released this 14 Apr 12:09
599860b

Release Notes for ESP32 FlashMate v1.1.0

Highlights from Pull Request #1:

  • 🚀 New Features:

    • Implemented handler and color classes for better code organization and readability.
    • Added support for additional baud rates in the ESP32 flasher.
    • Enhanced menu navigation and user input validation for a smoother experience.
    • Implemented NEW Serial Communication as well as auto-updating of the script (doesn't support v1.0.0)
  • 🛠️ Refactoring and Improvements:

    • Refactored the TPrint class and moved color definitions to a dedicated TPrintColors class.
    • Improved issue handling and user feedback during the flashing process.
    • Streamlined the update menu functionality with enhanced Git checks and user feedback for update status.
  • 🐛 Bug Fixes:

    • Fixed minor bugs and improved exception handling for better reliability.
  • 📁 Project Updates:

    • Updated .gitignore to exclude .venv and esp32 directories for better project configuration management.

Key Commits:

  1. Implement handler and color classes; refactor flasher to use new utilities
  2. Add support for additional baud rates and improve issue handling
  3. Refactor ESP32 flasher to ESP32 manager; enhance menu navigation

For the full list of changes, see Pull Request #1.

How to Upgrade:

  1. Download the latest release package.
  2. Follow the updated documentation to set up and start using ESP32 FlashMate.

If you encounter any issues or have feedback, feel free to open a discussion or raise an issue. Happy Flashing! 🎉


What's Changed

  • Implement handler and color classes; refactor flasher to use new util… by @DefinetlyNotAI in #1

New Contributors

Full Changelog: v1.0.0...v1.1.0