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-03-09")
+set (My_Project_Revised_Date "2017-03-13")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 0)
-set (My_Project_Version_Patch -b1)
+set (My_Project_Version_Patch 0-b2)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
-| Date: | 2017-03-09 |
+| Date: | 2017-03-13 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
-| Version: | 6.0.-b1 |
+| Version: | 6.0.0-b2 |
## Updates ##
+* 2017-03-13 -- v 6.0.0-b2:
+
+ * ADDED: Add CriticMarkup preprocessor that works across empty lines when accepting/rejecting markup
+ * ADDED: Add back the mmd6 latex title file
+ * ADDED: Basic EPUB 3 support -- uses 'miniz' library to zip creation
+ * ADDED: Update QuickStart and EPUB code
+ * CHANGED: Update QuickStart guide
+ * CHANGED: Update test suite
+ * FIXED: Don't duplicate LaTeX glossary definitions
+ * FIXED: Fix abbreviations in ODF; Improve test suite
+ * FIXED: Improve glossaries and abbreviations; Update QuickStart
+ * FIXED: Tidy up some compiler warnings in code
+ * FIXED: Use custom UUID code to minimize external dependencies
+
+
* 2017-03-09 -- v 6.0.0-b1:
* ADDED: Add French translations; fix typo in German
## Updates ##
+* 2017-03-13 -- v 6.0.0-b2:
+
+ * ADDED: Add CriticMarkup preprocessor that works across empty lines when accepting/rejecting markup
+ * ADDED: Add back the mmd6 latex title file
+ * ADDED: Basic EPUB 3 support -- uses 'miniz' library to zip creation
+ * ADDED: Update QuickStart and EPUB code
+ * CHANGED: Update QuickStart guide
+ * CHANGED: Update test suite
+ * FIXED: Don't duplicate LaTeX glossary definitions
+ * FIXED: Fix abbreviations in ODF; Improve test suite
+ * FIXED: Improve glossaries and abbreviations; Update QuickStart
+ * FIXED: Tidy up some compiler warnings in code
+ * FIXED: Use custom UUID code to minimize external dependencies
+
+
* 2017-03-09 -- v 6.0.0-b1:
* ADDED: Add French translations; fix typo in German