From: Fletcher T. Penney Date: Sun, 19 Mar 2017 17:03:45 +0000 (-0400) Subject: Version bump X-Git-Tag: 6.0.0-rc2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad2f13339d02d47d56b02936ae4961efaed7a3d4;p=multimarkdown Version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e50d737..90c75cf 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-15") +set (My_Project_Revised_Date "2017-03-19") set (My_Project_Version_Major 6) set (My_Project_Version_Minor 0) -set (My_Project_Version_Patch 0-rc1) +set (My_Project_Version_Patch 0-rc2) 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 58c0ace..0aa1386 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ diff --git a/DevelopmentNotes/DevelopmentNotes.fodt b/DevelopmentNotes/DevelopmentNotes.fodt index 130065e..fe762ca 100644 --- a/DevelopmentNotes/DevelopmentNotes.fodt +++ b/DevelopmentNotes/DevelopmentNotes.fodt @@ -754,6 +754,119 @@ more cross-platform approach than that used by MMD v5. Changelog + +2017–03–19 – v 6.0.0-rc2: + + + + +ADDED: Add debugging info + + + +ADDED: Add image assets when creating EPUB + + + +ADDED: Add mmd2epub convenience script + + + +ADDED: Add support for random footnote numbers + + + +ADDED: Include tables as targets for cross–reference links + + + +ADDED: Store css metadata as asset + + + +CHANGED: Table captions now bottom aligned in HTML + + + +CHANGED: Update license and development notes + + + +FIXED: Fix Fuzz LaTeX test + + + +FIXED: Fix bug in HR parsing + + + +FIXED: Fix bug in determining label for headers + + + +FIXED: Fix bug in printing NULL strings + + + +FIXED: Fix bug in transclusion code + + + +FIXED: Fix cmake to find on *nix systems libcurl + + + +FIXED: Fix crash in parsing URL destinations + + + +FIXED: Fix crash in reference definitions + + + +FIXED: Fix potential crash + + + +FIXED: Fix potential crash in definitions + + + +FIXED: Fix regression in transclusion + + + +FIXED: Free memory from asset hash + + + +FIXED: Improve Spanish translations + + + +FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text + + + +FIXED: Improve width/height attributes for HTML images + + + +FIXED: Update Spanish, update Spanish test suite, add languages to help screen + + + +FIXED: Update table caption alignment for CSS instead of deprecated alignment + + + +UPDATE: Update documentation + + +UPDATED: Add notes to main.swift + + + 2017–03–15 – v 6.0.0-rc1: diff --git a/DevelopmentNotes/DevelopmentNotes.html b/DevelopmentNotes/DevelopmentNotes.html index 2fcee04..1de81b7 100644 --- a/DevelopmentNotes/DevelopmentNotes.html +++ b/DevelopmentNotes/DevelopmentNotes.html @@ -428,6 +428,37 @@ more cross-platform approach than that used by MMDChangelog
    +
  • 2017–03–19 – v 6.0.0-rc2:

    + +
      +
    • ADDED: Add debugging info
    • +
    • ADDED: Add image assets when creating EPUB
    • +
    • ADDED: Add mmd2epub convenience script
    • +
    • ADDED: Add support for random footnote numbers
    • +
    • ADDED: Include tables as targets for cross–reference links
    • +
    • ADDED: Store css metadata as asset
    • +
    • CHANGED: Table captions now bottom aligned in HTML
    • +
    • CHANGED: Update license and development notes
    • +
    • FIXED: Fix Fuzz LaTeX test
    • +
    • FIXED: Fix bug in HR parsing
    • +
    • FIXED: Fix bug in determining label for headers
    • +
    • FIXED: Fix bug in printing NULL strings
    • +
    • FIXED: Fix bug in transclusion code
    • +
    • FIXED: Fix cmake to find on *nix systems libcurl
    • +
    • FIXED: Fix crash in parsing URL destinations
    • +
    • FIXED: Fix crash in reference definitions
    • +
    • FIXED: Fix potential crash
    • +
    • FIXED: Fix potential crash in definitions
    • +
    • FIXED: Fix regression in transclusion
    • +
    • FIXED: Free memory from asset hash
    • +
    • FIXED: Improve Spanish translations
    • +
    • FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text
    • +
    • FIXED: Improve width/height attributes for HTML images
    • +
    • FIXED: Update Spanish, update Spanish test suite, add languages to help screen
    • +
    • FIXED: Update table caption alignment for CSS instead of deprecated alignment
    • +
    • UPDATE: Update documentation
    • +
    • UPDATED: Add notes to main.swift
    • +
  • 2017–03–15 – v 6.0.0-rc1:

      diff --git a/DevelopmentNotes/DevelopmentNotes.pdf b/DevelopmentNotes/DevelopmentNotes.pdf index c9de88f..d39875a 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index 9d9ee45..9934d1b 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -465,6 +465,37 @@ more cross-platform approach than that used by MMD v5. # Changelog # +* 2017-03-19 -- v 6.0.0-rc2: + + * ADDED: Add debugging info + * ADDED: Add image assets when creating EPUB + * ADDED: Add mmd2epub convenience script + * ADDED: Add support for random footnote numbers + * ADDED: Include tables as targets for cross-reference links + * ADDED: Store css metadata as asset + * CHANGED: Table captions now bottom aligned in HTML + * CHANGED: Update license and development notes + * FIXED: Fix Fuzz LaTeX test + * FIXED: Fix bug in HR parsing + * FIXED: Fix bug in determining label for headers + * FIXED: Fix bug in printing NULL strings + * FIXED: Fix bug in transclusion code + * FIXED: Fix cmake to find on *nix systems libcurl + * FIXED: Fix crash in parsing URL destinations + * FIXED: Fix crash in reference definitions + * FIXED: Fix potential crash + * FIXED: Fix potential crash in definitions + * FIXED: Fix regression in transclusion + * FIXED: Free memory from asset hash + * FIXED: Improve Spanish translations + * FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text + * FIXED: Improve width/height attributes for HTML images + * FIXED: Update Spanish, update Spanish test suite, add languages to help screen + * FIXED: Update table caption alignment for CSS instead of deprecated alignment + * UPDATE: Update documentation + * UPDATED: Add notes to main.swift + + * 2017-03-15 -- v 6.0.0-rc1: * FIXED: Add missing CriticMarkup tokens to LaTeX diff --git a/README.md b/README.md index d837415..706ea97 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-03-15 | +| Date: | 2017-03-19 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 6.0.0-rc1 | +| Version: | 6.0.0-rc2 | ## An Announcement! ##