Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.11 KB

File metadata and controls

60 lines (40 loc) · 1.11 KB

Changelog

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

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

[Unreleased]

Added

  • Initial release with dual USB stack support
  • KMBox serial command compatibility
  • Support for RP2040 (Pico) and RP2350 (Pico 2)
  • Hardware watchdog system
  • Visual status indicators (LED + NeoPixel)
  • Automated GitHub Actions build system

Changed

Deprecated

Removed

Fixed

Security

Template for Future Releases

## [X.Y.Z] - YYYY-MM-DD

### Added
- New features

### Changed
- Changes in existing functionality

### Deprecated
- Soon-to-be removed features

### Removed
- Now removed features

### Fixed
- Bug fixes

### Security
- Vulnerability fixes

Release Guidelines

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities