Oliver Fabel 1 год назад
Родитель
Сommit
c4076232b1
3 измененных файлов с 12 добавлено и 3 удалено
  1. 4 1
      CHANGELOG.md
  2. 6 0
      docs/CHANGELOG.md
  3. 2 2
      docs/pages/roadmap.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.2.0] - 2024-09-05
+
 ### Added
 ### Added
 
 
 * Constants for all musical notes from C0 up to B8.
 * Constants for all musical notes from C0 up to B8.
@@ -93,7 +95,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.1.0...HEAD
+[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...HEAD
+[1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
 [1.1.0]: https://github.com/ofabel/mp-flipper/compare/v1.0.0...v1.1.0
 [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

+ 6 - 0
docs/CHANGELOG.md

@@ -1,3 +1,9 @@
+## 1.2
+
+* Added simple GPIO support: initialize, read, write, interrupts.
+* Added constants for musical note frequencies from C0 up to B8.
+* Some minor fixes in the dialog functions.
+
 ## 1.1
 ## 1.1
 
 
 * Display splash screen upon application start.
 * Display splash screen upon application start.

+ 2 - 2
docs/pages/roadmap.md

@@ -5,8 +5,8 @@ Here you can see what to expect from future releases.
 
 
 ## Next Release
 ## Next Release
 
 
-* Constants for musical notes
-* GPIO (and maybe ADC)
+* Extended GPIO (ADC, PWM)
+* Maybe infrared
 
 
 ## Planned
 ## Planned