mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
parent
9164f305e0
commit
244251ed44
3 changed files with 36 additions and 0 deletions
14
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid
Normal file
14
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
title: $:/changenotes/5.4.0/#9295
|
||||
description: Markdown: Fix missing inline support and macrocall args parsing error
|
||||
release: 5.4.0
|
||||
tags: $:/tags/ChangeNote
|
||||
change-type: bugfix
|
||||
change-category: plugin
|
||||
links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9295
|
||||
github-contributors: cdruan
|
||||
|
||||
* Fix markdown parser to respect ''parseAsInline'' option [[#8917|https://github.com/TiddlyWiki/TiddlyWiki5/pull/8917]].
|
||||
|
||||
* Fix improper parsing of macrocall, whenenver args contain `>` character.
|
||||
|
||||
* Use ''$tw.log.MARKDOWN'' flag to enable debug messages.
|
||||
12
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid
Normal file
12
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
title: $:/changenotes/5.4.0/#9341
|
||||
description: Fix crash when processing large files from tiddlywiki.files
|
||||
release: 5.4.0
|
||||
tags: $:/tags/ChangeNote
|
||||
change-type: bugfix
|
||||
change-category: nodejs
|
||||
links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9341
|
||||
github-contributors: cdruan
|
||||
|
||||
* skip reading file content when `_canonical_uri` is present
|
||||
|
||||
* skip loading file when file size is too large
|
||||
10
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid
Normal file
10
editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
title: $:/changenotes/5.4.0/#9358
|
||||
description: Remove redundant code in format/json.js
|
||||
release: 5.4.0
|
||||
tags: $:/tags/ChangeNote
|
||||
change-type: performance
|
||||
change-category: internal
|
||||
links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9358
|
||||
github-contributors: cdruan
|
||||
|
||||
Remove redundant code in `core/modules/filters/format/json.js`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue