- Update to version 6.7.0:
* version bump * FIXED: Fix error detecting tables when indented in list items -- Thanks, @wnm3! * Avoid space to be eaten aways after a slash in latex export * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * ci: added github CI * FIXED: Fix issue with reference links with leading space instead of tab * FIXED: Fix edge case where table separator without leading pipe is treated as a list item * FIXED: Fix architecture issue when running multimarkdown from Xcode * FIXED: bibtex metadata should be raw * FIXED: Fix typos in error messages * UPDATED: standardize common source files * ADDED: Add more token types * FIXED: Don't output empty figure captions * FIXED: Fix issue with certain nested lists * use unsigned short in implementation, too * specify unsigned short for functions in token.h * FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h * FIXED: Improve markup handling around definition lists and colons * FIXED: Fix flow control error * FIXED: Improve edge cases around fenced code blocks and setext headers * FIXED: Fix trailing whitespace issues in headers/TOC * FIXED: Improve token mapping in header blocks * FIXED: Use UTC for timestamp * ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools * UPDATED: Update lexers with newer version of re2c OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
479ef70f65
commit
a4b2b961f7
@@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 11:20:41 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 6.7.0:
|
||||
* version bump
|
||||
* FIXED: Fix error detecting tables when indented in list items -- Thanks, @wnm3!
|
||||
* Avoid space to be eaten aways after a slash in latex export
|
||||
* UPDATED: Update github CI for multiple platforms
|
||||
* UPDATED: Update github CI for multiple platforms
|
||||
* UPDATED: Update github CI for multiple platforms
|
||||
* UPDATED: Update github CI for multiple platforms
|
||||
* UPDATED: Update github CI for multiple platforms
|
||||
* ci: added github CI
|
||||
* FIXED: Fix issue with reference links with leading space instead of tab
|
||||
* FIXED: Fix edge case where table separator without leading pipe is treated as a list item
|
||||
* FIXED: Fix architecture issue when running multimarkdown from Xcode
|
||||
* FIXED: bibtex metadata should be raw
|
||||
* FIXED: Fix typos in error messages
|
||||
* UPDATED: standardize common source files
|
||||
* ADDED: Add more token types
|
||||
* FIXED: Don't output empty figure captions
|
||||
* FIXED: Fix issue with certain nested lists
|
||||
* use unsigned short in implementation, too
|
||||
* specify unsigned short for functions in token.h
|
||||
* FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h
|
||||
* FIXED: Improve markup handling around definition lists and colons
|
||||
* FIXED: Fix flow control error
|
||||
* FIXED: Improve edge cases around fenced code blocks and setext headers
|
||||
* FIXED: Fix trailing whitespace issues in headers/TOC
|
||||
* FIXED: Improve token mapping in header blocks
|
||||
* FIXED: Use UTC for timestamp
|
||||
* ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools
|
||||
* UPDATED: Update lexers with newer version of re2c
|
||||
* FIXED: Fix typo in xml.c
|
||||
* ADDED: Add OBJECT_REPLACEMENT_CHARACTER token (fixes #216)
|
||||
* FIXED: Fix regression from pull request that breaks build
|
||||
* UPDATED: Include definition list colons as markup token
|
||||
* UPDATED: Project clean up
|
||||
* Add Swift support
|
||||
* FIXED: Reset stack sizes before freeing temporary engine
|
||||
* FIXED: Left out file
|
||||
* FIXED: Centralize html fix
|
||||
* FIXED: Fix issue with escaping in URLs
|
||||
* FIXED: Updated argtable3 now needs to link to math
|
||||
* UPDATED: Update to latest argtable3 code
|
||||
* UPDATED: Update astyle config
|
||||
* FIXED: Fix Glossaries test
|
||||
* FIXED: Fix ambidextrous tokens inside of footnotes and other definitions
|
||||
* CHANGED: Astyle
|
||||
* FIXED: Restore prior label_counter after {{TOC}}
|
||||
* CHANGED: Add additional TOC tests
|
||||
* UPDATED: Update CMakeLists.txt for Universal Binary
|
||||
* CHANGED: Reformat comment
|
||||
* UPDATED: Apply astyle to all files
|
||||
* FIXED: Fix style issue with ODT output format
|
||||
* FIXED: Improve README install path
|
||||
* FIXED: Re-enable token object pools in default configuration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 08:11:40 UTC 2023 - mpluskal@suse.com
|
||||
|
||||
- Update to version 6.6.0:
|
||||
* Revert "FIXED: Fix PATH in convenience scripts"
|
||||
* FIXED: Fix PATH in convenience scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 10:01:27 UTC 2022 - mpluskal@suse.com
|
||||
|
||||
- Update to version 6.6.0:
|
||||
*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 08:52:39 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user