set (My_Project_Author "Fletcher T. Penney")
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 1a)
+set (My_Project_Version_Minor 4)
+set (My_Project_Version_Patch 0b)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
| Author: | Fletcher T. Penney |
| Date: | 2017-02-17 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
-| Version: | 0.3.1a |
+| Version: | 0.4.0b |
## Updates ##
+* 2017-03-04 -- v 0.4.0-b:
+
+ * ADDED: Add TOC support to ODF
+ * ADDED: Add glossary support to ODF
+ * ADDED: Add prelim code for handling abbreviations
+ * ADDED: Add support for Swift Package Maker; CHANGED: Restructure source directory
+ * ADDED: Added LaTeX support for escaped characters, fenced code blocks, images, links
+ * ADDED: Basic ODF Support
+ * ADDED: Better document strong/emph algorithm
+ * ADDED: Continue ODF progress
+ * ADDED: Continue to work on ODF export
+ * ADDED: Continue work on ODF
+ * ADDED: Finish ODF support for lists
+ * ADDED: Improve performance when exporting
+ * ADDED: Improve token_pool memory handling
+ * ADDED: Prototype support for Glossaries
+ * ADDED: Support 'latexconfig' metadata
+ * CHANGED: Use multiple cases in glossary tests
+ * FIXED: Don't force glossary terms into lowercase
+ * FIXED: Fix Makefile for new source file location
+ * FIXED: Fix algorithm for creating TOC to properly handle 'incorrect' levels
+ * FIXED: Fix linebreaks in LaTeX; ADDED: Add Linebreaks test file
+ * FIXED: Fix new_source script for new directory structure
+ * FIXED: Fix non-breaking space in ODF
+ * FIXED: Fix padding at end of document body in ODF
+ * FIXED: Fix underscores in raw latex
+ * FIXED: Potential bug
+ * NOTE: Add shared library build option
+
+
* 2017-02-17 -- v 0.3.1.a:
* ADDED: 'finalize' beamer support
## Updates ##
+* 2017-03-04 -- v 0.4.0-b:
+
+ * ADDED: Add TOC support to ODF
+ * ADDED: Add glossary support to ODF
+ * ADDED: Add prelim code for handling abbreviations
+ * ADDED: Add support for Swift Package Maker; CHANGED: Restructure source directory
+ * ADDED: Added LaTeX support for escaped characters, fenced code blocks, images, links
+ * ADDED: Basic ODF Support
+ * ADDED: Better document strong/emph algorithm
+ * ADDED: Continue ODF progress
+ * ADDED: Continue to work on ODF export
+ * ADDED: Continue work on ODF
+ * ADDED: Finish ODF support for lists
+ * ADDED: Improve performance when exporting
+ * ADDED: Improve token_pool memory handling
+ * ADDED: Prototype support for Glossaries
+ * ADDED: Support 'latexconfig' metadata
+ * CHANGED: Use multiple cases in glossary tests
+ * FIXED: Don't force glossary terms into lowercase
+ * FIXED: Fix Makefile for new source file location
+ * FIXED: Fix algorithm for creating TOC to properly handle 'incorrect' levels
+ * FIXED: Fix linebreaks in LaTeX; ADDED: Add Linebreaks test file
+ * FIXED: Fix new_source script for new directory structure
+ * FIXED: Fix non-breaking space in ODF
+ * FIXED: Fix padding at end of document body in ODF
+ * FIXED: Fix underscores in raw latex
+ * FIXED: Potential bug
+ * NOTE: Add shared library build option
+
+
* 2017-02-17 -- v 0.3.1.a:
* ADDED: 'finalize' beamer support