Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ofabel committed Oct 6, 2024
1 parent 8db9d9a commit 35f3246
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2024-10-06

### Added

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

### Fixed

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

## [1.4.0] - 2024-09-29

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

[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...dev
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.5.0...dev
[1.5.0]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/ofabel/mp-flipper/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5

* Added **io** module for basic file system operations.
* Added **logging** module to allow level based log messages.
* Rework of the **print** function: output redirection, based on script invocation.
* Added UART support: connect, read and write.
* Fixed the line feed handling in the REPL.

## 1.4

* Added interactive Python shell (aka REPL) as a CLI command.
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ Functions
I/O
---

Read and write files on the SD card.

Constants
~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flipperzero"
version = "1.3.0"
version = "1.5.0"
authors = [
{ name = "Oliver Fabel" },
]
Expand Down

0 comments on commit 35f3246

Please sign in to comment.