Skip to content

v23.12.0 (2023-12-03)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 16:42
· 2 commits to main since this release
82b6e59

Release Notes

New

  • Implement frontmatter based filtering (#163) [Martin Heuschober]

    This allows limiting the notes that will be exported using --skip-tags and --only-tags:

    • using --skip-tags foo --skip-tags bar will skip any files that have the tags foo or bar in their frontmatter
    • using --only-tags foo --only-tags bar will skip any files that don't have the tags foo or bar in their frontmatter

Fixes

  • Trim filenames while resolving wikilinks [Nick Groenen]

    Obsidian trims the filename part in a [[WikiLink|label]], so each of
    these are equivalent:

    [[wikilink]]
    [[ wikilink ]]
    [[ wikilink |wikilink]]
    

    Obsidian-export now behaves similarly.

    Fixes #188

Other

  • Relicense to BSD-2-Clause Plus Patent License [Nick Groenen]

    This license achieves everything that dual-licensing under MIT + Apache
    aims for, but without the weirdness of being under two licenses.

    Having checked external contributions, I feel pretty confident that I
    can unilaterally make this license change, as people have only
    contributed a handful of one-line changes of no significance towards
    copyrighted work up to this point.

  • Add a lifetime annotation to the Postprocesor type [Robert Sesek]

    This lets the compiler reason about the lifetimes of objects used by the
    postprocessor, if the callback captures variables.

    See #175

  • Use cargo-dist to create release artifacts [Nick Groenen]

    This will create binaries for more platforms (including ARM builds for
    MacOS) and installer scripts in addition to just the binaries themselves.

Install obsidian-export 23.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zoni/obsidian-export/releases/download/v23.12.0/obsidian-export-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/zoni/obsidian-export/releases/download/v23.12.0/obsidian-export-installer.ps1 | iex

Download obsidian-export 23.12.0

File Platform Checksum
obsidian-export-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
obsidian-export-x86_64-apple-darwin.tar.xz macOS Intel checksum
obsidian-export-x86_64-pc-windows-msvc.zip Windows x64 checksum
obsidian-export-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum