Fennek v1.8.0
Added
-
Notes app (launcher tile 7): a daily-notes model — exactly one note per day, named after the local date (
/notes/YYYY-MM-DD.md). "+ Today" opens or appends to today's note; the list shows every day newest-first with a first-line preview, and notes can be deleted with a confirmation. The editor is append-style (type / Backspace / Enter) with its own word wrap and a compact header.Persistence is chunked under
spiLock(never insidedraw()), with a 30 s autosave and a save on leave; empty notes are removed. Without an SD card it shows "No SD card" + "Search again" like the other apps. The date comes from the local system clock (timesync). New console commandnotesruns an SD round-trip / scan self-check (in the style ofbooks).
Localized in DE/IT/SV/EN/ES. Verified on device (clean boot, SD round-trip with UTF-8 preserved, scan/sort).
Full changelog: CHANGELOG.md