Changelog
Follow the evolution of Pageel CMS.
Jump to version
Major architectural update migrating Pageel CMS to Astro SSR and introducing Server-Side authentication.
- feature Architecture migration: Vite SPA → Astro 6 SSR application.
- feature Dynamic Session Credentials (Multi-Tenant): Connect/Open/Server Auth Modes.
- feature Server-side authentication with bcrypt hashing and HMAC-SHA256 session cookies.
- feature API proxy layer: Client never touches GitHub API directly.
- improvement CLI Hash Utility: `npx pageel-cms hash`.
- security Git token stored server-side only. No client-side token storage.
Introduced Visual Gallery Editor and advanced Frontmatter Field Modal.
- feature Visual Gallery Editor: Drag-to-reorder, inline label editing for array of images.
- feature Frontmatter Field Modal: Full-width editing modal for text, arrays, and JSON.
- fix Gallery fields displaying `[object Object]` — array-of-objects now correctly detected.
Major feature drop including Strict Sync Locking and Advanced Filtering System.
- feature Advanced Filtering System: Typed Templates, Smart Filter Bar, Dynamic Sorting.
- feature Strict Sync Locking: Prevents concurrent Git operations.
- improvement Tailwind CSS v4 Migration.
- fix Config Import fixed to correctly identify and process V2 configurations.
Major architectural update introducing Multi-Collection support and improved state management.
- feature Multi-Collection Architecture: Manage Blog, Docs, and Projects independently within one repository.
- feature Collection Templates: Custom frontmatter schemas per collection.
- improvement Brand Migration: Finalized "Pageel CMS" rebranding.
First public release of Pageel CMS. A Git-based CMS for static & hybrid websites.
- new Initial Public Release.
- feature Notion-style Editor UI with live preview.
- feature 3-step Post Workflow (Assets → Content → Publish).