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

Commit 123e02e

Browse files
Merge pull request #489 from HealthScreening/2_9.md
Add new changelog and version bump
2 parents e5b4c2c + fa786ee commit 123e02e

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

guides/changelog/2_9.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- The `/stats` command is now multi-paged. This will prevent errors where too many unique screening times causes the command to fail.
2+
- The times shown in `/stats` are now sorted from smallest to largest.
3+
- For `/test_screening`, the weekday names (`Will Run on <weekday>`) are now capitalized correctly.
4+
- Some missing headings have been added to the `walkthrough` guide.
5+
- The `contributing_a_guide` guide has been rewritten to more accurately help guide contributors.
6+
- The `Go to DM` button will have the bot DM you a message first. This fixes a bug where if you have never started a DM with the bot then the button fails to work.

guides/guides.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
**What's New in Version 2.6**: `/guide name:whats_new_version_2_6`
1414
**What's New in Version 2.7**: `/guide name:whats_new_version_2_7`
1515
**What's New in Version 2.8**: `/guide name:whats_new_version_2_8`
16-
**What's New in Version 2.8.4**: `/guide name:whats_new_version_2_8_4`
16+
**What's New in Version 2.8.4**: `/guide name:whats_new_version_2_8_4`
17+
**What's New in Version 2.9**: `/guide name:whats_new_version_2_9`

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.8.5",
3+
"version": "2.9",
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
@@ -59,6 +59,11 @@
5959
"files": ["changelog/2_8_4"],
6060
"shortTitle": "What's New in Version 2.8.4"
6161
},
62+
"whats_new_version_2_9": {
63+
"title": "What's New in Version 2.9",
64+
"files": ["changelog/2_9"],
65+
"shortTitle": "What's New in Version 2.9"
66+
},
6267
"_send_to_all_whats_new_2_1_and_2_4": {
6368
"title": ["What's New in Version 2.1", "What's New in Version 2.4"],
6469
"files": ["changelog/2_1", "changelog/2_4"],

0 commit comments

Comments
 (0)