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-20chore: bump version to v2.2.0v2.2.0DanConwayDev
now changes are in CHANGELOG.md
2026-02-20replace nos.lol with relay.ditto.pub as default relayDanConwayDev
nos.lol always prompts for nip42 auth even for reading, making it unsuitable as a default relay.
2026-02-20extract grasp/maintainership helpers to lib and auto-accept on pushDanConwayDev
move apply_grasp_infrastructure, latest_event_repo_ref to lib/repo_ref.rs and wait_for_grasp_servers + grasp_servers_from_user_or_fallback to a new lib/accept_maintainership.rs so both binaries can share them. add accept_maintainership_with_defaults which publishes the co-maintainer's own Kind:30617 announcement with defaults (user grasp servers, shared metadata from existing events) then waits for grasp server provisioning and updates nostr.repo config and origin remote. replace the push error block with a call to accept_maintainership_with_defaults so pushing now silently accepts co-maintainership instead of failing.
2026-02-18docs: note optional patch tag compatibility in changelogDanConwayDev
pr/ branches now created via mbox fallback when optional tags are absent.
2026-02-17docs: update changelog with nostr.band removalDanConwayDev
as a default relay as it is now offline
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