|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
+## [0.5.0-beta.1] - 2024-08-04
|
|
|
|
|
+
|
|
|
|
|
+### Added
|
|
|
|
|
+
|
|
|
|
|
+* Message dialog support.
|
|
|
|
|
+* Update to the latest 0.104.0 firmware.
|
|
|
|
|
+
|
|
|
|
|
+### Removed
|
|
|
|
|
+
|
|
|
|
|
+* Disabled various Python builtins to shrink binary size.
|
|
|
|
|
+
|
|
|
## [0.4.0-beta.1] - 2024-04-14
|
|
## [0.4.0-beta.1] - 2024-04-14
|
|
|
|
|
|
|
|
### Added
|
|
### Added
|
|
@@ -51,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
* Basic build setup
|
|
* Basic build setup
|
|
|
* Minimal working example
|
|
* Minimal working example
|
|
|
|
|
|
|
|
-[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v0.4.0-beta.1...HEAD
|
|
|
|
|
|
|
+[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...HEAD
|
|
|
|
|
+[0.5.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.4.0-beta.1...v0.5.0-beta.1
|
|
|
[0.4.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.3.0-alpha.1...v0.4.0-beta.1
|
|
[0.4.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.3.0-alpha.1...v0.4.0-beta.1
|
|
|
[0.3.0-alpha.1]: https://github.com/ofabel/mp-flipper/compare/v0.2.0-alpha.1...v0.3.0-alpha.1
|
|
[0.3.0-alpha.1]: https://github.com/ofabel/mp-flipper/compare/v0.2.0-alpha.1...v0.3.0-alpha.1
|
|
|
[0.2.0-alpha.1]: https://github.com/ofabel/mp-flipper/compare/v0.1.0-alpha.1...v0.2.0-alpha.1
|
|
[0.2.0-alpha.1]: https://github.com/ofabel/mp-flipper/compare/v0.1.0-alpha.1...v0.2.0-alpha.1
|