Skip to content

Commit 941328e

Browse files
committed
Update changelog
1 parent c855f1d commit 941328e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [UNRELEASED]
8+
9+
### Added
10+
11+
* Added a button to issue/PR/commit messages that updates the embed with the latest details.
12+
* For example, if you run `/gh issue issue:1`, and then the title of issue #1 is changed, pressing the refresh button will edit the embed title to match the new issue title.
13+
* This button can only be used once per minute by unauthenticated users (calculated using the message's last edit time).
14+
15+
### Changed
16+
17+
* The "Show GitHub issues" message command now includes the issue description if the message only contains one issue reference.
18+
19+
### Notes
20+
21+
* The previous release should have been `0.3.0` instead of `0.2.4`, since a new feature was added.
22+
723
## `0.2.4` - 2025-07-14
824

925
### Added

0 commit comments

Comments
 (0)