Publication, Scheduling & Versioning
Feedback on publication states (draft, published, scheduled, private, archived), publish queues, scheduling tools, article history, and rollback.
Share your comment
- PublishedArticle updates now track every change with full history
This release introduces a proper article history system that tracks every change you make.What's now stored:A new articleHistory table records each update as a discrete revision.Every revision is a...
- PublishedChange history now supports infinite scroll and previewing prior versions
The change history viewer just got a meaningful UX upgrade.Infinite scroll pagination — the timeline now loads eight entries at a time as you scroll, instead of a single bulk fetch that slowed down...
- PublishedDeleted articles are now safely backed up before removal
Deleting an article used to be a one-way operation. If you deleted the wrong one, the only recovery path was a manual database restore from backups.This release introduces a soft-delete-with-backup...
- PublishedChange history modal now opens reliably with the right data
The change history modal had a few coupled issues that made it feel unreliable.It was trying to fetch data on component mount instead of when you actually opened the modal — so the very first artic...
- PublishedArticles can now be scheduled, kept private, or marked pending
Article status used to be binary: draft or published. We've expanded that into a proper editorial workflow with three new statuses:Scheduled — a published article with a future publish date. It sta...
- PublishedUnpublished articles no longer leak into your sitemap
Drafts, scheduled posts, and private articles were being included in the public sitemap. Search crawlers would try to fetch them, get redirected or blocked, and quietly downgrade your sitemap's per...