Oliver Fabel 1 год назад
Родитель
Сommit
22052d35d0
3 измененных файлов с 12 добавлено и 6 удалено
  1. 4 1
      CHANGELOG.md
  2. 6 3
      docs/CHANGELOG.md
  3. 2 2
      docs/README.md

+ 4 - 1
CHANGELOG.md

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 
 ## [Unreleased]
 ## [Unreleased]
 
 
+## [1.1.0] - 2024-08-28
+
 ### Added
 ### Added
 
 
 * Display splash screen upon application start.
 * Display splash screen upon application start.
@@ -77,7 +79,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/v1.0.0...HEAD
+[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...HEAD
+[1.1.0]: https://github.com/ofabel/mp-flipper/compare/v1.0.0...v1.1.0
 [1.0.0]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...v1.0.0
 [1.0.0]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...v1.0.0
 [0.5.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.4.0-beta.1...v0.5.0-beta.1
 [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

+ 6 - 3
docs/CHANGELOG.md

@@ -1,5 +1,8 @@
-## 1.0
+## 1.1
+
+* Display splash screen upon application start.
+* API documentation available on GitHub pages.
 
 
-* Initial stable release for the [flipper lab](https://lab.flipper.net/apps)
+## 1.0
 
 
-https://github.com/ofabel/mp-flipper/releases/tag/v1.0.0
+* Initial stable release.

+ 2 - 2
docs/README.md

@@ -1,12 +1,12 @@
 # MicroPython
 # MicroPython
 
 
-[MicroPython](https://micropython.org/) is a version of the popular [Python](https://www.python.org/) programming language, especially tailored for the hardware requirements of small microcontrollers, like the Flipper Zero.
+MicroPython is a version of the popular Python programming language, especially tailored for the hardware requirements of small microcontrollers, like the Flipper Zero.
 Instead of supporting the full standard library, only a subset is implemented, carefully selected with the requirements of a microcontroller environment in mind.
 Instead of supporting the full standard library, only a subset is implemented, carefully selected with the requirements of a microcontroller environment in mind.
 But this should not limit your creativity and ability to create great applications at all.
 But this should not limit your creativity and ability to create great applications at all.
 
 
 ## API
 ## API
 
 
-Coming soon - checkout the [examples](https://github.com/ofabel/mp-flipper/tree/master/examples) for now.
+Visit the repository website on GitHub or scan the QR code on the welcome screen.
 
 
 ## Disclaimer
 ## Disclaimer