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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,19 @@ 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
-
## `0.1.1`
7
+
## [UNRELEASED]
8
+
9
+
### Added
10
+
11
+
* GitHub Utils now uses [Fluent](https://projectfluent.org/) to localize command/parameter descriptions.
12
+
* Added `/gh user`, by [mercurialworld](https://github.com/mercurialworld) in [#2](https://github.com/object-Object/discord-github-utils/pull/2).
13
+
14
+
### Changed
15
+
16
+
* Changed the repository search algorithm to allow fuzzy owner searches (eg. `object/discord` will now suggest `object-Object/discord-github-utils`).
17
+
*`/gh_config[_admin] set default_repo` will now return an error if the repository does not exist.
18
+
19
+
## `0.1.1` - 2024-11-09
8
20
9
21
### Changed
10
22
@@ -14,6 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
14
26
15
27
* Added a workaround for the delete button not working in servers or DMs where the bot is not present (ie. user installs).
0 commit comments