Profile

User's avatar
npub13myx...v3qk
npub13myx...v3qk
Coracle 0.6.10 release is out on web and zapstore! This is another maintenance release, including a complete re-write of the networking code (coming soon to flotilla), and several bug fixes. As always, let me know if you notice anything broken! * Fix spotify url parsing bug * Fix nip46 signer connect * Use new version of network library * Fix reply drafts bug * Fix creating a new account while logged in * Re-work storage adapter to minimize storage and improve performance * Improve initial page load times * Fix followers page * Upgrade welshman * Remove platform relay * Show PoW * Don't fetch messages until decryption is enabled
πŸ›Ά Coracle 0.5.0 has (finally) arrived! The focus of this release is, well, focus. This is a huge release, with lots of improvements to existing features β€” and the removal of a few thousand lines of code. Some quick highlights: - "Undo" via delayed send can be enabled in Coracle's settings. This allows you to quickly correct those typos you notice just as you press "send". - Login and onboarding have been completely re-worked to walk the delicate balance between flexibility/security and a comprehensible UX. - Feeds are now faster, especially relay-based feeds. The controls for feeds should also be incrementally improved. - The note create/reply inputs are now powered by nostr-editor for a smoother editing experience (thanks @Cesar Dias!) - The HUD (which you can access in the left sidebar on desktop) now has information about relay connections and NOTICE messages. In other news, groups, calendars, and marketplaces are gone 😭. The good news is that feeds are better, and will continue to get improved β€”Β including render support for (almost) any nostr event. If you're very attached to NIP 72 communities or NIP 89 private groups (R.I.P πŸͺ¦), you can still access the previous version of Coracle at https://groups.coracle.social. Or, if you want BETTER GROUPS, give a try (NIP 29 compatibility coming soon)! Support for sending NIP 04 messages has also been removed this release (you'll still be able to read messages you've received). Thank you to @daniele for your design input, and @So Tachi for doing the heavy lifting on this release!
Got a small release of Coracle out today. Just some small maintenance things, with special attention to groups and the notifications page. # 0.4.2 - [x] Require signer on some routes - [x] Add group notes to group notifications - [x] Add badges to all notification page tabs - [x] Use better search algorithm and show loaded profiles in global search - [x] Improve group invite deliverability
πŸͺ Got a new release of Coracle for you all! Lots in this one, but somehow I still didn't hit all my milestones πŸ€” Just a couple things to flag (full change log is at the bottom as usual): - You can now edit and delete calendar events and listings. Listings also have a new "status" field so you can set it to sold. Upvote the PR to get this into the protocol here: - Tons of improvements to closed groups make them vaguely usable, rather than mostly unusable. Part of this involved a new event kind 1060 that wraps events the same way as described in NIP 59, but using NIP 04 encryption. I don't encourage the use of this, it's only temporary until signers have NIP 44 support. - I fixed a bug where if you're logged in with your private key rather than an extension and create a new conversation, it will automatically send a new-style DM without an option to use the old format. If this describes you, check to make sure your messages went through! # 0.4.1 - [x] Fix pubkey display in PersonAbout - [x] Hide deleted calendar events - [x] Show date on calendar event notes - [x] Add edit for calendar events - [x] Add delete for calendar events - [x] Fix word count on mobile - [x] Fix search results opening twice - [x] Fix list edit - [x] Expand notes inline when clicking "Show More" - [x] Refresh pages when navigating to the current page - [x] Remove duplicate media from listings - [x] Add listing edit and delete - [x] Navigate to notes by address when possible - [x] Remove query string from imgproxy payload - [x] Remove duplicates by address from feeds - [x] Add mention action to person detail page - [x] Fix replies not showing right away - [x] Scroll to top on navigate - [x] Support read receipts for notifications - [x] Fix conversations view when logged in with multiple accounts - [x] Add status to listings - [x] Fix initial message when opening conversation from a listing - [x] Support frequency value in `price` tag for nip 99 - [x] Show all replies expands notes inline rather than opening the note - [x] Fix nip04 messages not having a members field - [x] Improve person search - [x] Fix zaps in private groups - [x] Improve relay selection for groups - [x] Fix DM compatibility UX - [x] Keep relays intact when publishing kind 3
New release of Coracle is out! Mostly bugfixes again, but I'm personally very excited about this release because I no longer have to moderate user provided media content β€” I'm farming it out to the team at @nostr.build instead. Zap them to show your appreciation! # 0.3.4 - [x] Switch to nostr.build for image hosting - [x] Fix url placement in non-empty text box - [x] Stop sending invalid search requests - [x] Stop loading new notes automatically - [x] Refactor gift wrap stuff in preparation for extension support - [x] Optimize store.notify - [x] Add field components - [x] Fix spotify album embed