VoodooPad 5.4.0
Released 2022-01-28
- Improve compatibility with upcoming updates to macOS 12.
- Remove Python scripting support.
VoodooPad 5.3.0
Released 2019-01-17
- Fix several issues with Dropbox integration. Dropbox synchronization is more reliable now, and is up to 4x faster than in previous versions.
- Fix an issue where very large documents (1 GB or more) may take an unreasonably long time to upgrade.
- Fix an issue where HTTPS links do not work if the document contains a page or alias named "HTTPS".
- Fix an issue where page links that contain non-ASCII characters may not work properly on iOS.
- Fix an issue on iOS where new pages did not respect the default page type.
- Fix an issue where the Sync Conflict dialog did not respond to input.
- Fix an issue where the Record Audito dialog did not respond to input.
- Fix an issue where Command-L no longer brought up the Decrypt Page dialog.
- Fix an issue where drag and dropping images while holding down the Option key produces into Markdown pages produces invalid Markdown.
- Fix an issue where the "Disable Automatic Linking" preference is not respected when editing pages.
- Fix a crash that could occur when determining the Page Word Count.
- Fix a crash that could occur when opening documents with pages that contain anchors.
VoodooPad 5.2.3
Released 2018-11-09
- Fix an issue where duplicate or empty windows appear when re-opening documents.
- Fix an issue where VoodooPad does not remember the location and size of windows when re-opening documents.
VoodooPad 5.2.2
Released 2018-07-26
- Fix an issue that prevented GitHub Flavored Markdown extensions from working.
- Fix crashes that could occur when exporting documents to PDF.
- Fix an issue where page links in a duplicated document refer to pages in the original document rather than the duplicated document.
- Update writer.writePageWithKey() to format Markdown pages before inserting them into the current page.
- Update default VPWebExportPageTemplate to HTML5.
VoodooPad 5.2.1
Released 2018-06-22
- Fix an issue where duplicate or empty windows appear when re-opening documents.
- Fix an issue where VoodooPad does not remember the location and size of windows when re-opening documents.
VoodooPad 5.2.0
Released 2018-04-19
- Fixed several compatibility issues with macOS 10.13.
- Updated toolbar icons. The bright and colourful new toolbar icons are easier to differentiate at a glance.
- Improved the tab bar. The tab bar now uses the native macOS tab implementation, and provides tabs that are easier to select and drag.
- Added new Web Export templates. The new Charcoal, Folkways, Garland, and WebApp templates are responsive, have a fresh new design, and support a wider range of character sets.
- Updated the Static template. The new template is responsive and features an updated design.
- Improved the stability of export features by fixing crashes that could occur when previewing or exporting documents in different formats.
- Fixed an issue that prevented checkbox items from being exported with Web Export.
- Fixed an issue that caused some pages to be exported as empty files with Web Export.
- Fixed an issue that caused some pages to be exported as empty files with Static Publishing.
- Replaced JSTalk with Cocoascript. This improves stability for any feature that uses JavaScript.
- Improved Markdown support. Markdown pages are now parsed with CommonMark which includes support for most Markdown syntax (including GitHub Flavored Markdown). This change affects the HTML generated by Web Export:
- Markdown headers no longer have an
id
attribute (such as id="header1"
) by default.
- A new list is now created every time a new list symbol is used. For example, a list with
1
, 1
, and *
will appear as 1
, 2
, and *
instead of 1
, 2
, and 3
, since the asterisk is the start of a new unordered list.
- Markdown list items will not also have paragraph tags by default.
- Images will have paragraph tags by default.
- Code blocks generated by three backticks are preceded by
<pre><code>
tags instead of <p><code>
(with appropriate closing tags in the new and previous version).
- Remove Sync to iOS. Going forward, we will be focusing file-sharing feature development on the Dropbox service in the interest of improved stability.
VoodooPad 5.1.8
Released 2017-12-22
- Introduced new application, document, and preference icons.
- Improved support for using Acorn as an image editor.
- Fixed a bug where checkboxes could not be toggled.
- Fixed an issue where the navigation arrows in the toolbar would stay disabled when navigating through a document.
- Fixed an issue where the backlinks panel would either display no pages or display the wrong pages when viewing a page that was part of a link cycle.