Chyrp Lite Versions Save

An ultra-lightweight blogging engine, written in PHP.

v2024.01.01

2 months ago

v2024.01

4 months ago

New in this release:

  • Fixed a CSRF vulnerability in the core.
  • Bug fixes for clean URL routing with PostgreSQL databases (reported by @mord0d).
  • Improved compatibility and interoperability of SQL "zero" datetime values.
  • Added option to use a monospace font when writing (suggested by @mord0d).
  • Added accessible page titles for paginated results in blog themes and admin console.
  • Added WebVTT caption support to Video and Audio feathers.
  • Added poster image support to Video feather.
  • Added result sorting to admin console tables that support query filtering syntax.
  • Feeds will always display the number of items configured in content settings.
  • Updated Twig to 3.8.0.
  • Various other bug fixes and refinements.

v2023.03

6 months ago

New in this release:

  • Compatibility fixes for PHP 8.3.
  • Fixed a SSRF vulnerability in webmention support and Migrator module (reported by @asesidaa).
  • Complete Dutch and German translations (contributed by @eawmaas).
  • Improved HTML5 validation, semantics, and ARIA labelling (suggested by @eawmaas).
  • Fixes to image thumbnails, srcset options, and animated GIF handling (reported by @roughnecks).
  • Editing draft posts will cause the creation date to automatically update (suggested by @xdpirate).
  • Dark mode improvements and fixes for the admin console.
  • Updated Twig to 3.7.1.
  • Updated jQuery to 3.7.1.
  • Cacher module: regenerate cache when uploads are deleted (reported by @xdpirate).
  • Comments module: site contact and post authors can be informed of new comments (suggested by @eawmaas).
  • Highlighter module: updated highlight.js to 11.9.0.
  • Various other bug fixes and refinements.

v2023.02

9 months ago

New in this release:

  • Added custom Markdown syntax for:
    • footnotes
    • highlighting
    • citations
    • asides ("call-outs")
    • figures and captions
    • superscript and subscript
  • Write pages remember unsaved text entered in the primary text input and textarea.
  • Workaround for GD library causing a fatal error when opening animated WEBP files.
  • Markdown support no longer requires opcache.save_comments=1 in PHP configuration.
  • Added a route action to display all posts by a specified author.
  • Fixed the author metadata for posts and pages created by guests.
  • Updated Twig to 3.6.1.
  • Updated jQuery to 3.7.0.
  • Highlighter module: updated highlight.js to 11.7.0.
  • Cascade module: fixed broken title and script detection on ajax-loaded pages.
  • Various other bug fixes and refinements.

v2023.01

1 year ago

New in this release:

  • Removed Pingback support.
  • Removed MetaWeblog API support.
  • Added new theme: Virgula.
  • Added ability to insert previous uploads into posts.
  • Updated Twig to 3.5.1.
  • Updated jQuery to 3.6.2.
  • Added thumbnail support for AVIF images.
  • Visual enhancements to the admin console.
  • Improved text formatting toolbars on Write pages.
  • Improved support for prefers-color-scheme: dark.
  • Removed constants XML_RPC and SESSION_DENY_RPC.
  • Pingable module: renamed to Mentionable.
  • Likes module: prevent bots from liking posts.
  • Likes module: fixed regression in like attribution.
  • Various other bug fixes and refinements.

v2022.03.03

1 year ago

v2022.03.01

1 year ago

v2022.03

1 year ago

New in this release:

  • Updated minimum PHP requirement to 8.0.
  • Added Webmention implementation and module support.
  • Added text formatting toolbars on Write pages.
  • Added ability to manage uploads in the admin console.
  • Added support for prefers-color-scheme: dark to admin console.
  • Added support for prefers-reduced-motion to themes and admin console.
  • Added "Import Content" permission to user groups.
  • New icon set for the admin console.
  • Reinstated internationalized date/time formatting.
  • Major PHP 8.2 compatibility fixes to core and modules.
  • Oodles of return type declarations in core and modules.
  • Deleting a post no longer deletes its uploaded files.
  • Added Twig filter to output time HTML element.
  • Removed constants CACHE_TWIG and CACHE_THUMBS.
  • Updated Twig to 3.4.3.
  • Highlighter module: updated highlight.js to 11.6.0.
  • Mathjax module: updated Mathjax to 3.2.2.
  • Read More module: optionally set default text, and apply filtering to feeds.
  • Various other bug fixes and refinements.

Notes:

  • Pingback support is deprecated, and will be removed in a future release.
  • MetaWeblog API support is deprecated, and will be removed in a future release.

v2022.02

2 years ago

New in this release:

  • Improved UTF-8 support with MySQL databases.
  • Updated Twig to 3.3.8.
  • Bug fixes and refinements.