From 00667e3abbe4c8f61ea873f99afd33e67a7086aa Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sun, 22 Feb 2026 17:28:42 +0100 Subject: [PATCH] Update VOORBEELDupdates.json --- VOORBEELDupdates.json | 22 ++++++++++++++++++++++ updates.json | 0 2 files changed, 22 insertions(+) create mode 100644 VOORBEELDupdates.json delete mode 100644 updates.json diff --git a/VOORBEELDupdates.json b/VOORBEELDupdates.json new file mode 100644 index 0000000..432c979 --- /dev/null +++ b/VOORBEELDupdates.json @@ -0,0 +1,22 @@ +[ + { + "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." + } +] \ No newline at end of file diff --git a/updates.json b/updates.json deleted file mode 100644 index e69de29..0000000