Skip to content

Latest commit

 

History

History
164 lines (82 loc) · 8.4 KB

CHANGELOG.md

File metadata and controls

164 lines (82 loc) · 8.4 KB

Changelog

2.4.6 (2024-02-24)

Bug Fixes

  • pd2norg: escape inline modifier content if starts with bar | (4e8a22e)

2.4.5 (2023-11-10)

Bug Fixes

  • pd2norg: detect language of inline code block if exists (#34) (3f1bf83), closes #32

2.4.4 (2023-11-09)

Bug Fixes

  • pd2norg: use raw [@embed](https://github.com/embed) syntax for RawInline (a706367)

2.4.3 (2023-11-06)

Bug Fixes

  • nim_pandoc: upgrade to nim_pandoc v4 (ddc089c)
  • pd2norg: refactor code to manage newlines (ec63867), closes #29

2.4.2 (2023-11-04)

Bug Fixes

  • PDTable: support table with newlines to separate the block (407a7f6)

2.4.1 (2023-11-04)

Bug Fixes

  • minorg: extract version number from nimble file (7bea1d5)

2.4.0 (2023-11-03)

Features

  • PDTable: implement PDTable parser (#25) (d14b639)

2.3.0 (2023-11-02)

Features

  • pd2norg: implement remaining features except for tables (#23) (0f4c78b)

2.2.0 (2023-11-01)

Features

  • obsidian: add support for obsidian wikilink format (#21) (6a191d3)

2.1.1 (2023-10-31)

Bug Fixes

  • cligen: upgrade cligen to display correct version number (8ad4001)

2.1.0 (2023-10-31)

Features

  • pd2norg: add option to parse obsidian files (#18) (25fd918)

2.0.2 (2023-10-31)

Bug Fixes

  • pathlib: remove deprecated functions and use nim-regex (#16) (8886a2c)

2.0.1 (2023-10-31)

Bug Fixes

  • action: migration from nim_norg (d6cd11f)

2.0.0 (2023-10-31)

⚠ BREAKING CHANGES

  • minorg: rename to minorg (#13)

Features

1.2.0 (2023-10-31)

Features

  • pd2norg: improve todo item detection from markdown (#11) (a730d70)

1.1.2 (2023-10-31)

Bug Fixes

  • pd2norg: improve softbreak bug in norg parser (#9) (6f4d484)

1.1.1 (2023-10-30)

Bug Fixes

  • action: update release-please to update nimble version (832df95)

1.1.0 (2023-10-30)

Features

  • cli: add -o flag to specify output file (#6) (3741c76)

1.0.1 (2023-10-30)

Bug Fixes

  • ci: hope this makes binary releases with release please (#4) (b603b9f)

1.0.0 (2023-10-30)

Bug Fixes

  • action: delete lock file in windows env (9cf8f9a)
  • action: delete lock file in windows env (19c995e)
  • action: delete unnecessary arguments in ci (4af8b45)
  • action: fix installation in doc gen action (ae842bf)
  • action: fix key name typo (16240f5)
  • action: fix path of generated tar file (00b1b80)
  • action: hardcode nim version for binary compilation (b4df2bd)
  • action: install apt dependencies with gh action (86949f6)
  • action: install git dependencies beforehand (cf20afe)
  • action: release binary on new tag release (#3) (ccc1c25)
  • action: remove unnecessary matrix (48faac4)
  • action: upload lock file and ignore it in windows env (9faa514)
  • action: windows cannot remove file with rm (5977464)
  • nimble: add lock file and delete unnecessary files (#1) (db5d559)
  • nimble: do not compress binaries (e21e34d)
  • nimble: force overwrite on all nimble commands (03e6a9a)
  • nimble: install cligen separately (d514c62)
  • nimble: nimble checksum does not match on windows environment (55f6f0a)
  • nimble: verbose all outputs (201ae0d)