Merge branch 'release/0.4.0-b' into develop

This commit is contained in:
Fletcher T. Penney 2017-03-04 14:57:38 -05:00
commit a825046a89
3 changed files with 63 additions and 3 deletions

View File

@ -10,8 +10,8 @@ set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX
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}")

View File

@ -6,11 +6,41 @@
| 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

View File

@ -11,6 +11,36 @@
## 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