|
1 | 1 | Title: MultiMarkdown v6 Development Notes |
2 | 2 | Author: Fletcher T. Penney |
3 | | -Date: 2018-09-01 |
| 3 | +Date: 2019-12-11 |
4 | 4 | LaTeX Config: tufte-handout |
5 | 5 | Base Header Level: 3 |
6 | 6 | uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2 |
@@ -472,6 +472,89 @@ TextBundle/TextPack, OpenDocument, etc. |
472 | 472 |
|
473 | 473 | # Changelog # |
474 | 474 |
|
| 475 | +* 2019-12-11 - v 6.5.0: |
| 476 | + |
| 477 | + * ADDED: Add ASCII case detection |
| 478 | + * ADDED: Add conversion from ITMZ routines |
| 479 | + * ADDED: Add support for random header labels when not manually specified (Addresses #157) |
| 480 | + * ADDED: Add title as short caption for figures and tables to be used in list of figures and list of tables. Addresses #177 -- thanks, MArpogaus |
| 481 | + * ADDED: Add {{TOC:1}} and {{TOC:1-2}} options |
| 482 | + * FIXED: Add byte for null terminator when extracting from zip archive |
| 483 | + * FIXED: Allow building libMMD has a child project for testing |
| 484 | + * FIXED: Clean up Quick Start guide |
| 485 | + * FIXED: Ensure newline at end of header contents when importing from OPML/ITMZ |
| 486 | + * FIXED: Fix CMake config for MacPorts (fixes #146) |
| 487 | + * FIXED: Fix PATH in convenience scripts |
| 488 | + * FIXED: Fix bugs in new zip extraction code |
| 489 | + * FIXED: Fix edge case with single item loose lists (fixes #174) |
| 490 | + * FIXED: Fix filename |
| 491 | + * FIXED: Fix handling of hebrew language option |
| 492 | + * FIXED: Fix length of metadata if no trailing line ending |
| 493 | + * FIXED: Fix letterhead reference to memoir-footer. (Fixes #143) |
| 494 | + * FIXED: Fix memory leak (#172) -- thanks Alfons |
| 495 | + * FIXED: Fix pointer dereference (fixes #152) |
| 496 | + * FIXED: Fix potential bug when reading OPML/ITMZ |
| 497 | + * FIXED: Fix potential errors related to checking for metadata |
| 498 | + * FIXED: Fix potential issue in d_string |
| 499 | + * FIXED: Fix potential memory address error |
| 500 | + * FIXED: Fix prior bad edits to quick start guide |
| 501 | + * FIXED: Fix regression |
| 502 | + * FIXED: Fix test suite for new captions |
| 503 | + * FIXED: Fix trim trailing whitespace |
| 504 | + * FIXED: Fix two small potential errors |
| 505 | + * FIXED: Fix warning |
| 506 | + * FIXED: Fix whitespace issues with headers with manual labels |
| 507 | + * FIXED: Improve BOM stripping |
| 508 | + * FIXED: Improve efficiency when checking for existence of metadata |
| 509 | + * FIXED: Include .html for EPUB and .fodt for ODT when transcluding with wildcard extension |
| 510 | + * FIXED: Prevent line breaks in HTML/ODF attributes |
| 511 | + * FIXED: Update Quick Start PDF |
| 512 | + * FIXED: Update README template |
| 513 | + * FIXED: Update re2c scanners and prevent crash on certain documents with unexpected encoding |
| 514 | + * FIXED: Use C11 (had old C99 as well, but I suspect that wasn't actually used |
| 515 | + * Fixes to README |
| 516 | + * Merge branch 'develop' of github.com:fletcher/MultiMarkdown-6 into develop |
| 517 | + * Merge branch 'release/6.4.0' into develop |
| 518 | + * Merge pull request #144 from cdhutch/patch-3 |
| 519 | + * Merge pull request #162 from DivineDominion/patch-1 |
| 520 | + * Merge pull request #167 from nickasd/develop |
| 521 | + * Revert "remove build folder" |
| 522 | + * UPDATED: Add MARKUP token type |
| 523 | + * UPDATED: Add OPML routines to libMultiMarkdown.h |
| 524 | + * UPDATED: Add UTF-8 validity check function |
| 525 | + * UPDATED: Additional README comments about Xcode |
| 526 | + * UPDATED: Apply astyle |
| 527 | + * UPDATED: Automatically disable libCurl on iOS |
| 528 | + * UPDATED: Change convenience scripts for better POSIX compliance (implements #150) (Thanks, Ryan) |
| 529 | + * UPDATED: Don't require opening <?xml> in OPML |
| 530 | + * UPDATED: Fix doxygen template |
| 531 | + * UPDATED: Fix main() when token pools disabled |
| 532 | + * UPDATED: Make astyle |
| 533 | + * UPDATED: Refactor XML parsing; improve OPML reading; add ITMZ (iThoughts) reading/writing (experimental feature); a few other small tweaks |
| 534 | + * UPDATED: Refactor header file inclusion |
| 535 | + * UPDATED: Remove debug statement |
| 536 | + * UPDATED: Remove i386 build architecture from default configuration |
| 537 | + * UPDATED: Remove some old debugging statements that aren't necessary anymore |
| 538 | + * UPDATED: Silence some Xcode warnings |
| 539 | + * UPDATED: Silence warnings |
| 540 | + * UPDATED: Tidy code |
| 541 | + * UPDATED: Tweak smart quote rules to avoid false positive matches when using double quote as inches mark |
| 542 | + * UPDATED: Update advanced headers test suite |
| 543 | + * UPDATED: Update astyle |
| 544 | + * UPDATED: Update astyle settings |
| 545 | + * UPDATED: Update char.c |
| 546 | + * UPDATED: Update cmake for xcode 11 |
| 547 | + * UPDATED: Update d_string |
| 548 | + * UPDATED: Update macOS deployment version to 10.6 for Mojave |
| 549 | + * UPDATED: reduce false-positive rate of metadata where first line contains colon but metadata is not intended |
| 550 | + * UPDATED: remove reliance on version.h when testing |
| 551 | + * UPDATED: table id attribute should be on table not caption |
| 552 | + * Update mmd6-letterhead-leader.tex |
| 553 | + * add how to build Xcode framework to README |
| 554 | + * remove build folder |
| 555 | + * update README with instructions for Xcode |
| 556 | + |
| 557 | + |
475 | 558 | * 2018-09-01 - v 6.4.0: |
476 | 559 |
|
477 | 560 | * ADDED: Add ODF Header metadata and fix issue with LaTeX Header metadata |
|
0 commit comments