MultiMarkdown Composer 3
MultiMarkdown Composer 3 Release Notes
3.0b43
- Fix Manual Preview Refresh command
- Update to MultiMarkdown 5.1.0
- Fix issue with Unicode hyphens inside lists
- Fix error in highlighting parser engine
3.0b32
- fix known parser errors
- fix typo in Preferences
- typing “tab” immediately after opening a smart pair replaces the closing character of the pair, just like typing “space” already did
- Improve prefs and handling of default CriticMarkup comments
3.0b31
- Improve autocompletion
- Disable sidebars on new documents when they’re disabled in prefs, even if they were set to be visible previously
- fix memory leaks
- fix known parser errors
3.0b30
- Upgrade to MMD 4.7.1 library
- Fix potential parser issue
- Fix bug when applying strong/emph inside nested list item
- Copy as html/etc. only uses complete document if needed
3.0b29
- Improve list toggling/cleanup
- Swap “New” and “New-Dark” so that basic is “CJK” safe, and alternate is not
- Small changes to built-in help
- Update MultiMarkdown library
3.0b28
- Improve synchronized scrolling accuracy
- Improve table recognition accuracy
- Improve list type toggle with empty last item
- Support
{{TOC}}
syntax to insert table of contents in pro version
3.0b27
- Remember Auto Zoom choice for new windows
- Improve detecting whether hitting return inside potential table
- Fix edge case when using drag/drop in TOC to rearrange document structure
- New syntax for inserting a TOC into the document (Pro version only)
- Fix a few tooltips in preferences
- Fix issue where Preview wouldn’t refresh reliably on some machines
- Fix a few edge cases in parser accuracy
3.0b26
- Support dictation
- Multiple parser fixes
3.0b25
- More fixes to parser (a fundamental improvement was made a couple of releases back, hence the uptick in fixes as I fix some of the related code)
- Tweak smart newline behavior on headings
- Don’t allow default zoom values less than zero, and crack down further on values equal to 0
- Menu command to go to the MultiMarkdown User’s Guide online web page
- Fix crash in fenced code blocks with preview enabled
- Fix indents for blockquotes
- Fix issue with newline followed by tab in lists
3.0b24
- More fixes to parser (a fundamental improvement was made a couple of releases back, hence the uptick in fixes as I fix some of the related code)
- Added “CJK-safe” variants of the New themes. Long story short - you can’t change the font/font size if you use CJK characters
- Don’t allow users to show a preview frame with new windows when they’ve disabled their ability to toggle the preview frame on/off. :)
- Default for “Copy” is now to copy as plain text. You can also copy as “Highlighted Text” if you want the syntax highlighting. I got tired of always doing the wrong one — I think of these files as plain text, not rich text. I understand that a few of you may prefer the other way — you’ll need a compelling argument for me to change it back. :)
- Fix potential crash with some menu commands on an empty document
- Disable context menu in Preview — it doesn’t do anything useful
- Improve smart enter in lists
- Fix glitch in preview when typing near a fenced code block
3.0b23
- Add command to convert selection to fenced code block
- More fixes to parser (a fundamental improvement was made a couple of releases back, hence the uptick in fixes as I fix some of the related code)
3.0b22
- Support “escaped line breaks”
- Show marker for linebreaks (even if invisible characters are disabled)
- Multiple fixes to parser
3.0b21
- Improve parser accuracy – a few big changes were made so test away!!
3.0b20
- Improve menu customization/localization (files for German exists at github)
- Improve parser accuracy
3.0b19
- Fix issue where sidebar could be transparent on certain files
- Fix bug in table cleanup
3.0b18
- Improve support for saving files with “non-standard” file extensions
- Fix UTI for themes (icon should appear)
- Get code running on 10.7 (Preferences don’t work properly due to inadequate Auto Layout support, so the public version still requires 10.8+ for now)
- Fix problem opening new windows with themes that specify a line length (e.g. Pretentious, White Rabbit, etc.) – Thanks, Martin and Teddy!!!
- Fix parsing error around tables
- Improve table cleanup
- Relaxes parsing when typing first character in a new table line so that table remains highlighted
- Request crash reports after a crash is detected (please send them in!)
3.0b17
- Fix bug in parsing tables that include more than one header line
- All “flavors” of the app use the same Menu Customization file (“MultiMarkdown Composer-CustomMenu.plist”)
- Fix a few bugs in MultiMarkdown parsing
- Ensure that TOC is up-to-date before inserting
3.0b16
- Initial public beta release