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

index 4c2d444eba89c25efd01787c2c0fe52c08860e8a..3e309824f37a8da3702d17a1a734bcc58e009246 100644 (file)
@@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6)
 set (My_Project_Title "MultiMarkdown 6")
 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-08")
+set (My_Project_Revised_Date "2017-02-14")
 set (My_Project_Version_Major 0)
-set (My_Project_Version_Minor 1)
-set (My_Project_Version_Patch 4a)
+set (My_Project_Version_Minor 3)
+set (My_Project_Version_Patch 0a)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
index cdf6d31cbc86f884addbabadbabf1271673a6d72..33ee9384038411ec6b7434d3652553cbe4d14173 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 | ---------- | ------------------------- |  
 | Title:     | MultiMarkdown 6        |  
 | Author:    | Fletcher T. Penney       |  
-| Date:      | 2017-02-08 |  
+| Date:      | 2017-02-14 |  
 | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney.    |  
-| Version:   | 0.1.4a      |  
+| Version:   | 0.3.0a      |  
 
 
 ## Updates ##
index 4f00572fa2680827b17d64f2a6485772ca3f6d66..9dfd151d0d00a4030394634a376c42801a82ae44 100644 (file)
 
 ## Updates ##
 
+* 2017-02-14 -- v 0.3.0a:
+
+       *    ADDED: Add basic image support to LaTeX
+       *    ADDED: Add file transclusion
+       *    ADDED: Add support for citation 'locators'
+       *    ADDED: Add support for manual labels on ATX Headers
+       *    ADDED: Add support for manual labels on Setext Headers
+       *    ADDED: Add support for tables in LaTeX
+       *    ADDED: HTML Comments appear as raw LaTeX
+       *    ADDED: Improved citation support in LaTeX
+       *    ADDED: Support \autoref{} in LaTeX
+       *    ADDED: Support combined options in LaTeX citations that use the '\]\[' syntax
+       *    ADDED: Support language specifier in fenced code blocks
+       *    ADDED: Support metadata in LaTeX
+       *    ADDED: Update Citations test suite
+       *    FIXED: Escaped LaTeX characters
+       *    FIXED: Fix bug in URL parsing
+       *    FIXED: Fix bug in citation links
+       *    FIXED: Fix bug when no closing divider or newline at end of last table cell
+       *    FIXED: Fix issue printing '-'
+       *    FIXED: Fix scan_url test suite
+       *    FIXED: Get Math working in LaTeX
+       *    FIXED: Improve reliability or link scanner
+       *    FIXED: Properly add id attribute to new instances of citation only
+       *    FIXED: Properly handle manual labels with TOC
+       *    FIXED: Properly print hash characters in LaTeX
+       *    FIXED: Separate LaTeX verbatim and texttt character handling
+       *    FIXED: Update Escapes test LaTeX result
+       *    FIXED: Work on escaping LaTeX characters
+
+
 * 2017-02-08 -- v 0.1.4a:
 
        *    ADDED: Add smart quote support for other languages (resolves #15)