From: Fletcher T. Penney Date: Tue, 14 Feb 2017 18:22:25 +0000 (-0500) Subject: version bump X-Git-Tag: 0.3.0a^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d775ce0a6e72edeb712006f0f395d78b5d60a4a6;p=multimarkdown version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c2d444..3e30982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6) set (My_Project_Title "MultiMarkdown 6") 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 "2017-02-08") +set (My_Project_Revised_Date "2017-02-14") set (My_Project_Version_Major 0) -set (My_Project_Version_Minor 1) -set (My_Project_Version_Patch 4a) +set (My_Project_Version_Minor 3) +set (My_Project_Version_Patch 0a) set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}") diff --git a/README.md b/README.md index cdf6d31..33ee938 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown 6 | | Author: | Fletcher T. Penney | -| Date: | 2017-02-08 | +| Date: | 2017-02-14 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.1.4a | +| Version: | 0.3.0a | ## Updates ## diff --git a/templates/README.md.in b/templates/README.md.in index 4f00572..9dfd151 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -11,6 +11,37 @@ ## Updates ## +* 2017-02-14 -- v 0.3.0a: + + * ADDED: Add basic image support to LaTeX + * ADDED: Add file transclusion + * ADDED: Add support for citation 'locators' + * ADDED: Add support for manual labels on ATX Headers + * ADDED: Add support for manual labels on Setext Headers + * ADDED: Add support for tables in LaTeX + * ADDED: HTML Comments appear as raw LaTeX + * ADDED: Improved citation support in LaTeX + * ADDED: Support \autoref{} in LaTeX + * ADDED: Support combined options in LaTeX citations that use the '\]\[' syntax + * ADDED: Support language specifier in fenced code blocks + * ADDED: Support metadata in LaTeX + * ADDED: Update Citations test suite + * FIXED: Escaped LaTeX characters + * FIXED: Fix bug in URL parsing + * FIXED: Fix bug in citation links + * FIXED: Fix bug when no closing divider or newline at end of last table cell + * FIXED: Fix issue printing '-' + * FIXED: Fix scan_url test suite + * FIXED: Get Math working in LaTeX + * FIXED: Improve reliability or link scanner + * FIXED: Properly add id attribute to new instances of citation only + * FIXED: Properly handle manual labels with TOC + * FIXED: Properly print hash characters in LaTeX + * FIXED: Separate LaTeX verbatim and texttt character handling + * FIXED: Update Escapes test LaTeX result + * FIXED: Work on escaping LaTeX characters + + * 2017-02-08 -- v 0.1.4a: * ADDED: Add smart quote support for other languages (resolves #15)