Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions guides/changelog/2_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* A few commands had arguments that no longer exist. Those have been removed.
* The description for `/profile` is more helpful.
* The `ephemeral` argument for `/set_auto` works as expected when DMs are disabled.
* The message sent via `/set_auto` when DMs are disabled is more helpful.
* The device list has been updated with more devices thanks to a dependency adding more devices.
1 change: 1 addition & 0 deletions guides/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
**Walkthrough**: `/guide name:walkthrough`
**What's New in Version 2.1**: `/guide name:whats_new_version_2_1`
**What's New in Version 2.10**: `/guide name:whats_new_version_2_10`
**What's New in Version 2.11**: `/guide name:whats_new_version_2_11`
**What's New in Version 2.4**: `/guide name:whats_new_version_2_4`
**What's New in Version 2.4.1**: `/guide name:whats_new_version_2_4_1`
**What's New in Version 2.5**: `/guide name:whats_new_version_2_5`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "healthscreeningbot",
"version": "2.10",
"version": "2.11",
"author": {
"email": "sarkaraoyan@gmail.com",
"name": "Aoyan Sarkar"
Expand Down
5 changes: 5 additions & 0 deletions src/data/guideData.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
"files": ["changelog/2_10"],
"shortTitle": "What's New in Version 2.10"
},
"whats_new_version_2_11": {
"title": "What's New in Version 2.11",
"files": ["changelog/2_11"],
"shortTitle": "What's New in Version 2.11"
},
"_send_to_all_whats_new_2_1_and_2_4": {
"title": ["What's New in Version 2.1", "What's New in Version 2.4"],
"files": ["changelog/2_1", "changelog/2_4"],
Expand Down