Skip to content

Releases: do-md/domd

DOMD v0.2.3

09 Jun 10:33

Choose a tag to compare

Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

What's Changed

  • fix(gh-resolver): don’t treat @ inside a filename as a ref separator by @Arvuno in #5

New Contributors

  • @Arvuno made their first contribution in #5

Full Changelog: v0.2.2...v0.2.3

DOMD v0.2.2

03 Jun 11:00

Choose a tag to compare

Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

Full Changelog: v0.2.1...v0.2.2

DOMD v0.2.1

02 Jun 13:31

Choose a tag to compare

Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

Full Changelog: v0.2.0...v0.2.1

DOMD v0.2.0

01 Jun 10:19

Choose a tag to compare

Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

Full Changelog: v0.1.4...v0.2.0

DOMD v0.1.4

29 May 10:39

Choose a tag to compare

⚠️ Critical fix — please update from v0.1.3 and earlier

This release fixes a critical bug introduced by a recent change to the document data structure. Updating is strongly recommended for everyone.

Fixed

  • Enter and Delete/Backspace produced wrong edits — the data-structure change caused these keys to behave incorrectly during editing.
  • Incorrect Markdown serialization — the same change caused documents to serialize incorrectly, which could affect the Markdown written to disk when saving.

Recommended

After updating, re-open and check any documents you saved with v0.1.3 to make sure their contents are intact.


Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

Full Changelog: v0.1.3...v0.1.4

DOMD v0.1.3

27 May 13:21

Choose a tag to compare

Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

Full Changelog: v0.1.2...v0.1.3

DOMD v0.1.2

27 May 10:35

Choose a tag to compare

Note: The Intel (x86_64) build is tested via Rosetta 2 on Apple Silicon, not on native Intel hardware — please report any issues.

Full Changelog: v0.1.1...v0.1.2

DOMD v0.1.1

26 May 10:59

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

DOMD v0.1.0

25 May 10:31

Choose a tag to compare

First release. Apple Silicon only.