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}")
| ---------- | ------------------------- |
| 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
## 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