From: Fletcher T. Penney Date: Sat, 18 Feb 2017 03:00:55 +0000 (-0500) Subject: version bump X-Git-Tag: 0.3.1a^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a7767c49b6958843a6a6b72f07633eb291d4917;p=multimarkdown version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d00d41..211f591 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "2017-02-14") +set (My_Project_Revised_Date "2017-02-17") set (My_Project_Version_Major 0) set (My_Project_Version_Minor 3) -set (My_Project_Version_Patch 0a) +set (My_Project_Version_Patch 1a) 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 3f4cbd0..81eee86 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,33 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-02-14 | +| Date: | 2017-02-17 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.3.0a | +| Version: | 0.3.1a | ## Updates ## +* 2017-02-17 -- v 0.3.1.a: + +* ADDED: 'finalize' beamer support +* ADDED: Add escaped newline as linebreak; start on beamer/memoir support +* ADDED: CriticMarkup test for LaTeX +* ADDED: Custom LaTeX output for CriticMarkup comments +* ADDED: Support mmd export format +* ADDED: Work on cpack installer -- change project name for compatibility +* CHANGED: Adjust latex metadata configuration for consistency +* CHANGED: Configure cmake to use C99 +* FIXED: Add custom implementation for cross-platform support +* FIXED: Fix German HTML tests +* FIXED: Fix cpack destination directory issue +* FIXED: Fix memory leaks etc +* FIXED: Fix warning in custom vasprintf +* FIXED: Modify CMakeLists.txt to test for use of clang compiler +* FIXED: Work on memory leaks +* NOTE: Adjust license width to improve display on smaller terminal windows + + * 2017-02-14 -- v 0.3.0a: * ADDED: Add basic image support to LaTeX diff --git a/templates/README.md.in b/templates/README.md.in index 9dfd151..85932bf 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -11,6 +11,26 @@ ## Updates ## +* 2017-02-17 -- v 0.3.1.a: + +* ADDED: 'finalize' beamer support +* ADDED: Add escaped newline as linebreak; start on beamer/memoir support +* ADDED: CriticMarkup test for LaTeX +* ADDED: Custom LaTeX output for CriticMarkup comments +* ADDED: Support mmd export format +* ADDED: Work on cpack installer -- change project name for compatibility +* CHANGED: Adjust latex metadata configuration for consistency +* CHANGED: Configure cmake to use C99 +* FIXED: Add custom implementation for cross-platform support +* FIXED: Fix German HTML tests +* FIXED: Fix cpack destination directory issue +* FIXED: Fix memory leaks etc +* FIXED: Fix warning in custom vasprintf +* FIXED: Modify CMakeLists.txt to test for use of clang compiler +* FIXED: Work on memory leaks +* NOTE: Adjust license width to improve display on smaller terminal windows + + * 2017-02-14 -- v 0.3.0a: * ADDED: Add basic image support to LaTeX