Skip to content

Commit 13f3f2a

Browse files
committed
revise CHANGELOG
1 parent 0bffab6 commit 13f3f2a

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build/
1+
build*/

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [v0.9.6] - 2025-03-06
810
### Added
9-
* Show different color in Battery Icon when charging
11+
* Show cyan color in Battery Icon when charging
12+
* Support Raspberry Pi Pico 2 board
1013
### Changed
1114
* Support pico-sdk 2.1.1
12-
* Support Raspberry Pi Pico 2 board
1315
### Fixed
1416
* Revise active battery check voltage divider to torelate up to 5.5V
1517
* Fix ID3v2 tag (RIFF ID3v2) read failure for large file over 32bit signed size range
16-
* Fix seeking next ID3/MP4Box frame when current frame size ove
18+
* Fix seeking next ID3/MP4Box frame when current frame size over
1719

1820
## [v0.9.5] - 2024-06-06
1921
### Added

src/ConfigParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct ConfigParam : FlashParamNs::FlashParam {
5656
return instance;
5757
}
5858
// Parameter<T> inst id name default size
59-
FlashParamNs::Parameter<std::string> P_CFG_REVISION {CFG_REVISION, "CFG_REVISION", "0.9.5", 8};
59+
FlashParamNs::Parameter<std::string> P_CFG_REVISION {CFG_REVISION, "CFG_REVISION", "0.9.6", 8};
6060
FlashParamNs::Parameter<uint32_t> P_CFG_SEED {CFG_SEED, "CFG_SEED", 0};
6161
FlashParamNs::Parameter<uint8_t> P_CFG_VOLUME {CFG_VOLUME, "CFG_VOLUME", 65};
6262
FlashParamNs::Parameter<uint8_t> P_CFG_STACK_COUNT {CFG_STACK_COUNT, "CFG_STACK_COUNT", 0};

0 commit comments

Comments
 (0)