Skip to content

Releases: lowercasename/docdown

v0.7.2

15 Aug 10:58
Compare
Choose a tag to compare

Bugfixes:

  • Prevent the Dock icon from showing up when the app is running.

v0.7.1

15 Aug 10:48
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a bug in a notification message.

v0.7.0

15 Aug 10:15
Compare
Choose a tag to compare

New features:

  • Allow exporting files to same directory as input Markdown file
  • Updated bundled pandoc and other dependencies

v0.6.0

06 Apr 16:27
Compare
Choose a tag to compare

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

29 Apr 08:27
Compare
Choose a tag to compare

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

03 Feb 11:29
Compare
Choose a tag to compare

This version should fix an error where DocDown wouldn't run on Catalina.

v0.4.0

21 Jan 18:31
Compare
Choose a tag to compare

This version should allow DocDown to work on macOS 10.15 Catalina, and updates Electron to v7 to aid with that.

v0.3.2

09 Jul 14:43
a7932cf
Compare
Choose a tag to compare

A fix for a bug which prevented file paths for DOCX and CSL files from being set.

v0.3.1

16 Jun 15:23
Compare
Choose a tag to compare

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

13 Mar 18:11
Compare
Choose a tag to compare

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.