From f6028816b5776d901c8ed213764deeb72949402c Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Sat, 4 Mar 2017 14:57:24 -0500 Subject: [PATCH] Version bump --- CMakeLists.txt | 4 ++-- README.md | 32 +++++++++++++++++++++++++++++++- templates/README.md.in | 30 ++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b11a4d6..3c3e58b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/README.md b/README.md index 6bd9abb..a7b5b4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/templates/README.md.in b/templates/README.md.in index c43e140..2cfccb4 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -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