Files
q-blog/docs/USER_ANNOUNCEMENT_v0.3.2.md
2025-09-16 14:08:23 -04:00

12 lines
1019 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Q-Blog v0.3.2 User Announcement
Hi everyone,
We discovered that publishing brand-new posts from the "Create Post" button sometimes closed the modal without ever prompting for a transaction. That should never happen, and we're sorry both for the disruption and for not catching the bug earlier with better tests. The flow now confirms which blog you're publishing to and reports a clear error if anything is missing so you can retry immediately.
While we were in there we also cleaned up the embedded content publishers—video, audio, files, images, and polls now use consistent "Publish" terminology, and youll see explicit notifications whenever an upload to QDN fails.
To keep this from happening again, we added automated Vitest coverage that drives the new-post modal end to end, checking both the happy path and the missing-blog error path. These tests now run with the suite so we'll spot regressions before they reach you.
Thanks for your patience, and please let us know if anything still looks off.