Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Fixed

  • Added missing init code in non-async template

Removed

0.2.0 - 2024-11-21

Added

  • Added editor selection. Currently only helix and vscode
  • Before quitting the TUI, it ask for user confirmation
  • Show a hint where to find examples

Changed

  • Remember position when entering a sub-menu to restore state on exit.
  • Update dependencies to latest esp-hal releases.
  • Use systimer instead of timg in embassy templates for all targets but ESP32

0.1.0 - 2024-11-07

  • Initial release