Skip to content

Commit

Permalink
revise CHANGELOG.md for Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elehobica committed Mar 6, 2024
1 parent c980b5b commit 24f4a85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [v0.9.3] - 2024-03-06
### Fixed
* Fix build error of "cannot find -lmy_pico_stdio_usb_headers"
* Delete obsolete CENTER button completely not to disturb other button actions when pullup is not attached. [issue](https://github.com/elehobica/RPi_Pico_WAV_Player/issues/4)
* Delete obsolete CENTER button completely not to disturb other button actions when pullup is not attached. [issue#4](https://github.com/elehobica/RPi_Pico_WAV_Player/issues/4)

### Changed
* Support pico-sdk 1.5.1 (previously 1.4.0)
* Update FatFs R0.15 (previously R0.14b)
* Changed to use submodules for pico_fatfs and pico_st7735_80x160 libraries
* Remove external pullup resistors for PLUS, MINUS buttons
* Remove external pullup resistors for MISO, MOSI of microsd SPI
* Clean up libraries. pico_fatfs and pico_st7735_80x160 are switched to submodules.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "power_manage.h"
#include "ui_control.h"

const char *VersionStr = "0.9.2";
const char *VersionStr = "0.9.3";

static inline uint32_t _millis(void)
{
Expand Down

0 comments on commit 24f4a85

Please sign in to comment.