From 40506bc32efca98b43a72202d0823cdd3c8b2c05 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 10 Feb 2023 18:02:40 +0100 Subject: Add download Markdown as PDF --- debian/changelog | 5 +++-- debian/control | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ab688ed..d773faf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -whiteboard (1.7) UNRELEASED; urgency=medium +whiteboard (1.7) unstable; urgency=medium * Fix crash on stats.html page reload/close * Focus on reconnect button + * Added Markdown to PDF download via pandoc - -- Roland Reichwein Wed, 08 Feb 2023 18:22:26 +0100 + -- Roland Reichwein Fri, 10 Feb 2023 18:01:37 +0100 whiteboard (1.6) unstable; urgency=medium diff --git a/debian/control b/debian/control index e6499aa..7641847 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.reichwein.it/whiteboard/ Package: whiteboard Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils +Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils, pandoc Recommends: webserver Homepage: http://www.reichwein.it/whiteboard/ Description: Web application for an collaborative editor -- cgit v1.2.3