diff --git a/bot/cogs/__init__.py b/bot/cogs/__init__.py index 7b4a1fa..902e7fe 100644 --- a/bot/cogs/__init__.py +++ b/bot/cogs/__init__.py @@ -13,4 +13,4 @@ def __str__(self) -> str: EXTENSIONS = [module.name for module in iter_modules(__path__, f"{__package__}.")] -VERSION: VersionInfo = VersionInfo(major=0, minor=7, micro=0, releaselevel="final") +VERSION: VersionInfo = VersionInfo(major=0, minor=7, micro=1, releaselevel="final") diff --git a/changelog.md b/changelog.md index 2cc3563..9099511 100644 --- a/changelog.md +++ b/changelog.md @@ -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) \ No newline at end of file +- N/A \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4f9f791..689cc42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <73260931+No767@users.noreply.github.com>"] readme = "README.md"