From 7be1460ef6c45ec263a2860b14458ffd1fcbce0b Mon Sep 17 00:00:00 2001 From: Janez T Date: Sat, 14 Mar 2026 21:32:41 +0100 Subject: [PATCH] Update changelog highlights --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b658661 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 2026-03-08 to 2026-03-14 + +- Discovery and contacts: finished the discovery flow, removed artificial UI delays, added profile storage and sync, and allowed contact name overrides. +- Messaging and channels: fixed channel sync, deduplication, overwrite and deletion issues, cleared message input after send, and added delayed-message warning tracking. +- Voice and transport: added LPCNet voice mode support, fixed a voice quality regression, improved scan and advert parsing, and kept route path data visible in logs. +- Maps and field operations: enabled iOS background GPS updates, added GPX trail import/export, introduced a fullscreen repeater map, and added live mesh traffic views. +- Localization and UI polish: added multilingual localization coverage, updated locale strings, fixed onboarding layout issues, and refined channel and contacts presentation. + +## Key PRs + +- [#16](https://github.com/dz0ny/meshcore-sar/pull/16) Merge pull request #16 from `MGJ520/main`