From: Fletcher T. Penney Date: Sun, 9 Apr 2017 23:33:57 +0000 (-0400) Subject: Version bump X-Git-Tag: 6.0.4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=048a0a6d13a51f528dc89127a24643e1d90f3210;p=multimarkdown Version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 432108a..07a70be 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-29") +set (My_Project_Revised_Date "2017-04-09") set (My_Project_Version_Major 6) set (My_Project_Version_Minor 0) -set (My_Project_Version_Patch 3) +set (My_Project_Version_Patch 4) 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 6aef81c..81c1573 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ diff --git a/DevelopmentNotes/DevelopmentNotes.fodt b/DevelopmentNotes/DevelopmentNotes.fodt index e642a36..543474f 100644 --- a/DevelopmentNotes/DevelopmentNotes.fodt +++ b/DevelopmentNotes/DevelopmentNotes.fodt @@ -755,6 +755,61 @@ more cross-platform approach than that used by MMD v5. Changelog + +2017–04–09 - v 6.0.4: + + + + +ADDED: The ‘–l’ command line argument also sets language, if not overridden by metadata + + + +FIXED: Fix regular expression to match table separator lines. (Fixes #50) + + +FIXED: Improve organization of fallback lines for fenced code blocks and HTML blocks + + + + +2017–03–29 - v 6.0.3: + + + + +ADDED: Script for updating re2c and lemon files + + + +CHANGED: Recompile lexer using –8 flag + + + +CHANGED: Recompile scanners using –8 flag + + +FIXED: Don’t separate out 'à' + + + + +2017–03–29 - v 6.0.2: + + + + +CHANGED: Refactor code slightly + + + +CHANGED: Remove ASCII non–breaking space support from lexer + + +FIXED: Fix quote pairing in compatibility mode + + + 2017–03–28 – v 6.0.1: diff --git a/DevelopmentNotes/DevelopmentNotes.html b/DevelopmentNotes/DevelopmentNotes.html index 6694be2..35737d7 100644 --- a/DevelopmentNotes/DevelopmentNotes.html +++ b/DevelopmentNotes/DevelopmentNotes.html @@ -429,6 +429,28 @@ more cross-platform approach than that used by MMDChangelog
    +
  • 2017–04–09 - v 6.0.4:

    + +
      +
    • ADDED: The ‘–l’ command line argument also sets language, if not overridden by metadata
    • +
    • FIXED: Fix regular expression to match table separator lines. (Fixes #50)
    • +
    • FIXED: Improve organization of fallback lines for fenced code blocks and HTML blocks
    • +
  • +
  • 2017–03–29 - v 6.0.3:

    + +
      +
    • ADDED: Script for updating re2c and lemon files
    • +
    • CHANGED: Recompile lexer using –8 flag
    • +
    • CHANGED: Recompile scanners using –8 flag
    • +
    • FIXED: Don’t separate out 'à'
    • +
  • +
  • 2017–03–29 - v 6.0.2:

    + +
      +
    • CHANGED: Refactor code slightly
    • +
    • CHANGED: Remove ASCII non–breaking space support from lexer
    • +
    • FIXED: Fix quote pairing in compatibility mode
    • +
  • 2017–03–28 – v 6.0.1:

  • CHANGED: Adjust LaTeX support files

  • CHANGED: Fix potential bug in tokenize function

  • diff --git a/DevelopmentNotes/DevelopmentNotes.pdf b/DevelopmentNotes/DevelopmentNotes.pdf index 62eb990..8c1a119 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index 2dfa5fa..e9cc17c 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -466,6 +466,13 @@ more cross-platform approach than that used by MMD v5. # Changelog # +* 2017-04-09 - v 6.0.4: + + * ADDED: The '-l' command line argument also sets language, if not overridden by metadata + * FIXED: Fix regular expression to match table separator lines. (Fixes #50) + * FIXED: Improve organization of fallback lines for fenced code blocks and HTML blocks + + * 2017-03-29 - v 6.0.3: * ADDED: Script for updating re2c and lemon files diff --git a/README.md b/README.md index 46f0481..48c312d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-03-29 | +| Date: | 2017-04-09 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 6.0.3 | +| Version: | 6.0.4 | ## An Announcement! ##