Publication, Scheduling & Versioning
Feedback on publication states (draft, published, scheduled, private, archived), publish queues, scheduling tools, article history, and rollback.
Share your comment
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...
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...
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...
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...
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...
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...