From: Fletcher T. Penney Date: Sun, 5 Mar 2017 23:32:43 +0000 (-0500) Subject: Version bump X-Git-Tag: 0.4.2-b^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de3c9bc62d7e672c85780d6444df504156e908f6;p=multimarkdown Version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f5050a..6d09be0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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-17") +set (My_Project_Revised_Date "2017-03-05") set (My_Project_Version_Major 0) set (My_Project_Version_Minor 4) -set (My_Project_Version_Patch 1b) +set (My_Project_Version_Patch 2b) 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 8f876ba..9f05a0e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,29 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-02-17 | +| Date: | 2017-03-05 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.4.1b | +| Version: | 0.4.2b | ## Updates ## +* 2017-03-05 -- v 0.4.2-b: + + * ADDED: Add and utility functions; fix memory leak + * ADDED: Initial abbreviation support + * ADDED: Keep working on Abbreviations/Glossaries + * ADDED: Refactor abbreviation code; Add inline abbreviations; Fix abbreviations in ODF + * ADDED: Update Inline Footnote test + * CHANGED: Add comments to i18n.h + * CHANGED: Finish refactoring note-related code + * CHANGED: Refactor footnotes + * CHANGED: Refactor glossary code + * CHANGED: Remove offset from html export functions + * FIXED: latex list items need to block optional argument to allow '[' as first character + * Merge branch 'release/0.4.1-b' into develop + + * 2017-03-04 -- v 0.4.1-b: * FIXED: Add glossary localization diff --git a/templates/README.md.in b/templates/README.md.in index 99192b4..4b648e2 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -11,6 +11,22 @@ ## Updates ## +* 2017-03-05 -- v 0.4.2-b: + + * ADDED: Add and utility functions; fix memory leak + * ADDED: Initial abbreviation support + * ADDED: Keep working on Abbreviations/Glossaries + * ADDED: Refactor abbreviation code; Add inline abbreviations; Fix abbreviations in ODF + * ADDED: Update Inline Footnote test + * CHANGED: Add comments to i18n.h + * CHANGED: Finish refactoring note-related code + * CHANGED: Refactor footnotes + * CHANGED: Refactor glossary code + * CHANGED: Remove offset from html export functions + * FIXED: latex list items need to block optional argument to allow '[' as first character + * Merge branch 'release/0.4.1-b' into develop + + * 2017-03-04 -- v 0.4.1-b: * FIXED: Add glossary localization