mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-08-14 11:39:56 +00:00
Persistence (Leon P / MrWeavis, beta_38): - Deleting a message or clearing a chat now persists synchronously, so it survives an immediate hardware reset instead of "coming back" (the tombstone used to ride the 30 s lazy SD flush, which a reset beats). - The history file is now written compactly — only the used records, oldest-first, instead of all ~5000 ring slots every time. A typical chat writes ~48 KB instead of ~1.2 MB, so the synchronous delete/clear/reboot flush no longer hitches the UI (and normal message flushes are lighter too). Old history files still load (the reader derives its slot count from size). Emoji picker: - Baked the 14 glyphs that were listed but never in the font (umbrella, coffee, pizza, cake, rocket, camera, phone, laptop, calendar, antenna, e-mail, house, car, watch); they rendered as the notdef box. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>