๐ฆ CHANGELOG โ MyContinuum v1.3.0
Release Date: July 8, 2025
โจ Major Features
๐ Identity Management
- Add support for creating new
npub/nsecidentities from the UI - Prevent overwriting: fallback filenames like
nickname-1.jsonif a name already exists - Automatically load newly created identity into session
- Fully compatible with
identities/directory structure
โ๏ธ Notes & Articles Enhancements
- Post notes and articles from any selected identity (not just default)
- Show active signing identity in UI
- Add live Markdown preview toggle for both notes and articles
- Support optional shortened URLs in preview (toggle switch)
๐ Smart URL Shortening
- Auto-detect and shorten Markdown + raw URLs in article preview
- Use
is.gdas the primary shortener with TinyURL as a fallback - Added
shorten_url_smart()utility inutils.py
๐ก Publishing Feedback
- Show publishing status via floating modal
- Real-time updates:
๐ก Publishing to relays...โ Successfully published!โ Failed to publish.
- Fade out automatically after 5 seconds
๐ Branding & Identity Launch
- Created and published identity for Blue Planet Ventures, Inc.
- Uploaded avatar and configured profile (bio, URL, handle)
- Published launch note + welcome article via MyContinuum
- URL: bpv.one
๐ ๏ธ Technical/Infra
- Dockerfile updated to support
nostr.keyvia GitHub dependency identity_utils.pycreated for modular identity generation
๐งญ Notes
- Draft editing supported for both notes and articles
- Published article editing (re-publish as new event) moved to v1.4+
- True deletion via kind:5 delete event deferred to v1.4+
๐ Coming in v1.4
- Edit and re-publish published articles
- UI polish for identity/profile switching
- Basic kind:5 deletion support for notes/articles
