summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-16 18:18:11 +0200
committerRaindropsSys <contact@minteck.org>2023-07-16 18:18:11 +0200
commit3f60926912e7fb984ae0b073f154014645344b7f (patch)
treeb6f7df9ce5ab873068b7bdf8ff3d129353f1dc90
parentc6d555b693d51bdcb16f0a4314ee6ced47634781 (diff)
downloadsignal.js-3f60926912e7fb984ae0b073f154014645344b7f.tar.gz
signal.js-3f60926912e7fb984ae0b073f154014645344b7f.tar.bz2
signal.js-3f60926912e7fb984ae0b073f154014645344b7f.zip
Updated 2 files (automated)
-rw-r--r--src/ROADMAP.md69
-rw-r--r--src/package.json2
2 files changed, 16 insertions, 55 deletions
diff --git a/src/ROADMAP.md b/src/ROADMAP.md
index 81066df..b44a9e3 100644
--- a/src/ROADMAP.md
+++ b/src/ROADMAP.md
@@ -1,55 +1,16 @@
-# signal.js 1.0 roadmap
+# Signal.js roadmap
-* [x] <s>Receiving messages</s>
- * [x] <s>Typing messages</s>
- * [x] <s>Text messages</s>
- * [x] <s>Attachments</s>
- * [x] <s>Replies</s>
- * [x] <s>Formatting</s>
- * [x] <s>Stickers</s>
- * [x] <s>Voice messages</s>
- * [x] <s>Marking as read</s>
- * [x] <s>Reactions</s>
- * [x] <s>Edits</s>
- * [x] <s>Deletions</s>
- * [x] <s>URL preview</s>
- * [x] <s>Mentions</s>
-* [x] <s>Sending messages</s>
- * [x] <s>Text</s>
- * [x] <s>Attachments</s>
- * [x] <s>Replies</s>
- * [x] <s>Formatting</s>
- * [x] <s>Typing status</s>
- * [x] <s>Stickers</s>
- * [x] <s>Edits</s>
- * [x] <s>Deletions</s>
- * [x] <s>URL preview</s>
- * [x] <s>Mentions</s>
-* [x] <s>Users</s>
- * [x] <s>(Un)Blocking</s>
- * [x] <s>Trusting</s>
- * [x] <s>Adding to contacts</s>
- * [x] <s>Removing from contacts</s>
- * [x] <s>Change disappearing messages time</s>
-* [x] <s>Groups</s>
- * [x] <s>Creating</s>
- * [x] <s>Updating</s>
- * [x] <s>Leave</s>
- * [x] <s>Join (from an invite link)</s>
- * [x] <s>Change disappearing messages time</s>
-* [ ] Profile
- * [x] <s>Avatar</s>
- * [x] <s>Name</s>
- * [x] <s>Status (emoji + text)</s>
- * [ ] Sticker packs
- * [x] <s>User name</s>
- * [x] <s>Device name</s>
- * [x] <s>Configuration</s>
- * [x] <s>Adding/removing linked devices</s>
-* [x] <s>Listings</s>
- * [x] <s>Known contacts</s>
- * [x] <s>Linked devices</s>
- * [x] <s>Groups</s>
- * [x] <s>Known identities</s>
- * [x] <s>Check if a phone number is on Signal</s>
- * [x] <s>Sticker packs</s> \ No newline at end of file
+## 1.2.0
+* [ ] `Registration` class to register a new device
+ * [ ] Registering a new device
+ * [ ] Requesting a phone call
+ * [ ] Verifying with SMS
+ * [ ] Linking from an existing device
+ * [ ] Listing existing accounts
+* [ ] `Client#removeRegistrationPin` to remove the registration PIN
+* [ ] `Client#unregister` to unregister the current device
+* [ ] `Client#uploadStickerPack` to upload sticker packs
+ * [ ] Reverse-engineering the desktop app could be used to figure out what the `manifest.json` is supposed to be
+
+## 1.3.0
+* More events? \ No newline at end of file
diff --git a/src/package.json b/src/package.json
index 90f54e7..eb9d04e 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,6 +1,6 @@
{
"name": "@equestria.dev/signal.js",
- "version": "1.1.0-rc.2",
+ "version": "1.2.0-rc.3",
"description": "An easy-to-use Node.js library for Signal",
"main": "dist/index.js",
"publishConfig": {