Releases: aplteam/Meddy
Releases · aplteam/Meddy
Version 5.0.6
- The "About" dialog now reports the version of APL Meddy is running on.
- Bug fixes
- The function
DoYouWantToSaveHtmlcrashed when the document had embedded parameters. - The function
SaveMarkdownnow handles "FILE NAME ERROR" - The "Save" command had no effect anymore
The "New" command always displayed the HTML preview pane
- The function
Version 5.0.5
- Meddy is now a Dyalog APL 20.0-application
- Conga updated to version 3.6
- Packages updated
- Bug fixes
- So far, when a user pressed F10 in order to view the HTML in the default browser, Meddy crashed in case that file could not be found. Now an appropriate message is displayed.
- Pressing F4 crashed Meddy when it attempted to sync with the very first header or when so far no header was displayed in the TreeView (TOC).
- A right-click in the markdown area crashed Meddy if there was no TOC (yet).
- The "About" dialog box showed mutilated information regarding the version of MarkAPL used.
- Executing the "Copy ID" command from the Markdown context menu crashed Meddy.
Version 5.0.4
- Default CSS for new presentations changed from PresentAPL_Green.css to PresentAPL_Blue.css
- Bug fixes:
- In presentation mode the default CSS file was not found
Version 5.0.3
- New version of PresentAPL integrated that fixes a problem with the colour of visited links
- For presentation, one could not specify a CSS file as a parameter
Version 5.0.2
If a document contained collapsibleTOC as a parameter, an error message was provided that did not sound urgent, but soon after, Meddy crashed.
Version 5.0.1
Makeamended- Packages updated (
MarkAPL,CodeCoverage,Laguntza,FilesAndDirs)
Watch out for syntax changes regarding checkboxes (Release Notes).
Meddy is now a 64-bit application
Bug fix: in case a markdown had no header at all but a lengthy first line it crashed, because the filename generated from the first paragraph in the document carried too many words.
Version 4.1.1
The print style sheet of the "Dark" theme defined a base font size that was way too large.
Version 4.1.0
- New versions of
MarkAPL,APLGUIandFilesAndDirsintegrated - Release notes had numbered headers
Version 4.0.0
- Context menu command "Delete column" added
- Context menu command "Inject MarkAPL expression" now includes "Collapsibles"
- New version of
MarkAPL(12.0.2) integrated: comes with potentially breaking changes, see there - New default theme "Dark" for HTML documents added
- Bug fixes
- Inserting a bookmark link should not add the header numbers to the link text
- "Copy ID" crashed in documents with no header
- "Copy" was not always available in the context menu when it should have been
- Formatting a table could lead to the loss of data under some circumstances
- "Extend table row" did not work as intended
- When
saveHTMLwas added as a parameter, a value of ¯1 was established which made Meddy crash later. The default should be 0.