@@ -4,34 +4,43 @@ All notable changes to OpenEMC will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- # 0.9.9 - 2024-10-16
7+ ## 1.0.0 - 2026-03-20
8+ ### Changed
9+ - log: hide malformed message by default
10+ - update embedded-hal to 1.0 and associated crates
11+ - update defmt to 1.0
12+ - switch to probe-rs
13+ ### Fixed
14+ - ioctl: fix crash when response is empty
15+
16+ ## 0.9.9 - 2024-10-16
817### Added
918- I2C: check for stuck SCL during recovery
1019
11- # 0.9.8 - 2024-10-12
20+ ## 0.9.8 - 2024-10-12
1221### Added
1322- I2C: bus recovery
1423- STUSB4500: verify received PDOs by obtaining them twice
1524
16- # 0.9.7 - 2024-07-05
25+ ## 0.9.7 - 2024-07-05
1726### Added
1827- Linux pstore support
1928### Changed
2029- STUSB4500: always perform register reset after pin reset
2130- improve LED behavior
2231- supply: derate reported currents by 100 mA
2332
24- # 0.9.6 - 2024-06-25
33+ ## 0.9.6 - 2024-06-25
2534### Fixed
2635- supply: connect data lines in charge mode
2736
28- # 0.9.5 - 2024-06-25
37+ ## 0.9.5 - 2024-06-25
2938### Added
3039- supply: allow explicit disconnection of USB data lines via sysfs
3140### Changed
3241- supply: use no input current when disconnected according to any detector
3342
34- # 0.9.4 - 2024-06-20
43+ ## 0.9.4 - 2024-06-20
3544### Changed
3645- STUSB4500: prohibit reset when battery is low
3746- BQ25713: only warn when readback fails
@@ -41,14 +50,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4150### Fixed
4251- STUSB4500: avoid attach loop with mobile devices
4352
44- # 0.9.2 - 2024-06-19
53+ ## 0.9.2 - 2024-06-19
4554### Changed
4655- bootloader: avoid bootloader entry after power-on reset, if possible
4756- bootloader version 0.3.2
4857### Fixed
4958- STUSB4500: NVM programming
5059
51- # 0.9.1 - 2024-06-18
60+ ## 0.9.1 - 2024-06-18
5261### Added
5362- STUSB4500: reset when BQ25713 I2C communication fails
5463- STUSB4500: log monitoring and hardware fault status
@@ -60,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6069### Fixed
6170- charging mode: power off when charger is disconnected during grace period
6271
63- # 0.9.0 - 2024-02-22
72+ ## 0.9.0 - 2024-02-22
6473### Added
6574- board IO support
6675- board ioctl support
0 commit comments