fix(issue)!: make subject mandatory and optional content

BREAKING CHANGE: When the editor contains only one line, it is now
treated as the subject instead of being used as the issue content.

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-18 13:25:36 +00:00
parent ec68e972f7
commit ed1bfaf161
3 changed files with 73 additions and 42 deletions

View File

@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- New command `repo state` - by Awiteb
### Breaking Change
- Make subject mandatory and optional content - by Awiteb
### Fixed
- Check the nip07 signer in `CliOptions::ensure_signer` - by Awiteb
## [0.4.0] - 2025-08-08
### Added