Skip to content

Commit eb41f04

Browse files
committed
version bump
1 parent e905afb commit eb41f04

File tree

12 files changed

+136
-18
lines changed

12 files changed

+136
-18
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6)
88
set (My_Project_Title "MultiMarkdown")
99
set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
1010
set (My_Project_Author "Fletcher T. Penney")
11-
set (My_Project_Revised_Date "2018-03-27")
11+
set (My_Project_Revised_Date "2018-03-28")
1212
set (My_Project_Version_Major 6)
1313
set (My_Project_Version_Minor 3)
14-
set (My_Project_Version_Patch 1)
14+
set (My_Project_Version_Patch 2)
1515

1616
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
1717

414 Bytes
Binary file not shown.

DevelopmentNotes/DevelopmentNotes.fodt

Lines changed: 89 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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&#8211;03&#8211;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&#8211;03&#8211;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 &#8216;:::&#8217;</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&#8211;02&#8211;05 - v 6.3.0:</text:p>
767854

DevelopmentNotes/DevelopmentNotes.html

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8"/>
55
<title>MultiMarkdown v6 Development Notes</title>
66
<meta name="author" content="Fletcher T. Penney"/>
7-
<meta name="date" content="2018-02-05"/>
7+
<meta name="date" content="2018-03-38"/>
88
<meta name="uuid" content="dd2d8e76-dc2d-416d-9acd-5395d20871c2"/>
99
</head>
1010
<body>
@@ -399,7 +399,8 @@ <h4 id="unittesting">Unit Testing </h4>
399399
<h3 id="dependencieslibraries">Dependencies/Libraries </h3>
400400

401401
<p><abbr title="MultiMarkdown">MMD</abbr> v6 has no external dependencies when compiling, aside from the standard
402-
libraries for C development.</p>
402+
libraries for C development (Except that it will use <code>libcurl</code> if available in
403+
order to support downloading remote images/files for EPUB/FODT exporting.</p>
403404

404405
<p><abbr title="MultiMarkdown">MMD</abbr> can be compiled without any other tools beside the build system (cmake).</p>
405406

@@ -432,6 +433,33 @@ <h3 id="dependencieslibraries">Dependencies/Libraries </h3>
432433
<h3 id="changelog">Changelog </h3>
433434

434435
<ul>
436+
<li><p>2018&#8211;03&#8211;28 - v 6.3.2:</p>
437+
438+
<ul>
439+
<li>UPDATED: Update documentation</li>
440+
</ul></li>
441+
<li><p>2018&#8211;03&#8211;27 - v 6.3.1:</p>
442+
443+
<ul>
444+
<li>ADDED: Add beamer support for code highlighting</li>
445+
<li>ADDED: Add extra tests for variations on link types</li>
446+
<li>ADDED: Add integrated memoir test</li>
447+
<li>ADDED: Migrate manuscript and memoir(book) LaTeX formats to <abbr title="MultiMarkdown">MMD</abbr>-6</li>
448+
<li>FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state</li>
449+
<li>FIXED: Explicitly disable metadata in compatibility mode</li>
450+
<li>FIXED: Fix Makefile for Windows 32-bit zip</li>
451+
<li>FIXED: Fix detection of invalid request to copy substring of DString</li>
452+
<li>FIXED: Fix issue with empty metadata lines</li>
453+
<li>FIXED: Fix issue with raw source markers(fixes #115)</li>
454+
<li>FIXED: Fix issue with trailing ATX hash without final newline</li>
455+
<li>FIXED: Fix potential pointer overflow if line starts with &#8216;:::&#8217;</li>
456+
<li>FIXED: Improve internal link creation in LaTeX</li>
457+
<li>FIXED: Improve logic for disabling metadata</li>
458+
<li>FIXED: Improve parsing of HTML 5 <video> tag</li>
459+
<li>UPDATED: Add beginnings of Beamer test suite; add support for beamer/memoir and raw text blocks</li>
460+
<li>UPDATED: Update quick start guide</li>
461+
<li>UPDATED: Update remaining tests for LaTeX change</li>
462+
</ul></li>
435463
<li><p>2018&#8211;02&#8211;05 - v 6.3.0:</p>
436464

437465
<ul>
1.18 KB
Binary file not shown.

DevelopmentNotes/DevelopmentNotes.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: MultiMarkdown v6 Development Notes
22
Author: Fletcher T. Penney
3-
Date: 2018-02-05
3+
Date: 2018-03-38
44
LaTeX Config: tufte-handout
55
Base Header Level: 3
66
uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -472,7 +472,12 @@ TextBundle/TextPack, OpenDocument, etc.
472472

473473
# Changelog #
474474

475-
* 2018-03-27 - v 6.3.1.:
475+
* 2018-03-28 - v 6.3.2:
476+
477+
* UPDATED: Update documentation
478+
479+
480+
* 2018-03-27 - v 6.3.1:
476481

477482
* ADDED: Add beamer support for code highlighting
478483
* ADDED: Add extra tests for variations on link types

QuickStart/QuickStart.epub

-1 Bytes
Binary file not shown.

QuickStart/QuickStart.fodt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
276276
<office:meta>
277277
<dc:title>MultiMarkdown v6 Quick Start Guide</dc:title>
278278
<dc:creator>Fletcher T. Penney</dc:creator>
279-
<meta:user-defined meta:name="version">6.3.0</meta:user-defined>
279+
<meta:user-defined meta:name="version">6.3.2</meta:user-defined>
280280
<meta:user-defined meta:name="uuid">0d6313fa-9135-477e-9c14-7d62c1977833</meta:user-defined>
281281
</office:meta>
282282
<office:body>
@@ -321,7 +321,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
321321

322322
<text:h text:outline-level="3"><text:bookmark text:name="introduction"/>Introduction </text:h>
323323

324-
<text:p text:style-name="Standard">Version: 6.3.0</text:p>
324+
<text:p text:style-name="Standard">Version: 6.3.2</text:p>
325325

326326
<text:p text:style-name="Standard">This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample
327327
document to demonstrate the various features. Specifically, differences from

QuickStart/QuickStart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8"/>
55
<title>MultiMarkdown v6 Quick Start Guide</title>
66
<meta name="author" content="Fletcher T. Penney"/>
7-
<meta name="version" content="6.3.0"/>
7+
<meta name="version" content="6.3.2"/>
88
<meta name="uuid" content="0d6313fa-9135-477e-9c14-7d62c1977833"/>
99
</head>
1010
<body>
@@ -49,7 +49,7 @@
4949

5050
<h3 id="introduction">Introduction </h3>
5151

52-
<p>Version: 6.3.0</p>
52+
<p>Version: 6.3.2</p>
5353

5454
<p>This document serves as a description of MultiMarkdown (<abbr title="MultiMarkdown">MMD</abbr>) v6, as well as a sample
5555
document to demonstrate the various features. Specifically, differences from

QuickStart/QuickStart.pdf

-125 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)