From 3a1ae6bd126e09d8c9675629f47457f69c0085e8 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Thu, 9 Mar 2017 20:14:36 -0500 Subject: [PATCH] version bump --- CMakeLists.txt | 8 ++++---- README.md | 24 ++++++++++++++++++++++-- templates/README.md.in | 20 ++++++++++++++++++++ 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4029546..22a988a 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-03-05") -set (My_Project_Version_Major 0) -set (My_Project_Version_Minor 4) -set (My_Project_Version_Patch 2b) +set (My_Project_Revised_Date "2017-03-09") +set (My_Project_Version_Major 6) +set (My_Project_Version_Minor 0) +set (My_Project_Version_Patch -b1) 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 9f05a0e..55aaa6b 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,33 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-03-05 | +| Date: | 2017-03-09 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.4.2b | +| Version: | 6.0.-b1 | ## Updates ## +* 2017-03-09 -- v 6.0.0-b1: + + * ADDED: Add French translations; fix typo in German + * ADDED: Add Quick Start guide + * ADDED: Add functionality to automatically identify abbreviations and glossary terms in source + * ADDED: Improve LaTeX configuration files + * ADDED: Update German translations + * ADDED: Use native ODF table of contents instead of a manual list + * ADDED: Use native command for table of contents in LaTeX + * CHANGED: Bring HTML and ODF into line with LaTeX as to output of abbreviatinos on first and subsequent uses + * CHANGED: Slight performance tweak + * CHANGED: Update German test suite + * FIXED: Allow {{TOC}} in latex verbatim + * FIXED: Don't free token_pool if never initialized + * FIXED: Fix German typo + * FIXED: Fix missing token type + * FIXED: Improve performance of checking document for metadata, which improves performance when checking for possible transclusion + * FIXED: Update test suite for abbreviation changes + + * 2017-03-05 -- v 0.4.2-b: * ADDED: Add and utility functions; fix memory leak diff --git a/templates/README.md.in b/templates/README.md.in index 4b648e2..75e7020 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -11,6 +11,26 @@ ## Updates ## +* 2017-03-09 -- v 6.0.0-b1: + + * ADDED: Add French translations; fix typo in German + * ADDED: Add Quick Start guide + * ADDED: Add functionality to automatically identify abbreviations and glossary terms in source + * ADDED: Improve LaTeX configuration files + * ADDED: Update German translations + * ADDED: Use native ODF table of contents instead of a manual list + * ADDED: Use native command for table of contents in LaTeX + * CHANGED: Bring HTML and ODF into line with LaTeX as to output of abbreviatinos on first and subsequent uses + * CHANGED: Slight performance tweak + * CHANGED: Update German test suite + * FIXED: Allow {{TOC}} in latex verbatim + * FIXED: Don't free token_pool if never initialized + * FIXED: Fix German typo + * FIXED: Fix missing token type + * FIXED: Improve performance of checking document for metadata, which improves performance when checking for possible transclusion + * FIXED: Update test suite for abbreviation changes + + * 2017-03-05 -- v 0.4.2-b: * ADDED: Add and utility functions; fix memory leak