Jul 9, 2025

๐Ÿ“ฆ CHANGELOG (Pro)โ€” MyContinuum v1.3.0

changelog for v1.3

๐Ÿ“ฆ CHANGELOG โ€” MyContinuum v1.3.0

Release Date: July 8, 2025


โœจ Major Features

๐Ÿ” Identity Management

  • Add support for creating new npub/nsec identities from the UI
  • Prevent overwriting: fallback filenames like nickname-1.json if 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.gd as the primary shortener with TinyURL as a fallback
  • Added shorten_url_smart() utility in utils.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.key via GitHub dependency
  • identity_utils.py created 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