Skip to content

Commit

Permalink
Update README and CHANGELOG for new SDK 78
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoles committed Nov 12, 2024
1 parent 4fd314d commit 90d9df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

### Changed

- Updated to SDK 78 (firmware 1.1.2)
- `flipperzero::dialogs::DialogFileBrowserOptions` now uses native initialization function.
- `flipperzero::time::Duration::MAX` is now the maximum duration representable.
- `sys::furi::Status::err_or_else` has been replaced by `sys::furi::Status::into_result`.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rust for Flipper Zero 🐬❤️🦀

[![crates.io](https://img.shields.io/crates/v/flipperzero)](https://crates.io/crates/flipperzero)
[![Flipper Zero API](https://img.shields.io/badge/Flipper%20Zero%20API-73.0-orange)](https://github.com/flipperdevices/flipperzero-firmware/blob/1.0.1/targets/f7/api_symbols.csv)
[![Flipper Zero API](https://img.shields.io/badge/Flipper%20Zero%20API-78.0-orange)](https://github.com/flipperdevices/flipperzero-firmware/blob/1.1.2/targets/f7/api_symbols.csv)
[![docs.rs](https://img.shields.io/docsrs/flipperzero)](https://docs.rs/flipperzero)
[![MIT license](https://img.shields.io/crates/l/flipperzero)](LICENSE)

Expand All @@ -17,12 +17,13 @@ This means it's not possible to use anything in the [`std`](https://doc.rust-lan

## SDK version

Currently supports SDK 73.0 ([flipperzero-firmware@1.0.1](https://github.com/flipperdevices/flipperzero-firmware/tree/1.0.1)).
Currently supports SDK 78.0 ([flipperzero-firmware@1.1.2](https://github.com/flipperdevices/flipperzero-firmware/tree/1.1.2)).

The crate major version number will be updated after a bump in [API version](https://github.com/flipperdevices/flipperzero-firmware/blob/release/targets/f7/api_symbols.csv) in the Flipper Zero firmware.

| Crate version | API version |
| ------------- | ----------- |
| Unreleased | 78.0 |
| 0.12.x | 73.0 |
| 0.11.x | 35.0 |
| 0.10.x | 28.2 |
Expand Down

0 comments on commit 90d9df0

Please sign in to comment.