From f4d1a27ab9e90bb86a9bc0d8bacf97cf92fb2386 Mon Sep 17 00:00:00 2001 From: Jordan Robinson Date: Thu, 25 Sep 2025 21:11:18 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 896895cd4303ad5e200e95e64fcbe94009c5a1ef..65ab7bb65fe1ed50e00797f94b244564ebe66c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.3.4](https://git.sr.ht/~linuxgoose/bocpress/tree/v1.3.4) +* add homepage content settings page +* add tags support for posts +* add Really Simple Licensing support +* add auto Markdown formatting support (ability to turn off/on) +* add reading time support for posts (including show/hide) +* add ability to upload more files (docx, xlsx, pptx, pdf, md, txt, rtf, and more) - called assets now + ## [1.3.2](https://github.com/linuxgoose/mataroa/releases/tag/1.3.2) * add blog index content by @linuxgoose in https://github.com/linuxgoose/mataroa/pull/23 * [add custom robots.txt blog setting](https://github.com/linuxgoose/mataroa/commit/47bd06b3a71d75ddf73a91958b2e3101c675633e) by @linuxgoose