]> granicus.if.org Git - multimarkdown/commitdiff
Version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 4 Mar 2017 19:57:24 +0000 (14:57 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 4 Mar 2017 19:57:24 +0000 (14:57 -0500)
CMakeLists.txt
README.md
templates/README.md.in

index b11a4d63bfa5d7807c2f8facf3c73157d716bebf..3c3e58bdf0352c28fb3625f93567e7a7950f167b 100644 (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}")
 
index 6bd9abb0a187634cc4e2718c2e44cd8ff714c744..a7b5b4ac29a7d24da76da8f73758d47331a753fd 100644 (file)
--- 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
index c43e14031f07e4dd86d63754460a22ebef7091f2..2cfccb4373f4db268ebe6aafaa24e90a20b45e4e 100644 (file)
 
 ## 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