Changelog

v0.9 | 2026-06-5

  • Added Markdown support in editor
  • Added timezone in settings + publish time added to admin lists and posts
  • Added server-side pagination and search for the admin content list: beyond 200 items, filtering and sorting are handled via AJAX instead of loading everything in the browser at once.
  • Added RSS feed
  • Added account name (previously only a password to log into admin)
  • Added custom fields to settings and editor interface for all 3 content types
  • Preview post button now works with both HTML and Markdown posts
  • Fixed date format display in content-list
  • Redesigned admin editor with sticky top-bar to keep publish button visible at all times, and other improvements
  • Updated editor interface to reflect new features. Editor sidebar improved with tabs to separate content, SEO and custom fields sections
  • Updated admin translations
  • Updated documentation
  • Various bug fixes and optimizations

v0.8 | 2026-02-12

  • Data is now stored as individual items in /data/ instead of a unique Json database which can get heavy
  • Added custom article/project summaries to display in paginated lists (article-cards) instead of article-excerpt
  • Fixed raw shortcode display in article-cards excerpts, replaced with ... or article-summary if present
  • Added custom styling rules for Search overlay
  • Added support for page-templates in pages
  • Added partials to themes to further customize display of article/project cards
  • Added support for custom functions.php file in themes

v0.7 | 2025-08-10

  • Fixed security in admin login/change password
  • Added secure password reset sytem with email link
  • Revamped admin sidebar with popovers
  • Redesigned admin settings
  • Redesigned media manager interface
  • Added theme management interface
  • Updated theme management with preview image
  • Improved Menu Builder

v0.6 | 2025-04-12

  • Improved sidebar integration, sidebar is now retractable with icons-only instead of full menu-items text
  • Added display options to content creation interface
  • Refined SEO settings: revamped algorithm for personalized SEO advice in content-add interface
  • Added Menu Builder
  • Added backup & restore database feature in settings

v0.5 | 2025-03-27

  • Complete overhaul of admin interface
  • Redesign of content creation interface - more compact, more user-friendly, less confusing
  • Added categories and tags picker in content editing
  • Added support for full screen editing
  • Added HTML source code editor
  • Improved editor features