Add install/updates.json
This commit is contained in:
22
install/updates.json
Normal file
22
install/updates.json
Normal file
@@ -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."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user