Skip to content

Commit adaff18

Browse files
committed
Update Changelog.md
1 parent 3d54be6 commit adaff18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,12 @@ Fix the Context Menu key on keyboards not working. Re-enabled, but behavior is n
9090
* **Fix: Escape Pipe `|` Characters in Grid Tables**
9191
Pipe characters in Grid Tables have to be escaped and using pipes in Grid Tables prerviously broke Grid parsing as the `|` was interpreted as a column break. Fixed by now properly escaping `|` with `\|` in the Markdown editor and using plain `|` in the Table Editor.
9292

93-
* **Fix: Pull Issue with Pull when using Branch other than Master**
93+
* **Fix: Git Pull Issue with Pull when using Branch other than Master**
9494
Fixed issue with Pull not respecting the active Branch in the Git dialog. ([#976](https://github.com/RickStrahl/MarkdownMonster/issues/976))
9595

96+
* **Fix: Weblog Post not updating Markdown YAML Metadata**
97+
Depending on your selection of `Auto Save Document` information typed into the Weblog Publishing dialog would not update the meta data in the document. When Auto Save was not set the data was not updated (incorrect) and not saved (correct). Fixed: Now the document is always updated, and the flag correctly affects only whether the document is auto-saved after the meta data has been updated.
98+
9699
* **Fix: Pop up Context Menu with Context Menu Key at Cursor Position**
97100
Fix issue where keyboard Context Menu key was not opening the context menu at the current cursor location.
98101

0 commit comments

Comments
 (0)