]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 18 Feb 2017 03:00:55 +0000 (22:00 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sat, 18 Feb 2017 03:00:55 +0000 (22:00 -0500)
CMakeLists.txt
README.md
templates/README.md.in

index 1d00d41cefc79499465df5de4af4d1437a47b286..211f59183b02affd8b773c10b4b63c73462aa636 100644 (file)
@@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6)
 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-02-14")
+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 0a)
+set (My_Project_Version_Patch 1a)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
index 3f4cbd09c9ab30e03f8ba541f5bd996202d8d8ac..81eee860219c2fb08d792537f61e2ddb36c71c4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,13 +4,33 @@
 | ---------- | ------------------------- |  
 | Title:     | MultiMarkdown        |  
 | Author:    | Fletcher T. Penney       |  
-| Date:      | 2017-02-14 |  
+| Date:      | 2017-02-17 |  
 | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney.    |  
-| Version:   | 0.3.0a      |  
+| Version:   | 0.3.1a      |  
 
 
 ## Updates ##
 
+* 2017-02-17 -- v 0.3.1.a:
+
+*    ADDED: 'finalize' beamer support
+*    ADDED: Add escaped newline as linebreak; start on beamer/memoir support
+*    ADDED: CriticMarkup test for LaTeX
+*    ADDED: Custom LaTeX output for CriticMarkup comments
+*    ADDED: Support mmd export format
+*    ADDED: Work on cpack installer -- change project name for compatibility
+*    CHANGED: Adjust latex metadata configuration for consistency
+*    CHANGED: Configure cmake to use C99
+*    FIXED: Add custom  implementation for cross-platform support
+*    FIXED: Fix German HTML tests
+*    FIXED: Fix cpack destination directory issue
+*    FIXED: Fix memory leaks etc
+*    FIXED: Fix warning in custom vasprintf
+*    FIXED: Modify CMakeLists.txt to test for use of clang compiler
+*    FIXED: Work on memory leaks
+*    NOTE: Adjust license width to improve display on smaller terminal windows
+
+
 * 2017-02-14 -- v 0.3.0a:
 
        *    ADDED: Add basic image support to LaTeX
index 9dfd151d0d00a4030394634a376c42801a82ae44..85932bfb1ae993837d7a36af0f2408ae8fd6fdfa 100644 (file)
 
 ## Updates ##
 
+* 2017-02-17 -- v 0.3.1.a:
+
+*    ADDED: 'finalize' beamer support
+*    ADDED: Add escaped newline as linebreak; start on beamer/memoir support
+*    ADDED: CriticMarkup test for LaTeX
+*    ADDED: Custom LaTeX output for CriticMarkup comments
+*    ADDED: Support mmd export format
+*    ADDED: Work on cpack installer -- change project name for compatibility
+*    CHANGED: Adjust latex metadata configuration for consistency
+*    CHANGED: Configure cmake to use C99
+*    FIXED: Add custom  implementation for cross-platform support
+*    FIXED: Fix German HTML tests
+*    FIXED: Fix cpack destination directory issue
+*    FIXED: Fix memory leaks etc
+*    FIXED: Fix warning in custom vasprintf
+*    FIXED: Modify CMakeLists.txt to test for use of clang compiler
+*    FIXED: Work on memory leaks
+*    NOTE: Adjust license width to improve display on smaller terminal windows
+
+
 * 2017-02-14 -- v 0.3.0a:
 
        *    ADDED: Add basic image support to LaTeX