|
3 | 3 | [](https://markdownmonster.west-wind.com/download) [](https://chocolatey.org/packages/MarkdownMonster) [](https://chocolatey.org/packages/MarkdownMonster) [](https://markdownmonster.west-wind.com/purchase#upgrades) |
4 | 4 |
|
5 | 5 | ## 4.2 |
6 | | -<small>not released yet</small> |
| 6 | +<small>March 9th, 2026</small> |
| 7 | + |
| 8 | +* **Improved Preview Syncing** |
| 9 | +We've revamped the preview syncing mechanism to better sync the preview page position closer to the the editor's current cursor position during editing, clicking into and selecting text. For scroll operations, the preview is synced at the top of the page to the top of the editor. ([#1264](https://github.com/RickStrahl/MarkdownMonster/issues/1264)) |
7 | 10 |
|
8 | 11 | * **Improve Image Refresh in Preview** |
9 | | -Improve image refresh if images are updated outside of MM. Various Refresh Browser options now hard refresh and clear the cache explicitly to force the preview browser to update images (browser context menu and edit menu and clipboard paste and drag and drop operations). |
| 12 | +Improve image refresh if images are updated outside of MM. Various Refresh Browser options now hard refresh and clear the cache explicitly to force the preview browser to update images immediately when performing image related operations (browser context menu and edit menu and clipboard paste and drag and drop operations). The explicit image refresh now also explicitly clears the cache for when images are updated without any explicit image updates in the UI. |
10 | 13 |
|
11 | 14 | * **Improved MathML Handling in Preview** |
12 | | -The preview now properly renders MathML expressions **immediately** when added to the page, compared to the prior behavior that required reloading the page on first insert to get the library loaded. The page now detects the missing math library on dynamic preview updates when required and automatically does a full page reload. |
| 15 | +The preview browser now properly renders MathML expressions **immediately** when added to the page, compared to the prior behavior that required reloading the page on first insert to get the library loaded. The page now detects the missing math library on dynamic preview updates when required and automatically does a full page reload immediately. |
13 | 16 |
|
14 | 17 | * **Add Open Documents and Project Files to Command Palette** |
15 | 18 | When you search using the Command Palette (`ctrl-shift-p`), the search result now includes a list of open documents (title and filename displayed), and a list of matching files based on the project base path file tree (filename and folder displayed). These new items are displayed on the bottom of the results list. This effectively gives you a quick way to search and open/activate files that are either open or in the file system in the project's (or current and down) path. |
@@ -39,6 +42,9 @@ Canceling an in-flight chat request now properly updates the UI and hides the sp |
39 | 42 | * **Fix: Open in New Window With Untitled Documents** |
40 | 43 | Fix bug where attempting to open in new window fails with untitled documents and loses the unsaved untitled document text **if the file isn't saved when prompted**. Fixed by **not** saving the file and opening the file in memory in the new editor - ie. in the same untitled/unsaved mode as in the previous editor. Also fixed various activation issues around this feature in the various avenues that access this feature (editor, tab, window menu). ([#1262](https://github.com/RickStrahl/MarkdownMonster/issues/1262)) |
41 | 44 |
|
| 45 | +* **Fix: Editor Text Scaling** |
| 46 | +Fix the percentage drop down to accurately reflect the editor scale size as set via scroll wheel or Ctrl-+/- and by selecting values from the dropdown. Previously the dropdown was not reflecting the updated value and was affecting the font size resulting in the numbers not accurately reflecting the actual scale value. Fixed. |
| 47 | + |
42 | 48 |
|
43 | 49 | ## 4.1 |
44 | 50 | <small>January 21st, 2026</small> |
|
0 commit comments