Releases: lowercasename/docdown
Releases · lowercasename/docdown
v0.7.2
v0.7.1
Bugfixes:
- Fixed a bug in a notification message.
v0.7.0
New features:
- Allow exporting files to same directory as input Markdown file
- Updated bundled pandoc and other dependencies
v0.6.0
New features:
- Added live citations mode.
- Added output format option to export to DOCX, ODT, HTML and EPUB.
- Updated CSL files to newest versions.
- Updated Electron and dependencies.
Bugfixes:
- Fixed a bug where the letter 'n' couldn't be written in the 'Additional Pandoc extensions' field. 🙄
v0.5.0
New features:
- Updated Pandoc to 2.18 and removed pandoc-citeproc since it's now part of pandoc
- Added an option to select the Pandoc Markdown processor (defaults to Pandoc's Markdown)
- Added an option to change the Markdown extensions, as the default set (
+smart+escaped_line_breaks
) doesn't work with some of the Markdown processors - Some slightly better error messaging on Pandoc failures
Bugfixes:
- Fixed a bug where documents wouldn't convert due to an outdated Pandoc version on newer macOS versions
v0.4.1
This version should fix an error where DocDown wouldn't run on Catalina.
v0.4.0
This version should allow DocDown to work on macOS 10.15 Catalina, and updates Electron to v7 to aid with that.
v0.3.2
A fix for a bug which prevented file paths for DOCX and CSL files from being set.
v0.3.1
Two minor, but useful, changes:
- You can now use Zotero/BetterBibText-generated .json and .yaml files as well as .bib files as your bibliography file for the conversion. These are preferred in favour of .bib files as they avoid the need to go through a lossy double conversion process on BetterBibTex's end.
- Notifications now use the native API.
v0.3
Bunch of major (mostly backend) changes:
- Binaries of Pandoc and pandoc-citeproc are now bundled with DocDown - no need to install compatible external versions seperately!
- A preferences option to select whether to use the bundled versions, or external versions (useful if you're running a patched version)
- Fixed some bugs in the update check
- Improved conversion flow
- Added a button to convert the last converted file again. This doesn't work with Ulysses because Ulysses only creates files for export when the export is triggered from within the app.