From a654baaba01cd3ecec61f027748ecb8b8f143f0f Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 28 Mar 2018 09:10:02 -0400 Subject: [PATCH 1/4] UPDATE: Clarify README re: libcurl --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4730910..c355fde9 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,9 @@ general, it seems to handle edge cases much more reliably, but there are still a couple of situations that I would like to take into account, if possible. These are not situations that should occur often in "real life." -12. EPUB 3 output is supported without need of any external tools. +12. EPUB 3 output is supported without need of any external tools (unless you +want to support downloading remote images/files in which case `libcurl` is +used. 13. Internationalization support for HTML phrases, such as "see footnote". See [Github](https://github.com/fletcher/MultiMarkdown-6/issues/37) for more From 22a783cbd5037b8a39e26b597751f9bf813a3a06 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 28 Mar 2018 09:12:13 -0400 Subject: [PATCH 2/4] UPDATE: Clarify DevelopmentNotes re: libcurl --- DevelopmentNotes/DevelopmentNotes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index 80a19e5f..f18ebf59 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -422,7 +422,8 @@ the code or used during the development. # Dependencies/Libraries # MMD v6 has no external dependencies when compiling, aside from the standard -libraries for C development. +libraries for C development (Except that it will use `libcurl` if available in +order to support downloading remote images/files for EPUB/FODT exporting. MMD can be compiled without any other tools beside the build system (cmake). From e905afb29bc0bd610a4169d95156d1b02903f686 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 28 Mar 2018 09:14:17 -0400 Subject: [PATCH 3/4] UPDATED: Add 6.3.1 release notes --- DevelopmentNotes/DevelopmentNotes.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index f18ebf59..67ce2475 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -472,6 +472,28 @@ TextBundle/TextPack, OpenDocument, etc. # Changelog # +* 2018-03-27 - v 6.3.1.: + + * ADDED: Add beamer support for code highlighting + * ADDED: Add extra tests for variations on link types + * ADDED: Add integrated memoir test + * ADDED: Migrate manuscript and memoir(book) LaTeX formats to MMD-6 + * FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state + * FIXED: Explicitly disable metadata in compatibility mode + * FIXED: Fix Makefile for Windows 32-bit zip + * FIXED: Fix detection of invalid request to copy substring of DString + * FIXED: Fix issue with empty metadata lines + * FIXED: Fix issue with raw source markers(fixes #115) + * FIXED: Fix issue with trailing ATX hash without final newline + * FIXED: Fix potential pointer overflow if line starts with ':::' + * FIXED: Improve internal link creation in LaTeX + * FIXED: Improve logic for disabling metadata + * FIXED: Improve parsing of HTML 5