Packages

Implements the XMODEM file transfer protocol

Current section

Files

Jump to
exmodem CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.1] - 2025-11-10
### Added
* Add `Exmodem.progress/1` ([#2](https://github.com/smartrent/exmodem/pull/2))
### Fixed
* Remove hardcoded packet sizes (fixes xmodem-1k) ([#1](https://github.com/smartrent/exmodem/pull/1))
## [v0.1.0] - 2025-11-03
* Initial release
[v0.1.1]: https://github.com/smartrent/exmodem/compare/v0.1.0..v0.1.1
[v0.1.0]: https://github.com/smartrent/exmodem/releases/tag/v0.1.0