Changelog

Follow the evolution of Pageel CMS.

v2.0.0 #

March 26, 2026

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.

v1.2.1 #

March 24, 2026

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.

v1.1.0 #

March 17, 2026

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.

v1.1.0-beta.1 #

December 31, 2025

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.

v1.0.0 (Stable) #

December 11, 2025

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).