upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2026-02-17add second default signer relay for resilienceDanConwayDev
Add wss://relay.ditto.pub as a second default signer relay alongside wss://relay.nsec.app for improved reliability during nostrconnect login.
2026-02-17feat: support multiline descriptions in push-options via \n escapeDanConwayDev
Git push-options are line-based so literal newlines cannot be sent. Users can now write the two-character sequence \n which is decoded into real newlines before publishing. Use \\n for a literal backslash-n. Includes unit tests, integration test, help text, and changelog entry.
2026-02-17feat: add push-options for title and description to git-remote-nostrDanConwayDev
Allows setting PR title and description via git push options: git push --push-option=title="My PR" \ --push-option=description="Details" origin pr/branch
2026-02-16docs: update CHANGELOG.mdDanConwayDev
to reflect changes since v2.1.0
2025-11-18chore: bump version to v2.1.0v2.1.0DanConwayDev
now changes are in CHANGELOG.md
2025-11-03chore: bump version to v2.0.1v2.0.1DanConwayDev
now changes are in CHANGELOG.md
2025-10-20docs: added historic release notesDanConwayDev
to CHANGELOG.md just for reference and completeness
2025-10-20docs: add CHANGELOG.mdDanConwayDev
and maintain this going fowards