Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate obsidian-export to v24 #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Type Update Change
obsidian-export dependencies major 23.12.0 -> 24.0.0

Release Notes

zoni/obsidian-export (obsidian-export)

v24.11.0

Compare Source

New Features
  • Optionally preserve modified time of exported files

    Add a new argument --preserve-mtime to keep the original modified time attribute of notes being exported, instead of setting them to the current time.

    Contribution made by Davis Davalos-DeLosh. (#​154, #​204)

Changes
  • Bump to the minimum supported Rust version to 1.80.0

    Obsidian-export now uses std::sync::LazyLock instead of lazy_static, which was only stabilized in Rust 1.80.0.
    This change made it possible to drop the external dependency on lazy_static, though as a result of this, compiling with older versions will no longer be possible.

Fixes
  • Don't escape square brackets in math expressions

    The upgrade to pulldown-cmark 0.11 (see Backwards-incompatible Changes) includes official support for LaTeX-style math expressions.
    With the markdown parser supporting this syntax natively, math expressions are now processed correctly without edge-cases. (#​14, #​252)

Backwards-incompatible Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Nov 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
homecooked ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 23, 2024 3:39pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants