Skip to content

Fennek v1.8.0

Choose a tag to compare

@danst0 danst0 released this 13 Jun 19:18
· 60 commits to main since this release

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 inside draw()), 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 command notes runs an SD round-trip / scan self-check (in the style of books).

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