]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 28 Mar 2018 13:20:04 +0000 (09:20 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 28 Mar 2018 13:20:04 +0000 (09:20 -0400)
12 files changed:
CMakeLists.txt
DevelopmentNotes/DevelopmentNotes.epub
DevelopmentNotes/DevelopmentNotes.fodt
DevelopmentNotes/DevelopmentNotes.html
DevelopmentNotes/DevelopmentNotes.pdf
DevelopmentNotes/DevelopmentNotes.txt
QuickStart/QuickStart.epub
QuickStart/QuickStart.fodt
QuickStart/QuickStart.html
QuickStart/QuickStart.pdf
QuickStart/QuickStart.txt
README.md

index f46e0180e76994fea4c16388d101b06c31314768..0610a2c2b07c7c266f5d9ca5850909d696f70e04 100644 (file)
@@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6)
 set (My_Project_Title "MultiMarkdown")
 set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
 set (My_Project_Author "Fletcher T. Penney")
-set (My_Project_Revised_Date "2018-03-27")
+set (My_Project_Revised_Date "2018-03-28")
 set (My_Project_Version_Major 6)
 set (My_Project_Version_Minor 3)
-set (My_Project_Version_Patch 1)
+set (My_Project_Version_Patch 2)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
index 919076f4fd9ef1dc24f101e2136c929ddd8f3afa..82fd3045dac2659bcdb54374eba5c988567fdee3 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
index 76037dbe1d2871a1f8b661efbc8a627ad48dc49e..d597347836d08050ccf1f0fadf8286adb9c44f2c 100644 (file)
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta>
        <dc:title>MultiMarkdown v6 Development Notes</dc:title>
        <dc:creator>Fletcher T. Penney</dc:creator>
-       <meta:user-defined meta:name="date">2018-02-05</meta:user-defined>
+       <meta:user-defined meta:name="date">2018-03-38</meta:user-defined>
        <meta:user-defined meta:name="uuid">dd2d8e76-dc2d-416d-9acd-5395d20871c2</meta:user-defined>
 </office:meta>
 <office:body>
@@ -721,7 +721,8 @@ the code or used during the development.</text:p>
 <text:h text:outline-level="3"><text:bookmark text:name="dependencieslibraries"/>Dependencies/Libraries </text:h>
 
 <text:p text:style-name="Standard">MMD v6 has no external dependencies when compiling, aside from the standard
-libraries for C development.</text:p>
+libraries for C development (Except that it will use <text:span text:style-name="Source_20_Text">libcurl</text:span> if available in
+order to support downloading remote images/files for EPUB/FODT exporting.</text:p>
 
 <text:p text:style-name="Standard">MMD can be compiled without any other tools beside the build system (cmake).</text:p>
 
@@ -762,6 +763,92 @@ TextBundle/TextPack, OpenDocument, etc.</text:p></text:list-item>
 <text:h text:outline-level="3"><text:bookmark text:name="changelog"/>Changelog </text:h>
 
 <text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="Standard">2018&#8211;03&#8211;28 - v 6.3.2:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="Standard">UPDATED: Update documentation</text:p></text:list-item>
+
+</text:list></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">2018&#8211;03&#8211;27 - v 6.3.1:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add beamer support for code highlighting</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add extra tests for variations on link types</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add integrated memoir test</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Migrate manuscript and memoir(book) LaTeX formats to MMD-6</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Explicitly disable metadata in compatibility mode</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix Makefile for Windows 32-bit zip</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix detection of invalid request to copy substring of DString</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix issue with empty metadata lines</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix issue with raw source markers(fixes #115)</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix issue with trailing ATX hash without final newline</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix potential pointer overflow if line starts with &#8216;:::&#8217;</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve internal link creation in LaTeX</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve logic for disabling metadata</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve parsing of HTML 5  tag</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Add beginnings of Beamer test suite; add support for beamer/memoir and raw text blocks</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Update quick start guide</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">UPDATED: Update remaining tests for LaTeX change</text:p></text:list-item>
+
+</text:list></text:list-item>
+
 <text:list-item>
 <text:p text:style-name="Standard">2018&#8211;02&#8211;05 - v 6.3.0:</text:p>
 
index 0a3a08a37c2a4a49a1c515fcab697bc55935968f..f12b5f7e381bf71cd69b1a9516d8ddf42cd5369d 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8"/>
        <title>MultiMarkdown v6 Development Notes</title>
        <meta name="author" content="Fletcher T. Penney"/>
-       <meta name="date" content="2018-02-05"/>
+       <meta name="date" content="2018-03-38"/>
        <meta name="uuid" content="dd2d8e76-dc2d-416d-9acd-5395d20871c2"/>
 </head>
 <body>
@@ -399,7 +399,8 @@ the code or used during the development.</p>
 <h3 id="dependencieslibraries">Dependencies/Libraries </h3>
 
 <p><abbr title="MultiMarkdown">MMD</abbr> v6 has no external dependencies when compiling, aside from the standard
-libraries for C development.</p>
+libraries for C development (Except that it will use <code>libcurl</code> if available in
+order to support downloading remote images/files for EPUB/FODT exporting.</p>
 
 <p><abbr title="MultiMarkdown">MMD</abbr> can be compiled without any other tools beside the build system (cmake).</p>
 
@@ -432,6 +433,33 @@ TextBundle/TextPack, OpenDocument, etc.</p></li>
 <h3 id="changelog">Changelog </h3>
 
 <ul>
+<li><p>2018&#8211;03&#8211;28 - v 6.3.2:</p>
+
+<ul>
+<li>UPDATED: Update documentation</li>
+</ul></li>
+<li><p>2018&#8211;03&#8211;27 - v 6.3.1:</p>
+
+<ul>
+<li>ADDED: Add beamer support for code highlighting</li>
+<li>ADDED: Add extra tests for variations on link types</li>
+<li>ADDED: Add integrated memoir test</li>
+<li>ADDED: Migrate manuscript and memoir(book) LaTeX formats to <abbr title="MultiMarkdown">MMD</abbr>-6</li>
+<li>FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state</li>
+<li>FIXED: Explicitly disable metadata in compatibility mode</li>
+<li>FIXED: Fix Makefile for Windows 32-bit zip</li>
+<li>FIXED: Fix detection of invalid request to copy substring of DString</li>
+<li>FIXED: Fix issue with empty metadata lines</li>
+<li>FIXED: Fix issue with raw source markers(fixes #115)</li>
+<li>FIXED: Fix issue with trailing ATX hash without final newline</li>
+<li>FIXED: Fix potential pointer overflow if line starts with &#8216;:::&#8217;</li>
+<li>FIXED: Improve internal link creation in LaTeX</li>
+<li>FIXED: Improve logic for disabling metadata</li>
+<li>FIXED: Improve parsing of HTML 5 <video> tag</li>
+<li>UPDATED: Add beginnings of Beamer test suite; add support for beamer/memoir and raw text blocks</li>
+<li>UPDATED: Update quick start guide</li>
+<li>UPDATED: Update remaining tests for LaTeX change</li>
+</ul></li>
 <li><p>2018&#8211;02&#8211;05 - v 6.3.0:</p>
 
 <ul>
index db948c0d2b30a34ba1bef8ad680abde6f85b258e..0ecf1e481941d77de4e9d194ae379db65a7f7468 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ
index 67ce24751e549b52edd21dacfad8a29d720b57e2..43be8f8967522faea2c7a9509b905674bae541db 100644 (file)
@@ -1,6 +1,6 @@
 Title: MultiMarkdown v6 Development Notes
 Author:        Fletcher T. Penney
-Date: 2018-02-05  
+Date: 2018-03-38  
 LaTeX Config:  tufte-handout
 Base Header Level:     3
 uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -472,7 +472,12 @@ TextBundle/TextPack, OpenDocument, etc.
 
 # Changelog #
 
-* 2018-03-27 - v 6.3.1.:
+* 2018-03-28 - v 6.3.2:
+
+       * UPDATED: Update documentation
+
+
+* 2018-03-27 - v 6.3.1:
 
        *    ADDED: Add beamer support for code highlighting
        *    ADDED: Add extra tests for variations on link types
index e28607b2027b418e205cf51973a003783fc91f03..4ac65de94a0b88347ff790b7850984f8054c2f43 100644 (file)
Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ
index 9e2b790d1ba2023a8d1a2ed74dea8adae7943cc9..16151922c86f6a978ac75350fd8cbe382b0ac518 100644 (file)
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta>
        <dc:title>MultiMarkdown v6 Quick Start Guide</dc:title>
        <dc:creator>Fletcher T. Penney</dc:creator>
-       <meta:user-defined meta:name="version">6.3.0</meta:user-defined>
+       <meta:user-defined meta:name="version">6.3.2</meta:user-defined>
        <meta:user-defined meta:name="uuid">0d6313fa-9135-477e-9c14-7d62c1977833</meta:user-defined>
 </office:meta>
 <office:body>
@@ -321,7 +321,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 
 <text:h text:outline-level="3"><text:bookmark text:name="introduction"/>Introduction </text:h>
 
-<text:p text:style-name="Standard">Version: 6.3.0</text:p>
+<text:p text:style-name="Standard">Version: 6.3.2</text:p>
 
 <text:p text:style-name="Standard">This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample
 document to demonstrate the various features. Specifically, differences from
index 8490466aac442946676ecdca5dc787c2538c9143..7bad18fb20a53195cdbceb4e985a127456f00b56 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8"/>
        <title>MultiMarkdown v6 Quick Start Guide</title>
        <meta name="author" content="Fletcher T. Penney"/>
-       <meta name="version" content="6.3.0"/>
+       <meta name="version" content="6.3.2"/>
        <meta name="uuid" content="0d6313fa-9135-477e-9c14-7d62c1977833"/>
 </head>
 <body>
@@ -49,7 +49,7 @@
 
 <h3 id="introduction">Introduction </h3>
 
-<p>Version: 6.3.0</p>
+<p>Version: 6.3.2</p>
 
 <p>This document serves as a description of MultiMarkdown (<abbr title="MultiMarkdown">MMD</abbr>) v6, as well as a sample
 document to demonstrate the various features. Specifically, differences from
index 94f9298bd1beb0c93db7156fc695b5461d050847..7639cdbee0f7d058e277f4b7960f45ad7efd8ced 100644 (file)
Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ
index f04f47004ab539562b09719cb2a1ccfa39faeced..84bff0f3a162c8f5983eb3fe721495d1ebff0a8c 100644 (file)
@@ -1,6 +1,6 @@
 Title: MultiMarkdown v6 Quick Start Guide
 Author:        Fletcher T. Penney
-Version:       6.3.0
+Version:       6.3.2
 LaTeX Config:  tufte-handout
 Base Header Level:     3
 uuid:  0d6313fa-9135-477e-9c14-7d62c1977833
index c355fde9725078ceb1dff10e509487fae5a42e41..b787ca8e3a071370c48c8f48ab9206d31a615665 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 | ---------- | ------------------------- |  
 | Title:     | MultiMarkdown        |  
 | Author:    | Fletcher T. Penney       |  
-| Date:      | 2018-03-27 |  
+| Date:      | 2018-03-28 |  
 | Copyright: | Copyright © 2016 - 2018 Fletcher T. Penney.    |  
-| Version:   | 6.3.1      |  
+| Version:   | 6.3.2      |  
 
 master branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=master)](https://travis-ci.org/fletcher/MultiMarkdown-6)  
 develop branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=develop)](https://travis-ci.org/fletcher/MultiMarkdown-6)
@@ -113,9 +113,7 @@ 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 (unless you
-want to support downloading remote images/files in which case `libcurl` is
-used.
+12. EPUB 3 output is supported without need of any external tools.
 
 13. Internationalization support for HTML phrases, such as "see footnote". See
 [Github](https://github.com/fletcher/MultiMarkdown-6/issues/37) for more