Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Jan 27, 2025
1 parent 9b39dc4 commit 568e056
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed the logic for setting toolchain in `.vscode/settings.json` (#80)

### Removed

## [0.2.2] - 2025-01-16

### Added

- The resulting `Cargo.toml` is now formated with Taplo (#72)

### Changed

- Update the resulting binary name (#62)
- Include version of `esp-generate` in the generated code (#67)
- Use `rustc-link-arg` instead of `rustc-link-arg-bin` (#67)

### Fixed

- Verify the required options are provided (#65)
- Use `stable` toolchain for Rust Analyzer on Xtensa targets (#69)
- Added missing template substitution in `devcontainer.json` (#70)

## [0.2.1] - 2024-11-26

### Changed

- Allow selecting WiFi and BLE at the same time (#60)

### Fixed

- Don't deselect just selected option (#58)
- Added missing init code in non-async template (#57)

## [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
Expand Down

0 comments on commit 568e056

Please sign in to comment.