Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e168049

Browse files
Merge pull request #608 from HealthScreening/changelog
Changelog and version bump
2 parents 6248ac0 + 6a0461b commit e168049

5 files changed

Lines changed: 14 additions & 3 deletions

File tree

guides/changelog/2_11.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* A few commands had arguments that no longer exist. Those have been removed.
2+
* The description for `/profile` is more helpful.
3+
* The `ephemeral` argument for `/set_auto` works as expected when DMs are disabled.
4+
* The message sent via `/set_auto` when DMs are disabled is more helpful.
5+
* The device list has been updated with more devices thanks to a dependency adding more devices.

guides/guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
**Walkthrough**: `/guide name:walkthrough`
99
**What's New in Version 2.1**: `/guide name:whats_new_version_2_1`
1010
**What's New in Version 2.10**: `/guide name:whats_new_version_2_10`
11+
**What's New in Version 2.11**: `/guide name:whats_new_version_2_11`
1112
**What's New in Version 2.4**: `/guide name:whats_new_version_2_4`
1213
**What's New in Version 2.4.1**: `/guide name:whats_new_version_2_4_1`
1314
**What's New in Version 2.5**: `/guide name:whats_new_version_2_5`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "healthscreeningbot",
3-
"version": "2.10",
3+
"version": "2.11",
44
"author": {
55
"email": "sarkaraoyan@gmail.com",
66
"name": "Aoyan Sarkar"

src/data/guideData.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"files": ["changelog/2_10"],
7070
"shortTitle": "What's New in Version 2.10"
7171
},
72+
"whats_new_version_2_11": {
73+
"title": "What's New in Version 2.11",
74+
"files": ["changelog/2_11"],
75+
"shortTitle": "What's New in Version 2.11"
76+
},
7277
"_send_to_all_whats_new_2_1_and_2_4": {
7378
"title": ["What's New in Version 2.1", "What's New in Version 2.4"],
7479
"files": ["changelog/2_1", "changelog/2_4"],

0 commit comments

Comments
 (0)