Skip to content

Commit

Permalink
Merge branch 'Pycord-Development:master' into voice-recording
Browse files Browse the repository at this point in the history
  • Loading branch information
OmLanke authored Mar 23, 2023
2 parents f995624 + f8b4294 commit 952609b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.1
rev: v2.0.2
hooks:
- id: autoflake
# args:
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@ These changes are available on the `master` branch, but have not yet been releas
([#1916](https://github.com/Pycord-Development/pycord/pull/1916))
- Added the `@client.once()` decorator, which serves as a one-time event listener.
([#1940](https://github.com/Pycord-Development/pycord/pull/1940))
- Added support for text-related features in `StageChannel`
- Added support for text-related features in `StageChannel`.
([#1936](https://github.com/Pycord-Development/pycord/pull/1936))

## [2.4.1] - 2023-03-20

### Changed

- Updated the values of the `Color.embed_background()` classmethod to correspond with
new theme colors in the app.
([#1931](https://github.com/Pycord-Development/pycord/pull/1931))

### Fixed

- Fixed the type-hinting of `SlashCommandGroup.walk_commands()` to reflect actual
behavior. ([#1852](https://github.com/Pycord-Development/pycord/pull/1852))
behavior. ([#1838](https://github.com/Pycord-Development/pycord/pull/1838))
- Fixed the voice ip discovery due to the recent
[announced change](https://discord.com/channels/613425648685547541/697138785317814292/1080623873629884486).
([#1955](https://github.com/Pycord-Development/pycord/pull/1955))
Expand Down Expand Up @@ -539,7 +547,8 @@ These changes are available on the `master` branch, but have not yet been releas
- Fix py3.10 UnionType checks issue.
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))

[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.4.0...HEAD
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.4.1...HEAD
[2.4.1]: https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
[2.3.3]: https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/Pycord-Development/pycord/compare/v2.3.1...v2.3.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-asyncio~=0.20.3
# pytest-order~=1.0.1
mypy~=1.1.1
coverage~=7.2
pre-commit==3.1.1
pre-commit==3.2.0
codespell==2.2.4
bandit==1.7.4
flake8==6.0.0

0 comments on commit 952609b

Please sign in to comment.