Skip to content

Commit 35f3246

Browse files
committed
update changelog
1 parent 8db9d9a commit 35f3246

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.5.0] - 2024-10-06
11+
1012
### Added
1113

1214
* Support for basic file system operations using the `io` module:
@@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729

2830
### Fixed
2931

30-
* [#3](https://github.com/ofabel/mp-flipper/issues/3): Proper `CR` and `LF` handling in the REPL:
32+
* [#3](https://github.com/ofabel/mp-flipper/issues/3): Proper `CR` and `LF` handling in the REPL.
3133

3234
## [1.4.0] - 2024-09-29
3335

@@ -154,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154156
* Basic build setup
155157
* Minimal working example
156158

157-
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...dev
159+
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.5.0...dev
160+
[1.5.0]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...v1.5.0
158161
[1.4.0]: https://github.com/ofabel/mp-flipper/compare/v1.3.0...v1.4.0
159162
[1.3.0]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...v1.3.0
160163
[1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.5
2+
3+
* Added **io** module for basic file system operations.
4+
* Added **logging** module to allow level based log messages.
5+
* Rework of the **print** function: output redirection, based on script invocation.
6+
* Added UART support: connect, read and write.
7+
* Fixed the line feed handling in the REPL.
8+
19
## 1.4
210

311
* Added interactive Python shell (aka REPL) as a CLI command.

docs/pages/reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ Functions
452452
I/O
453453
---
454454

455+
Read and write files on the SD card.
456+
455457
Constants
456458
~~~~~~~~~
457459

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flipperzero"
7-
version = "1.3.0"
7+
version = "1.5.0"
88
authors = [
99
{ name = "Oliver Fabel" },
1010
]

0 commit comments

Comments
 (0)