- Bulleted is publicly released — the soft launch on 8/9 becomes an open door #release
- The announcement post is published at https://blog.bulleted.app/
- Announced on Bluesky from @bulleted.app
-
Fixed: the clipboard on every bullet row is gone. It read as a bookmark rather than a copy control, and the address it copied is still one keystroke away — press c on the focused row. Thanks to @pinkhatbeard.com for the report.
Reported by @pinkhatbeard.com at https://userinput.app/d/did:plc:nnvh6ae2s4qletjw5j25lj6r/3msqekbwzbv2v — the glyph was taken for a bookmark control, and a report that bookmarking did not work was half written before it stopped making sense.
-
Nothing you can type into is under 16px any more, so a phone stops zooming and reflowing the page the moment you tap a field. The whole type scale moved rather than the fields, so the outline and the settings page still read at one size. Thanks to @brookie.blog for the report.
Reported by @brookie.blog at https://userinput.app/d/did:plc:v46ojbiop5ebs5h7gaomixcc/3msqkfc7c5j2d — iOS Safari zooms the viewport when focus lands on text under 16px, and every editable surface here was 15px or 13px.
- Fixed: space header images load. The blob fetch answered the PDS nonce challenge with nothing and gave up, so a space image was broken for as long as it existed — and it looked like an upload that had never landed.
- The footer carries a Blog link to https://blog.bulleted.app/, and its links wrap instead of pushing a phone-width page sideways.
- Sharing https://bulleted.app/ produces a real link card — headline, description, and a drawn image — instead of a headline on its own.
- Session cookies are host-only. The cookie holding your access token, refresh token, and signing key is no longer sent to every subdomain, and its name now makes the browser enforce that rather than leaving it to this code to keep getting right.
- A space is read from the host its own authority names, rather than one a reader can nominate in their DID document.
- A mirror subscribes the live stream to the bullets it actually points at, rather than to every write in the repository it borrowed one bullet from.
- An export stops overstating itself: a file built from a half-indexed repository says so instead of claiming to be whole, and hyperlinks, line breaks, and Markdown punctuation survive the way out.
- Bulleted's own JSON export can be imported back. It was the one format the importer refused, and it is the format anybody would pick to keep a copy.
- A refused write names the method, the account, and the shape that went out, instead of logging a stranger's error text beside two placeholders.