From 44600c9496ecd6d4fabb7445aaef0ec87f69a704 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 29 Jan 2023 16:14:39 +0200 Subject: [PATCH] Bump version to v0.1.0 --- CHANGELOG.md | 3 +++ ROADMAP.md | 20 +++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..461a700 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# v0.1.0 (2023-01-29) + +Initial release. diff --git a/ROADMAP.md b/ROADMAP.md index d6a17e1..26829cb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -11,6 +11,10 @@ * [x] Unicode emojis * [ ] Custom emojis (re-reacting with custom emojis sent from Discord already works) * [ ] Executing Discord bot commands + * [x] Basic arguments and subcommands + * [ ] Subcommand groups + * [ ] Mention arguments + * [ ] Attachment arguments * [ ] Presence * [x] Typing notifications * [x] Own read status @@ -35,7 +39,9 @@ * [ ] Backfilling threads after joining * [x] Custom emojis * [x] Embeds + * [ ] Interactive components * [x] Interactions (commands) + * [x] @everyone/@here mentions into @room * [x] Message deletions * [x] Reactions * [x] Unicode emojis @@ -50,11 +56,11 @@ * [ ] Join * [ ] Leave * [ ] Kick - * [ ] Channel/group DM metadata changes - * [ ] Title - * [ ] Avatar - * [ ] Description - * [ ] Initial channel/group DM metadata + * [x] Channel/group DM metadata changes + * [x] Title + * [x] Avatar + * [x] Description + * [x] Initial channel/group DM metadata * [ ] User metadata changes * [ ] Display name * [ ] Avatar @@ -65,8 +71,8 @@ * [x] Login methods * [x] QR scan from mobile * [x] Manually providing access token - * [ ] Automatic portal creation - * [ ] After login + * [x] Automatic portal creation + * [x] After login * [x] When receiving DM * [ ] Private chat creation by inviting Matrix puppet of Discord user to new room * [x] Option to use own Matrix account for messages sent from other Discord clients