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

Update CHANGELOG

parent 7172b9d2
Branches
No related tags found
No related merge requests found
...@@ -6,20 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -6,20 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
### Fixed
- [File descriptor leak on app load](python_payload/st3m/application.py)
## [1.2.0] - 2023-08-18
### Added ### Added
- Added a WiFi status indicator icon - Added a WiFi status indicator icon.
- Added a battery status indicator icon - Added a battery status indicator icon.
- Added loading apps from /sd/apps and /flash/apps - Added support for loading apps from `/sd/apps` and `/flash/apps`.
- Added an error screen on apps failing to start - Added an error screen when apps fail to start.
- Added Python/st3m API to access battery charge status - Added Python/st3m API to access battery charge status.
- Added the ability to always hide icons - Added the ability to always hide icons (*System**Settings**Show Icons*).
### Fixed
- File descriptor leak on app load. This would lead to the OS crashing when
too many apps are installed.
## [1.1.1] - 2023-08-17 ## [1.1.1] - 2023-08-17
### Fixed ### Fixed
- Crash on WiFi startup - Crash on WiFi startup
...@@ -59,7 +61,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -59,7 +61,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Initial Release Initial Release
[unreleased]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.1.0...main [unreleased]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.2.0...main
[1.2.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.1.1...v1.2.0
[1.1.1]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.1.0...v1.1.1 [1.1.1]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.1.0...v1.1.1
[1.1.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.0.0...v1.1.0 [1.1.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.0.0...v1.1.0
[1.0.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/tags/v1.0.0 [1.0.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/tags/v1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment