From 6307644105a505fef445d483537b49236f4653cb Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 2 Apr 2026 12:57:09 -0500 Subject: [PATCH] docs(README): update project information --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aaebb1..361efe7 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,20 @@ A extensively modified and feature-rich fork of Reticulum MeshChat by Liam Cottl This project is independent from the original Reticulum MeshChat project and is not affiliated with it. - Source: [git.quad4.io/RNS-Things/MeshChatX](https://git.quad4.io/RNS-Things/MeshChatX) +- Official Mirror: [github.com/Sudo-Ivan/MeshChatX](https://github.com/Sudo-Ivan/MeshChatX) - Also used for Windows and MacOS builds for the moment. - Releases: [git.quad4.io/RNS-Things/MeshChatX/releases](https://git.quad4.io/RNS-Things/MeshChatX/releases) - Changelog: [`CHANGELOG.md`](CHANGELOG.md) -- TODO: [`TODO.md`](TODO.md) +- TODO: [Boards](https://git.quad4.io/RNS-Things/MeshChatX/projects) -## Important Notes +## Important Changes from Reticulum MeshChat - Uses LXST - Replaced Peewee ORM with raw SQL. +- Replaced Axios with native fetch. +- Uses latest Electron. +- .whls ships with webserver and built-in frontend assets for more deployment options. +- i18n +- PNPM and Poetry for dependency management. > [!WARNING] > MeshChatX is not guaranteed to be wire/data compatible with older Reticulum MeshChat releases. Back up data before migration/testing.