update CHANGELOG - v1.4.4

This commit is contained in:
lesion
2022-05-10 10:40:49 +02:00
parent 88a87c8e1b
commit 41c0797b31
4 changed files with 36 additions and 6 deletions

View File

@@ -89,9 +89,7 @@ const exportController = {
const end = tmpEnd.utc(true).format('YYYY-M-D-H-m').split('-').map(Number)
return {
start,
startOutputType: 'local',
end,
endOutputType: 'local',
title: `[${settings.title}] ${e.title}`,
description: htmlToText(e.description),
htmlContent: e.description,