Skip to content

Commit 65d60ff

Browse files
committed
version bump
1 parent bad9654 commit 65d60ff

File tree

12 files changed

+406
-69
lines changed

12 files changed

+406
-69
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ cmake_minimum_required(VERSION 2.9)
1818
set (My_Project_Title "libMultiMarkdown")
1919
set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
2020
set (My_Project_Author "Fletcher T. Penney")
21-
set (My_Project_Revised_Date "2020-10-28")
21+
set (My_Project_Revised_Date "2023-06-10")
2222
set (My_Project_Version_Major 6)
23-
set (My_Project_Version_Minor 6)
23+
set (My_Project_Version_Minor 7)
2424
set (My_Project_Version_Patch 0)
2525

26-
set (My_Project_Copyright_Date "2016 - 2020")
26+
set (My_Project_Copyright_Date "2016 - 2023")
2727

2828
set (My_Project_Identifier "net.fletcherpenney.multimarkdown")
2929

798 Bytes
Binary file not shown.

DevelopmentNotes/DevelopmentNotes.fodt

Lines changed: 222 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
276276
<office:meta>
277277
<dc:title>MultiMarkdown v6 Development Notes</dc:title>
278278
<dc:creator>Fletcher T. Penney</dc:creator>
279-
<meta:user-defined meta:name="date">2020-10-28</meta:user-defined>
279+
<meta:user-defined meta:name="date">2023-06-10</meta:user-defined>
280280
<meta:user-defined meta:name="uuid">dd2d8e76-dc2d-416d-9acd-5395d20871c2</meta:user-defined>
281281
</office:meta>
282282
<office:body>
@@ -763,6 +763,227 @@ TextBundle/TextPack, OpenDocument, etc.</text:p></text:list-item>
763763
<text:h text:outline-level="3"><text:bookmark text:name="changelog"/>Changelog</text:h>
764764

765765
<text:list text:style-name="L1">
766+
<text:list-item>
767+
<text:p text:style-name="Standard">2023&#8211;06&#8211;10 - v 6.7.0:</text:p>
768+
769+
<text:list text:style-name="L1">
770+
<text:list-item>
771+
<text:p text:style-name="P1">
772+
ADDED: Add OBJECT_REPLACEMENT_CHARACTER token (fixes #216)</text:p></text:list-item>
773+
774+
<text:list-item>
775+
<text:p text:style-name="P1">
776+
ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools</text:p></text:list-item>
777+
778+
<text:list-item>
779+
<text:p text:style-name="P1">
780+
ADDED: Add more token types</text:p></text:list-item>
781+
782+
<text:list-item>
783+
<text:p text:style-name="P1">
784+
Add Swift support</text:p></text:list-item>
785+
786+
<text:list-item>
787+
<text:p text:style-name="P1">
788+
Avoid space to be eaten aways after a slash in latex export</text:p></text:list-item>
789+
790+
<text:list-item>
791+
<text:p text:style-name="P1">
792+
CHANGED: Add additional TOC tests</text:p></text:list-item>
793+
794+
<text:list-item>
795+
<text:p text:style-name="P1">
796+
CHANGED: Astyle</text:p></text:list-item>
797+
798+
<text:list-item>
799+
<text:p text:style-name="P1">
800+
CHANGED: Reformat comment</text:p></text:list-item>
801+
802+
<text:list-item>
803+
<text:p text:style-name="P1">
804+
FIXED: Centralize html fix</text:p></text:list-item>
805+
806+
<text:list-item>
807+
<text:p text:style-name="P1">
808+
FIXED: Don&#8217;t output empty figure captions</text:p></text:list-item>
809+
810+
<text:list-item>
811+
<text:p text:style-name="P1">
812+
FIXED: Fix Glossaries test</text:p></text:list-item>
813+
814+
<text:list-item>
815+
<text:p text:style-name="P1">
816+
FIXED: Fix ambidextrous tokens inside of footnotes and other definitions</text:p></text:list-item>
817+
818+
<text:list-item>
819+
<text:p text:style-name="P1">
820+
FIXED: Fix architecture issue when running multimarkdown from Xcode</text:p></text:list-item>
821+
822+
<text:list-item>
823+
<text:p text:style-name="P1">
824+
FIXED: Fix edge case where table separator without leading pipe is treated as a list item</text:p></text:list-item>
825+
826+
<text:list-item>
827+
<text:p text:style-name="P1">
828+
FIXED: Fix error detecting tables when indented in list items &#8211; Thanks, @wnm3!</text:p></text:list-item>
829+
830+
<text:list-item>
831+
<text:p text:style-name="P1">
832+
FIXED: Fix flow control error</text:p></text:list-item>
833+
834+
<text:list-item>
835+
<text:p text:style-name="P1">
836+
FIXED: Fix issue with certain nested lists</text:p></text:list-item>
837+
838+
<text:list-item>
839+
<text:p text:style-name="P1">
840+
FIXED: Fix issue with escaping in URLs</text:p></text:list-item>
841+
842+
<text:list-item>
843+
<text:p text:style-name="P1">
844+
FIXED: Fix issue with reference links with leading space instead of tab</text:p></text:list-item>
845+
846+
<text:list-item>
847+
<text:p text:style-name="P1">
848+
FIXED: Fix regression from pull request that breaks build</text:p></text:list-item>
849+
850+
<text:list-item>
851+
<text:p text:style-name="P1">
852+
FIXED: Fix style issue with ODT output format</text:p></text:list-item>
853+
854+
<text:list-item>
855+
<text:p text:style-name="P1">
856+
FIXED: Fix trailing whitespace issues in headers/TOC</text:p></text:list-item>
857+
858+
<text:list-item>
859+
<text:p text:style-name="P1">
860+
FIXED: Fix typo in xml.c</text:p></text:list-item>
861+
862+
<text:list-item>
863+
<text:p text:style-name="P1">
864+
FIXED: Fix typos in error messages</text:p></text:list-item>
865+
866+
<text:list-item>
867+
<text:p text:style-name="P1">
868+
FIXED: Improve README install path</text:p></text:list-item>
869+
870+
<text:list-item>
871+
<text:p text:style-name="P1">
872+
FIXED: Improve edge cases around fenced code blocks and setext headers</text:p></text:list-item>
873+
874+
<text:list-item>
875+
<text:p text:style-name="P1">
876+
FIXED: Improve markup handling around definition lists and colons</text:p></text:list-item>
877+
878+
<text:list-item>
879+
<text:p text:style-name="P1">
880+
FIXED: Improve token mapping in header blocks</text:p></text:list-item>
881+
882+
<text:list-item>
883+
<text:p text:style-name="P1">
884+
FIXED: Left out file</text:p></text:list-item>
885+
886+
<text:list-item>
887+
<text:p text:style-name="P1">
888+
FIXED: Re-enable token object pools in default configuration</text:p></text:list-item>
889+
890+
<text:list-item>
891+
<text:p text:style-name="P1">
892+
FIXED: Reset stack sizes before freeing temporary engine</text:p></text:list-item>
893+
894+
<text:list-item>
895+
<text:p text:style-name="P1">
896+
FIXED: Restore prior label_counter after {{TOC}}</text:p></text:list-item>
897+
898+
<text:list-item>
899+
<text:p text:style-name="P1">
900+
FIXED: Updated argtable3 now needs to link to math</text:p></text:list-item>
901+
902+
<text:list-item>
903+
<text:p text:style-name="P1">
904+
FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h</text:p></text:list-item>
905+
906+
<text:list-item>
907+
<text:p text:style-name="P1">
908+
FIXED: Use UTC for timestamp</text:p></text:list-item>
909+
910+
<text:list-item>
911+
<text:p text:style-name="P1">
912+
FIXED: bibtex metadata should be raw</text:p></text:list-item>
913+
914+
<text:list-item>
915+
<text:p text:style-name="P1">
916+
Merge branch &#8216;develop&#8217; of github.com:fletcher/MultiMarkdown-6 into develop</text:p></text:list-item>
917+
918+
<text:list-item>
919+
<text:p text:style-name="P1">
920+
Merge branch &#8216;release/6.6.0&#8217; into develop</text:p></text:list-item>
921+
922+
<text:list-item>
923+
<text:p text:style-name="P1">
924+
Merge pull request #210 from DivineDominion/swift-framework</text:p></text:list-item>
925+
926+
<text:list-item>
927+
<text:p text:style-name="P1">
928+
Merge pull request #233 from DivineDominion/patch-4</text:p></text:list-item>
929+
930+
<text:list-item>
931+
<text:p text:style-name="P1">
932+
Merge pull request #243 from alexban011/githubCi</text:p></text:list-item>
933+
934+
<text:list-item>
935+
<text:p text:style-name="P1">
936+
Merge pull request #245 from hvellyr/develop</text:p></text:list-item>
937+
938+
<text:list-item>
939+
<text:p text:style-name="P1">
940+
UPDATED: Apply astyle to all files</text:p></text:list-item>
941+
942+
<text:list-item>
943+
<text:p text:style-name="P1">
944+
UPDATED: Include definition list colons as markup token</text:p></text:list-item>
945+
946+
<text:list-item>
947+
<text:p text:style-name="P1">
948+
UPDATED: Project clean up</text:p></text:list-item>
949+
950+
<text:list-item>
951+
<text:p text:style-name="P1">
952+
UPDATED: Update CMakeLists.txt for Universal Binary</text:p></text:list-item>
953+
954+
<text:list-item>
955+
<text:p text:style-name="P1">
956+
UPDATED: Update astyle config</text:p></text:list-item>
957+
958+
<text:list-item>
959+
<text:p text:style-name="P1">
960+
UPDATED: Update github CI for multiple platforms</text:p></text:list-item>
961+
962+
<text:list-item>
963+
<text:p text:style-name="P1">
964+
UPDATED: Update lexers with newer version of re2c</text:p></text:list-item>
965+
966+
<text:list-item>
967+
<text:p text:style-name="P1">
968+
UPDATED: Update to latest argtable3 code</text:p></text:list-item>
969+
970+
<text:list-item>
971+
<text:p text:style-name="P1">
972+
UPDATED: standardize common source files</text:p></text:list-item>
973+
974+
<text:list-item>
975+
<text:p text:style-name="P1">
976+
ci: added github CI</text:p></text:list-item>
977+
978+
<text:list-item>
979+
<text:p text:style-name="P1">
980+
specify unsigned short for functions in token.h</text:p></text:list-item>
981+
982+
<text:list-item>
983+
<text:p text:style-name="Standard">use unsigned short in implementation, too</text:p></text:list-item>
984+
985+
</text:list></text:list-item>
986+
766987
<text:list-item>
767988
<text:p text:style-name="Standard">2020&#8211;10&#8211;28 - v 6.6.0:</text:p>
768989

DevelopmentNotes/DevelopmentNotes.html

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8"/>
55
<title>MultiMarkdown v6 Development Notes</title>
66
<meta name="author" content="Fletcher T. Penney"/>
7-
<meta name="date" content="2020-10-28"/>
7+
<meta name="date" content="2023-06-10"/>
88
<meta name="uuid" content="dd2d8e76-dc2d-416d-9acd-5395d20871c2"/>
99
</head>
1010
<body>
@@ -433,6 +433,64 @@ <h3 id="dependencieslibraries">Dependencies/Libraries</h3>
433433
<h3 id="changelog">Changelog</h3>
434434

435435
<ul>
436+
<li><p>2023&#8211;06&#8211;10 - v 6.7.0:</p>
437+
438+
<ul>
439+
<li>ADDED: Add OBJECT_REPLACEMENT_CHARACTER token (fixes #216)</li>
440+
<li>ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools</li>
441+
<li>ADDED: Add more token types</li>
442+
<li>Add Swift support</li>
443+
<li>Avoid space to be eaten aways after a slash in latex export</li>
444+
<li>CHANGED: Add additional TOC tests</li>
445+
<li>CHANGED: Astyle</li>
446+
<li>CHANGED: Reformat comment</li>
447+
<li>FIXED: Centralize html fix</li>
448+
<li>FIXED: Don&#8217;t output empty figure captions</li>
449+
<li>FIXED: Fix Glossaries test</li>
450+
<li>FIXED: Fix ambidextrous tokens inside of footnotes and other definitions</li>
451+
<li>FIXED: Fix architecture issue when running multimarkdown from Xcode</li>
452+
<li>FIXED: Fix edge case where table separator without leading pipe is treated as a list item</li>
453+
<li>FIXED: Fix error detecting tables when indented in list items &#8211; Thanks, @wnm3!</li>
454+
<li>FIXED: Fix flow control error</li>
455+
<li>FIXED: Fix issue with certain nested lists</li>
456+
<li>FIXED: Fix issue with escaping in URLs</li>
457+
<li>FIXED: Fix issue with reference links with leading space instead of tab</li>
458+
<li>FIXED: Fix regression from pull request that breaks build</li>
459+
<li>FIXED: Fix style issue with ODT output format</li>
460+
<li>FIXED: Fix trailing whitespace issues in headers/TOC</li>
461+
<li>FIXED: Fix typo in xml.c</li>
462+
<li>FIXED: Fix typos in error messages</li>
463+
<li>FIXED: Improve README install path</li>
464+
<li>FIXED: Improve edge cases around fenced code blocks and setext headers</li>
465+
<li>FIXED: Improve markup handling around definition lists and colons</li>
466+
<li>FIXED: Improve token mapping in header blocks</li>
467+
<li>FIXED: Left out file</li>
468+
<li>FIXED: Re-enable token object pools in default configuration</li>
469+
<li>FIXED: Reset stack sizes before freeing temporary engine</li>
470+
<li>FIXED: Restore prior label_counter after {{TOC}}</li>
471+
<li>FIXED: Updated argtable3 now needs to link to math</li>
472+
<li>FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h</li>
473+
<li>FIXED: Use UTC for timestamp</li>
474+
<li>FIXED: bibtex metadata should be raw</li>
475+
<li>Merge branch &#8216;develop&#8217; of github.com:fletcher/MultiMarkdown-6 into develop</li>
476+
<li>Merge branch &#8216;release/6.6.0&#8217; into develop</li>
477+
<li>Merge pull request #210 from DivineDominion/swift-framework</li>
478+
<li>Merge pull request #233 from DivineDominion/patch-4</li>
479+
<li>Merge pull request #243 from alexban011/githubCi</li>
480+
<li>Merge pull request #245 from hvellyr/develop</li>
481+
<li>UPDATED: Apply astyle to all files</li>
482+
<li>UPDATED: Include definition list colons as markup token</li>
483+
<li>UPDATED: Project clean up</li>
484+
<li>UPDATED: Update CMakeLists.txt for Universal Binary</li>
485+
<li>UPDATED: Update astyle config</li>
486+
<li>UPDATED: Update github CI for multiple platforms</li>
487+
<li>UPDATED: Update lexers with newer version of re2c</li>
488+
<li>UPDATED: Update to latest argtable3 code</li>
489+
<li>UPDATED: standardize common source files</li>
490+
<li>ci: added github CI</li>
491+
<li>specify unsigned short for functions in token.h</li>
492+
<li>use unsigned short in implementation, too</li>
493+
</ul></li>
436494
<li><p>2020&#8211;10&#8211;28 - v 6.6.0:</p>
437495

438496
<ul>
4.9 KB
Binary file not shown.

DevelopmentNotes/DevelopmentNotes.txt

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: MultiMarkdown v6 Development Notes
22
Author: Fletcher T. Penney
3-
Date: 2020-10-28
3+
Date: 2023-06-10
44
LaTeX Config: tufte-handout
55
Base Header Level: 3
66
uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -472,6 +472,64 @@ TextBundle/TextPack, OpenDocument, etc.
472472

473473
# Changelog #
474474

475+
* 2023-06-10 - v 6.7.0:
476+
477+
* ADDED: Add OBJECT_REPLACEMENT_CHARACTER token (fixes #216)
478+
* ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools
479+
* ADDED: Add more token types
480+
* Add Swift support
481+
* Avoid space to be eaten aways after a slash in latex export
482+
* CHANGED: Add additional TOC tests
483+
* CHANGED: Astyle
484+
* CHANGED: Reformat comment
485+
* FIXED: Centralize html fix
486+
* FIXED: Don't output empty figure captions
487+
* FIXED: Fix Glossaries test
488+
* FIXED: Fix ambidextrous tokens inside of footnotes and other definitions
489+
* FIXED: Fix architecture issue when running multimarkdown from Xcode
490+
* FIXED: Fix edge case where table separator without leading pipe is treated as a list item
491+
* FIXED: Fix error detecting tables when indented in list items -- Thanks, @wnm3!
492+
* FIXED: Fix flow control error
493+
* FIXED: Fix issue with certain nested lists
494+
* FIXED: Fix issue with escaping in URLs
495+
* FIXED: Fix issue with reference links with leading space instead of tab
496+
* FIXED: Fix regression from pull request that breaks build
497+
* FIXED: Fix style issue with ODT output format
498+
* FIXED: Fix trailing whitespace issues in headers/TOC
499+
* FIXED: Fix typo in xml.c
500+
* FIXED: Fix typos in error messages
501+
* FIXED: Improve README install path
502+
* FIXED: Improve edge cases around fenced code blocks and setext headers
503+
* FIXED: Improve markup handling around definition lists and colons
504+
* FIXED: Improve token mapping in header blocks
505+
* FIXED: Left out file
506+
* FIXED: Re-enable token object pools in default configuration
507+
* FIXED: Reset stack sizes before freeing temporary engine
508+
* FIXED: Restore prior label_counter after {{TOC}}
509+
* FIXED: Updated argtable3 now needs to link to math
510+
* FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h
511+
* FIXED: Use UTC for timestamp
512+
* FIXED: bibtex metadata should be raw
513+
* Merge branch 'develop' of github.com:fletcher/MultiMarkdown-6 into develop
514+
* Merge branch 'release/6.6.0' into develop
515+
* Merge pull request #210 from DivineDominion/swift-framework
516+
* Merge pull request #233 from DivineDominion/patch-4
517+
* Merge pull request #243 from alexban011/githubCi
518+
* Merge pull request #245 from hvellyr/develop
519+
* UPDATED: Apply astyle to all files
520+
* UPDATED: Include definition list colons as markup token
521+
* UPDATED: Project clean up
522+
* UPDATED: Update CMakeLists.txt for Universal Binary
523+
* UPDATED: Update astyle config
524+
* UPDATED: Update github CI for multiple platforms
525+
* UPDATED: Update lexers with newer version of re2c
526+
* UPDATED: Update to latest argtable3 code
527+
* UPDATED: standardize common source files
528+
* ci: added github CI
529+
* specify unsigned short for functions in token.h
530+
* use unsigned short in implementation, too
531+
532+
475533
* 2020-10-28 - v 6.6.0:
476534

477535
* UPDATED: Restructure source code organization; Restructure Cmake configuration file; restructure Makefile

QuickStart/QuickStart.epub

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)