From 201061ac1b66990d551eaa731b75b842b405b3a3 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sun, 1 Mar 2026 17:58:13 +0100 Subject: [PATCH] Update install/updates.json --- install/updates.json | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/install/updates.json b/install/updates.json index 432c979..e102d73 100644 --- a/install/updates.json +++ b/install/updates.json @@ -1,22 +1,17 @@ [ - { - "type": "release", - "version": "v1.2.0", - "date": "2026-02-21", - "title": "Encrypted messaging support (test)", - "description": "End-to-end encryption is now available using the /encrypt command. Messages are secured with AES-256." - }, - { - "type": "patch", - "version": "v1.1.1", - "date": "2026-02-18", - "title": "Connection stability fix (test)", - "description": "Fixed a bug where clients would silently disconnect." - }, - { - "type": "news", - "date": "2026-02-15", - "title": "Terminal Chat featured on HackerNews (test)", - "description": "Thanks to everyone who checked out the project! We saw over 500 new clones this week." - } + { + "type": "release", + "version": "v1.0.0", + "date": "2026-02-22", + "title": "First release of the Terminal PyChat", + "description": "First release of the basic version of the Terminal PyChat" + + }, + { + "type": "release", + "version": "v1.0.1", + "date": "2026-03-01", + "title": "chat privacy", + "description": "Added a server-side filter so clients only see chats they are members of" + } ] \ No newline at end of file