From de497a22d85aeff5efae8cde4a658d15e40c0804 Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 25 Feb 2024 21:05:50 +0900 Subject: [PATCH] v20240225 --- docs/changelog.md | 5 +++++ docs/notice-for-admins.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f62491172b..5f7101a01f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,11 @@ Critical security updates are indicated by the :warning: icon. +## v20240225 + +- Fix bugs +- Add syntax highlighting in MFM code blocks in various programming languages + ## v20240222 - Enhance Mastodon post import feature (!10652) diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 369330b610..209fe70b60 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -1,4 +1,4 @@ -# Unreleased +# v20240225 ## For Docker/Podman users diff --git a/package.json b/package.json index f903ca6478..64998a257e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240222", + "version": "20240225", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"