You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [UNRELEASED]
7
+
## `0.2.3` - 2025-05-07
8
8
9
9
### Changed
10
10
11
11
* Implemented a system for custom application emoji, currently only used by the "apps icon" when resending a private message publicly.
12
12
* Updated discord.py to `2.5.0`.
13
13
14
+
### Fixed
15
+
16
+
* Fixed an issue where `/gh search files` would sometimes fail because it took more than 3 seconds to send a response.
0 commit comments