Skip to content
Snippets Groups Projects
Commit e2487e2b authored by rahix's avatar rahix
Browse files

chore: Update CHANGELOG

parent 68f60676
Branches
No related tags found
No related merge requests found
...@@ -13,12 +13,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -13,12 +13,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
accurate timing of MicroPython code. accurate timing of MicroPython code.
- Added an option to use the right buttons for scrolling and the left one for - Added an option to use the right buttons for scrolling and the left one for
selecting. This will be made configurable in a future release. selecting. This will be made configurable in a future release.
- Made timezone configurable with a new `timezone` option in `card10.cfg`.
- Added a setting-menu to the ECG App.
### Changed ### Changed
- Changed timezone to CET. A future release will make the timezone entirely - Changed default timezone to CET.
configurable.
- Made a few library functions callable without any parameters so they are - Made a few library functions callable without any parameters so they are
easier to use. easier to use.
- Refactored the `card10.cfg` config parser.
### Fixed ### Fixed
- Fixed the Pycardium delay implementation in preparation for features like - Fixed the Pycardium delay implementation in preparation for features like
...@@ -28,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -28,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Improved the USB-Storage mode in the menu app. - Improved the USB-Storage mode in the menu app.
- Fixed GPIO module not properly configuring a pin if both IN and ADC are given. - Fixed GPIO module not properly configuring a pin if both IN and ADC are given.
- Added missing documentation for `os.mkdir()` and `os.rename()`. - Added missing documentation for `os.mkdir()` and `os.rename()`.
- Fixed all `-Wextra` warnings, including a few bugs. Warnings exist for a reason!
### Removed ### Removed
- Removed unnecessary out-of-bounds checks in display module. Drawing outside - Removed unnecessary out-of-bounds checks in display module. Drawing outside
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment