Skip to content

Commit df6abb5

Browse files
committed
CHANGELOG: date 0.5.0 + note the Start-Portal OOM fix
1 parent 49dd258 commit df6abb5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to Flytrap are documented here.
44

5-
## [0.5.0]unreleased
5+
## [0.5.0]2026-07-17
66

77
Flash the ESP firmware from the Flipper — no computer.
88

@@ -19,6 +19,14 @@ Flash the ESP firmware from the Flipper — no computer.
1919
the portal up. No computer, no separate step.
2020
- Only the **ESP32-S2** stub is compiled in (the full multi-chip stub table would
2121
balloon the fap's RAM footprint and OOM the app).
22+
- **One-step install** — the portal and firmware bundle are bundled in the fap
23+
(`fap_file_assets`, extracted to `apps_assets` on launch), so a fresh user just
24+
installs the `.fap`; the defaults point at the bundled assets.
25+
26+
### Fixed
27+
- **OOM starting the portal.** `furi_string_replace_all` on the ~38 KB portal built
28+
a second full copy (~2x heap); replaced with an in-place `furi_string_replace_str`
29+
loop. (Surfaced once the flasher library reduced free heap.)
2230

2331
### Tooling / CI
2432
- `tools/deploy-to-flipper.py` also uploads a firmware bundle to

0 commit comments

Comments
 (0)