From: Fletcher T. Penney Date: Tue, 28 Mar 2017 12:46:09 +0000 (-0400) Subject: version bump X-Git-Tag: 6.0.1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d93fe933b5624dd9f098cd3930c014be9298d21;p=multimarkdown version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e30975..bf24a4b 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-22") +set (My_Project_Revised_Date "2017-03-28") set (My_Project_Version_Major 6) set (My_Project_Version_Minor 0) -set (My_Project_Version_Patch 0) +set (My_Project_Version_Patch 1) set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}") diff --git a/DevelopmentNotes/DevelopmentNotes.epub b/DevelopmentNotes/DevelopmentNotes.epub index 6e23e8d..6aef81c 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ diff --git a/DevelopmentNotes/DevelopmentNotes.fodt b/DevelopmentNotes/DevelopmentNotes.fodt index 1c76beb..e642a36 100644 --- a/DevelopmentNotes/DevelopmentNotes.fodt +++ b/DevelopmentNotes/DevelopmentNotes.fodt @@ -274,7 +274,7 @@ MultiMarkdown v6 Development Notes Fletcher T. Penney - 2017-03-22 + 2017-03-28 dd2d8e76-dc2d-416d-9acd-5395d20871c2 @@ -755,6 +755,28 @@ more cross-platform approach than that used by MMD v5. Changelog + +2017–03–28 – v 6.0.1: + + + +CHANGED: Adjust LaTeX support files + + + +CHANGED: Fix potential bug in tokenize function + + + +FIXED: Fix bug between ASCII 160 (non–breaking space) and ‘à’ character + + + +FIXED: Improve transclude base overriding of search paths, and explain change in QuickStart guide + + +UPDATED: Update QuickStart to include more info about LaTeX + 2017–03–22 – v 6.0.0: diff --git a/DevelopmentNotes/DevelopmentNotes.html b/DevelopmentNotes/DevelopmentNotes.html index 8d12908..6694be2 100644 --- a/DevelopmentNotes/DevelopmentNotes.html +++ b/DevelopmentNotes/DevelopmentNotes.html @@ -4,7 +4,7 @@ MultiMarkdown v6 Development Notes - + @@ -429,6 +429,12 @@ more cross-platform approach than that used by MMDChangelog
    +
  • 2017–03–28 – v 6.0.1:

  • +
  • CHANGED: Adjust LaTeX support files

  • +
  • CHANGED: Fix potential bug in tokenize function

  • +
  • FIXED: Fix bug between ASCII 160 (non–breaking space) and ‘à’ character

  • +
  • FIXED: Improve transclude base overriding of search paths, and explain change in QuickStart guide

  • +
  • UPDATED: Update QuickStart to include more info about LaTeX

  • 2017–03–22 – v 6.0.0:

      diff --git a/DevelopmentNotes/DevelopmentNotes.pdf b/DevelopmentNotes/DevelopmentNotes.pdf index 92bfca3..62eb990 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index c30260f..c9102eb 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -1,6 +1,6 @@ Title: MultiMarkdown v6 Development Notes Author: Fletcher T. Penney -Date: 2017-03-22 +Date: 2017-03-28 LaTeX Config: tufte-handout Base Header Level: 3 uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2 @@ -466,6 +466,15 @@ more cross-platform approach than that used by MMD v5. # Changelog # +* 2017-03-28 -- v 6.0.1: + +* CHANGED: Adjust LaTeX support files +* CHANGED: Fix potential bug in tokenize function +* FIXED: Fix bug between ASCII 160 (non-breaking space) and 'à' character +* FIXED: Improve transclude base overriding of search paths, and explain change in QuickStart guide +* UPDATED: Update QuickStart to include more info about LaTeX + + * 2017-03-22 -- v 6.0.0: * Version bump diff --git a/QuickStart/QuickStart.epub b/QuickStart/QuickStart.epub index a2a3e33..99d8d0c 100644 Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ diff --git a/QuickStart/QuickStart.fodt b/QuickStart/QuickStart.fodt index f4fe5c8..ea68b50 100644 --- a/QuickStart/QuickStart.fodt +++ b/QuickStart/QuickStart.fodt @@ -274,7 +274,7 @@ MultiMarkdown v6 Quick Start Guide Fletcher T. Penney - 6.0.0 + 6.0.1 0d6313fa-9135-477e-9c14-7d62c1977833 @@ -310,7 +310,7 @@ Introduction -Version: 6.0.0 +Version: 6.0.1 This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample document to demonstrate the various features. Specifically, differences from diff --git a/QuickStart/QuickStart.html b/QuickStart/QuickStart.html index 44f8d58..4b7ecb3 100644 --- a/QuickStart/QuickStart.html +++ b/QuickStart/QuickStart.html @@ -4,7 +4,7 @@ MultiMarkdown v6 Quick Start Guide - + @@ -37,7 +37,7 @@

      Introduction

      -

      Version: 6.0.0

      +

      Version: 6.0.1

      This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample document to demonstrate the various features. Specifically, differences from diff --git a/QuickStart/QuickStart.pdf b/QuickStart/QuickStart.pdf index 6bef6a7..92ddb34 100644 Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ diff --git a/QuickStart/QuickStart.txt b/QuickStart/QuickStart.txt index 75e343f..57ec3b1 100644 --- a/QuickStart/QuickStart.txt +++ b/QuickStart/QuickStart.txt @@ -1,6 +1,6 @@ Title: MultiMarkdown v6 Quick Start Guide Author: Fletcher T. Penney -Version: 6.0.0 +Version: 6.0.1 LaTeX Config: tufte-handout Base Header Level: 3 uuid: 0d6313fa-9135-477e-9c14-7d62c1977833 diff --git a/README.md b/README.md index 54c2ea4..03d8c35 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-03-22 | +| Date: | 2017-03-28 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 6.0.0 | +| Version: | 6.0.1 | ## An Announcement! ##