From b87deb8af186afbdab24b3efbca1afe75dc144e0 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Fri, 30 Sep 2022 19:50:49 +0200 Subject: [PATCH] feat: add annoucements --- annoucements.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 annoucements.json diff --git a/annoucements.json b/annoucements.json new file mode 100644 index 0000000..a559519 --- /dev/null +++ b/annoucements.json @@ -0,0 +1,14 @@ +[ + { + "title": "Issue: Update to `1.71.0`", + "url": "https://github.com/VSCodium/vscodium/issues/1227" + }, + { + "title": "Issue: Support for Windows 7", + "url": "https://github.com/VSCodium/vscodium/issues/1264" + }, + { + "title": "Discussion: New icon", + "url": "https://github.com/VSCodium/vscodium/discussions/1218" + } +]