forked from Qortal/q-blog
715 B
715 B
Q-Blog v0.3.2 Release Notes
Fixes
- Resolved an issue where creating a brand-new post and confirming "Publish" would silently close the modal instead of requesting the transaction. The publish flow now correctly detects the active blog and surfaces clear errors if the context is missing.
- Updated the embedded content publishing panels (video, audio, file, image, poll) to use consistent "Publish" wording and to emit notifications when QDN publishes fail, making it easier to understand what went wrong.
Testing
- Added end-to-end Vitest coverage for the new-post publish modal, exercising both the success path and the missing-blog error case so regressions are caught automatically before release.