Skip to content

Commit c407623

Browse files
committed
update roadmap and changelog
1 parent c3c0db6 commit c407623

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2024-09-05
11+
1012
### Added
1113

1214
* 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
9395
* Basic build setup
9496
* Minimal working example
9597

96-
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...HEAD
98+
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...HEAD
99+
[1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
97100
[1.1.0]: https://github.com/ofabel/mp-flipper/compare/v1.0.0...v1.1.0
98101
[1.0.0]: https://github.com/ofabel/mp-flipper/compare/v0.5.0-beta.1...v1.0.0
99102
[0.5.0-beta.1]: https://github.com/ofabel/mp-flipper/compare/v0.4.0-beta.1...v0.5.0-beta.1

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2
2+
3+
* Added simple GPIO support: initialize, read, write, interrupts.
4+
* Added constants for musical note frequencies from C0 up to B8.
5+
* Some minor fixes in the dialog functions.
6+
17
## 1.1
28

39
* Display splash screen upon application start.

docs/pages/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Here you can see what to expect from future releases.
55

66
## Next Release
77

8-
* Constants for musical notes
9-
* GPIO (and maybe ADC)
8+
* Extended GPIO (ADC, PWM)
9+
* Maybe infrared
1010

1111
## Planned
1212

0 commit comments

Comments
 (0)