From 1f9632b39613e9165f4245657b57874dfc6a3c3c Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 10:28:15 -0600 Subject: [PATCH] chore(release): bump version to 3.3.1 and update README with additional screenshots --- README.md | 10 ++++++++++ meshchatx/src/version.py | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb6f877..5e6fd45 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,23 @@ This project is seperate from the original Reticulum MeshChat project, and is no Telephony & Calling ### Phone + ![Phone](screenshots/phone.png) ### Active Call + ![Calling](screenshots/calling.png) ### Call Ended + ![Call Ended](screenshots/calling-end.png) ### Voicemail + ![Voicemail](screenshots/voicemail.png) ### Ringtone Settings + ![Ringtone](screenshots/ringtone.png) @@ -51,6 +56,7 @@ This project is seperate from the original Reticulum MeshChat project, and is no Networking & Visualization ### Network Visualiser + ![Network Visualiser](screenshots/network-visualiser.png) ![Network Visualiser 2](screenshots/network-visualiser2.png) @@ -60,9 +66,11 @@ This project is seperate from the original Reticulum MeshChat project, and is no Page Archives ### Archives Browser + ![Archives](screenshots/archives.png) ### Viewing Archived Page + ![Archive View](screenshots/archive-view.png) @@ -71,9 +79,11 @@ This project is seperate from the original Reticulum MeshChat project, and is no Tools & Identities ### Tools + ![Tools](screenshots/tools.png) ### Identity Management + ![Identities](screenshots/identities.png) diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index 7f0c591..94be133 100644 --- a/meshchatx/src/version.py +++ b/meshchatx/src/version.py @@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build share the same version string. """ -__version__ = "3.3.0" +__version__ = "3.3.1" diff --git a/package.json b/package.json index 2f9e370..fd8ccaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reticulum-meshchatx", - "version": "3.3.0", + "version": "3.3.1", "description": "A simple mesh network communications app powered by the Reticulum Network Stack", "homepage": "https://git.quad4.io/RNS-Things/MeshChatX", "author": "Sudo-Ivan",