Update install/updates.json

This commit is contained in:
2026-03-01 17:58:13 +01:00
parent e0b9e6a281
commit 201061ac1b

View File

@@ -1,22 +1,17 @@
[ [
{ {
"type": "release", "type": "release",
"version": "v1.2.0", "version": "v1.0.0",
"date": "2026-02-21", "date": "2026-02-22",
"title": "Encrypted messaging support (test)", "title": "First release of the Terminal PyChat",
"description": "End-to-end encryption is now available using the /encrypt command. Messages are secured with AES-256." "description": "First release of the basic version of the Terminal PyChat"
}, },
{ {
"type": "patch", "type": "release",
"version": "v1.1.1", "version": "v1.0.1",
"date": "2026-02-18", "date": "2026-03-01",
"title": "Connection stability fix (test)", "title": "chat privacy",
"description": "Fixed a bug where clients would silently disconnect." "description": "Added a server-side filter so clients only see chats they are members of"
},
{
"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."
} }
] ]