@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
276276<office : meta >
277277 <dc : title >MultiMarkdown v6 Development Notes</dc : title >
278278 <dc : creator >Fletcher T. Penney</dc : creator >
279- <meta : user-defined meta : name =" date" >2018-02-05 </meta : user-defined >
279+ <meta : user-defined meta : name =" date" >2018-03-38 </meta : user-defined >
280280 <meta : user-defined meta : name =" uuid" >dd2d8e76-dc2d-416d-9acd-5395d20871c2</meta : user-defined >
281281</office : meta >
282282<office : body >
@@ -721,7 +721,8 @@ the code or used during the development.</text:p>
721721<text : h text : outline-level =" 3" ><text : bookmark text : name =" dependencieslibraries" />Dependencies/Libraries </text : h >
722722
723723<text : p text : style-name =" Standard" >MMD v6 has no external dependencies when compiling, aside from the standard
724- libraries for C development.</text : p >
724+ libraries for C development (Except that it will use <text : span text : style-name =" Source_20_Text" >libcurl</text : span > if available in
725+ order to support downloading remote images/files for EPUB/FODT exporting.</text : p >
725726
726727<text : p text : style-name =" Standard" >MMD can be compiled without any other tools beside the build system (cmake).</text : p >
727728
@@ -762,6 +763,92 @@ TextBundle/TextPack, OpenDocument, etc.</text:p></text:list-item>
762763<text : h text : outline-level =" 3" ><text : bookmark text : name =" changelog" />Changelog </text : h >
763764
764765<text : list text : style-name =" L1" >
766+ <text : list-item >
767+ <text : p text : style-name =" Standard" >2018– 03– 28 - v 6.3.2:</text : p >
768+
769+ <text : list text : style-name =" L1" >
770+ <text : list-item >
771+ <text : p text : style-name =" Standard" >UPDATED: Update documentation</text : p ></text : list-item >
772+
773+ </text : list ></text : list-item >
774+
775+ <text : list-item >
776+ <text : p text : style-name =" Standard" >2018– 03– 27 - v 6.3.1:</text : p >
777+
778+ <text : list text : style-name =" L1" >
779+ <text : list-item >
780+ <text : p text : style-name =" P1" >
781+ ADDED: Add beamer support for code highlighting</text : p ></text : list-item >
782+
783+ <text : list-item >
784+ <text : p text : style-name =" P1" >
785+ ADDED: Add extra tests for variations on link types</text : p ></text : list-item >
786+
787+ <text : list-item >
788+ <text : p text : style-name =" P1" >
789+ ADDED: Add integrated memoir test</text : p ></text : list-item >
790+
791+ <text : list-item >
792+ <text : p text : style-name =" P1" >
793+ ADDED: Migrate manuscript and memoir(book) LaTeX formats to MMD-6</text : p ></text : list-item >
794+
795+ <text : list-item >
796+ <text : p text : style-name =" P1" >
797+ FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state</text : p ></text : list-item >
798+
799+ <text : list-item >
800+ <text : p text : style-name =" P1" >
801+ FIXED: Explicitly disable metadata in compatibility mode</text : p ></text : list-item >
802+
803+ <text : list-item >
804+ <text : p text : style-name =" P1" >
805+ FIXED: Fix Makefile for Windows 32-bit zip</text : p ></text : list-item >
806+
807+ <text : list-item >
808+ <text : p text : style-name =" P1" >
809+ FIXED: Fix detection of invalid request to copy substring of DString</text : p ></text : list-item >
810+
811+ <text : list-item >
812+ <text : p text : style-name =" P1" >
813+ FIXED: Fix issue with empty metadata lines</text : p ></text : list-item >
814+
815+ <text : list-item >
816+ <text : p text : style-name =" P1" >
817+ FIXED: Fix issue with raw source markers(fixes #115)</text : p ></text : list-item >
818+
819+ <text : list-item >
820+ <text : p text : style-name =" P1" >
821+ FIXED: Fix issue with trailing ATX hash without final newline</text : p ></text : list-item >
822+
823+ <text : list-item >
824+ <text : p text : style-name =" P1" >
825+ FIXED: Fix potential pointer overflow if line starts with ‘ :::’ </text : p ></text : list-item >
826+
827+ <text : list-item >
828+ <text : p text : style-name =" P1" >
829+ FIXED: Improve internal link creation in LaTeX</text : p ></text : list-item >
830+
831+ <text : list-item >
832+ <text : p text : style-name =" P1" >
833+ FIXED: Improve logic for disabling metadata</text : p ></text : list-item >
834+
835+ <text : list-item >
836+ <text : p text : style-name =" P1" >
837+ FIXED: Improve parsing of HTML 5 tag</text : p ></text : list-item >
838+
839+ <text : list-item >
840+ <text : p text : style-name =" P1" >
841+ UPDATED: Add beginnings of Beamer test suite; add support for beamer/memoir and raw text blocks</text : p ></text : list-item >
842+
843+ <text : list-item >
844+ <text : p text : style-name =" P1" >
845+ UPDATED: Update quick start guide</text : p ></text : list-item >
846+
847+ <text : list-item >
848+ <text : p text : style-name =" Standard" >UPDATED: Update remaining tests for LaTeX change</text : p ></text : list-item >
849+
850+ </text : list ></text : list-item >
851+
765852<text : list-item >
766853<text : p text : style-name =" Standard" >2018– 02– 05 - v 6.3.0:</text : p >
767854
0 commit comments