-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes two unnoticed bugs in regards to v0.7.0. See changelog for details - Noelle
- Loading branch information
Showing
5 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,17 @@ | ||
QOL and bug-fixing update. See below for details | ||
Patch to address two unnoticed bugs. For the release of v0.7.0, please see the [release notes](https://github.com/No767/Catherine-Chan/releases/tag/v0.7.0) | ||
|
||
## ✨ TD;LR | ||
|
||
- Fixed unknown messages for timeout views | ||
- Fixed registering for pride profiles and deletion | ||
- Addressed incorrect usage of username for pride profiles | ||
|
||
## 🛠️ Changes | ||
|
||
- Require searching up using global usernames instead for pride profiles | ||
- Account for pronouns in dictionary commands | ||
- Removed button prompt for `/pride-profiles register` | ||
- Improved deletion prompts for `/pride-profiles delete` and `/tonetags delete` | ||
- Implement merged deletion backend for `/tonetags delete` and `/tonetags delete-id` | ||
- Defer all dictionary commands | ||
- Implement correct usage of global names for pride profiles | ||
|
||
## ✨ Additions | ||
|
||
- Improved cog reloader | ||
- Nanika's signal handlers | ||
|
||
- N/A | ||
## ➖ Removals | ||
|
||
- `cysystemd` (causing duplicate logs) | ||
- N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "catherine-chan" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
description = "An informational LGBTQ based discord bot" | ||
authors = ["No767 <[email protected]>"] | ||
readme = "README.md" | ||
|