Skip to content

Releases: pageel/pageel-cms

v1.0.0 - Initial Release

12 Dec 09:29

Choose a tag to compare

Changelog

All notable changes to Pageel Core will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.


1.0.0 - 2025-12-11

🎉 Initial Release

First public release of Pageel Core - a Git-based CMS for static & hybrid websites.

Features

  • Posts Management

    • Table and grid view modes
    • Inline frontmatter editing
    • Split-pane Markdown editor with live preview
    • SHA validation for file integrity
  • Media Management

    • Gallery view with lazy-loaded thumbnails
    • Bulk upload with drag & drop
    • Client-side image compression
    • Lightbox preview with zoom
  • Template Generator

    • Auto-generate validation schema from existing posts
    • Define frontmatter field types
    • Configure table columns
    • Export blank templates
  • Post Workflow

    • 3-step wizard (Assets → Content → Publish)
    • Smart image path detection
    • Automatic frontmatter validation
  • Backup & Export

    • ZIP archive of posts/images directories
    • Export .acmrc.json configuration
  • Settings

    • Project type configuration
    • Image optimization settings
    • Commit message templates
    • Multi-language support (EN/VI)

Platform Support

  • GitHub
  • Gitea (self-hosted)
  • Gogs (self-hosted)

Technical

  • React 19 + TypeScript 5.9
  • Vite 5+ build system
  • Client-side PAT encryption (AES-GCM)
  • Notion-inspired UI