Skip to content

Releases: rochacbruno/marmite

0.4.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 22:29
4b2ddbd

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:22
ad7144d

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

  • fix: make link checker aware of wikilink title resolution by @rochacbruno in #506
  • docs: Correct Arch Linux installation notes by @alerque in #507
  • docs: add install shortcode, fix Arch Linux and CI for fork PRs by @rochacbruno in #508
  • feat: auto-detect posts/ and pages/ dirs for --new command by @rochacbruno in #509
  • feat: add content and config management API to built-in server by @rochacbruno in #510
  • fix: detect duplicate slugs and use clean filenames in --new command by @rochacbruno in #511
  • feat: add development toolbar and content management API by @rochacbruno in #512
  • feat: add content editor with three-panel layout and raw file editing by @rochacbruno in #513
  • feat: bundle CodeMirror vendor files for offline editor support by @rochacbruno in #514
  • docs: add crate name to cargo install --git command by @rochacbruno in #515
  • feat: bundle Fuse.js, Mermaid and MathJax vendor files for offline support by @rochacbruno in #516
  • build(deps): bump actions/github-script from 7 to 9 by @dependabot[bot] in #517
  • build(deps): bump regex from 1.12.4 to 1.13.0 by @dependabot[bot] in #518
  • build(deps): bump mermaid-rs-renderer from 0.3.0 to 0.3.1 by @dependabot[bot] in #519
  • build(deps): bump rust-embed from 8.11.0 to 8.12.0 by @dependabot[bot] in #520
  • build(deps): bump tungstenite from 0.29.0 to 0.30.0 by @dependabot[bot] in #525
  • build(deps): bump clap from 4.6.1 to 4.6.2 by @dependabot[bot] in #524
  • build(deps): bump regex from 1.13.0 to 1.13.1 by @dependabot[bot] in #523
  • build(deps): bump dtolnay/rust-toolchain from fa04a1451ff1842e2626ccb99004d0195b455a88 to 2c7215f132e9ebf062739d9130488b56d53c060c by @dependabot[bot] in #522
  • build(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2 by @dependabot[bot] in #521
  • fix: auto-copy favicon.ico to site root for browser auto-discovery by @rochacbruno in #531
  • Fix: updated hosting docs to match latest github environment requirements by @VimYoung in #529
  • Sync PDS when state is empty by @cuducos in #532
  • build(deps): bump actions/setup-python from 5 to 7 by @dependabot[bot] in #533
  • build(deps): bump serde from 1.0.228 to 1.0.229 by @dependabot[bot] in #534
  • build(deps): bump serde_json from 1.0.150 to 1.0.151 by @dependabot[bot] in #535
  • build(deps): bump tera from 2.0.0 to 2.1.0 by @dependabot[bot] in #537
  • build(deps): bump glob from 0.3.3 to 0.3.4 by @dependabot[bot] in #538
  • build(deps): bump clap from 4.6.2 to 4.6.4 by @dependabot[bot] in #536

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:02
eaafd77

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

  • feat: media organization via slug-based subfolders and @/ prefix by @rochacbruno in #463
  • build(deps): bump softprops/action-gh-release from 2.0.8 to 3.0.1 by @dependabot[bot] in #464
  • build(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #465
  • build(deps): bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.6.1 by @dependabot[bot] in #466
  • build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #467
  • build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #468
  • Migrate to Tera 2.0 by @rochacbruno in #470
  • Migrate templates to Tera 2.0 syntax with backward compat tests by @rochacbruno in #471
  • feat: Redirect aliases via frontmatter by @rochacbruno in #474
  • feat: Build-time internal link validation by @rochacbruno in #475
  • test: Add unit tests for redirect aliases code coverage by @rochacbruno in #476
  • fix: Resolve clippy and clippy::pedantic warnings by @rochacbruno in #477
  • feat: Add i18n language streams for multilingual content by @rochacbruno in #478
  • feat: Workspace multi-site support by @rochacbruno in #479
  • fix: UrlFor::resolve double-prefixes paths for workspace non-default sites by @bgruszka in #481
  • test: add coverage for workspace URL double-prefix fix (#480) by @rochacbruno in #488
  • build(deps): bump dtolnay/rust-toolchain from 67ef31d5b988238dd797d409d6f9574278e20537 to fa04a1451ff1842e2626ccb99004d0195b455a88 by @dependabot[bot] in #483
  • build(deps): bump rss from 2.0.13 to 2.1.0 by @dependabot[bot] in #484
  • feat: simplify multi-language detection by @rochacbruno in #490
  • feat: folder-level frontmatter defaults by @rochacbruno in #491
  • ci: add pedantic clippy and coverage PR comments by @rochacbruno in #492
  • test: add 36 unit tests for uncovered site.rs functions by @rochacbruno in #493
  • Reorganize example/content folder by @rochacbruno in #495
  • ci: merge redundant coverage jobs into one by @rochacbruno in #496
  • feat: add --lang and --translates flags to --new, output JSON by @rochacbruno in #497
  • feat: add mask install_hook task for pre-commit quality checks by @rochacbruno in #498
  • fix: ensure check and pedantic tasks fail on first error by @rochacbruno in #500
  • feat: add languages.html group page listing content by language by @rochacbruno in #499
  • fix: resolve clippy pedantic warnings in content.rs by @rochacbruno in #501
  • feat: add native mermaid rendering via mermaid-rs-renderer by @rochacbruno in #502
  • feat: default native_mermaid_render to true by @rochacbruno in #503
  • feat: add layered mermaid_config for theme and layout customization by @rochacbruno in #504
  • docs: document mermaid_config customization options by @rochacbruno in #505
  • build(deps): bump awalsh128/cache-apt-pkgs-action from 1.6.1 to 1.6.3 by @dependabot[bot] in #482
  • build(deps): bump comrak from 0.52.0 to 0.53.0 by @dependabot[bot] in #485

New Contributors

Full Changelog: 0.3.2...0.4.0

0.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:11
c3e2040

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

Choose a tag to compare

@github-actions github-actions released this 05 May 11:41
ad5ed2c

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

  • fix: merge user static files on top of embedded defaults by @rochacbruno in #432
  • fix: avoid panic on multi-byte UTF-8 chars in shortcode debug log by @rochacbruno in #433
  • build(deps): bump tungstenite from 0.28.0 to 0.29.0 by @dependabot[bot] in #434
  • build(deps): bump zip from 7.2.0 to 8.6.0 by @dependabot[bot] in #436
  • build(deps): bump comrak from 0.49.0 to 0.52.0 by @dependabot[bot] in #435
  • fix: URL-decode percent-encoded hrefs before slugifying in wikilinks by @rochacbruno in #437

Full Changelog: 0.3.0...0.3.1

0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 13:41
20fc558

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

New Contributors

Full Changelog: 0.2.7...0.3.0

0.2.7

Choose a tag to compare

@github-actions github-actions released this 22 Dec 22:39
d24b2e8

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

New Contributors

Full Changelog: 0.2.6...0.2.7

0.2.6

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:04
bb99602

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

New Contributors

Full Changelog: 0.2.5...0.2.6

0.2.5

Choose a tag to compare

@github-actions github-actions released this 04 Feb 16:34
14b9716

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

  • Adding the minimal theme to Marmite by @oliveira-mark in #215
  • Adding minimal_wb theme based on minimal but with black and white background by @rochacbruno
  • docs: installing on ArchLinux and FreeBSD by @haskelldutra in #217
  • feat: Add enable_related_content flag by @cauabernardino in #221
  • build(deps): bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #222

Bug fixes

others

  • Showcase of sites powered by marmite added to demo site

New Contributors

  • @oliveira-mark made their first contribution in #215
  • @haskelldutra made their first contribution in #217
  • @cauabernardino made their first contribution in #221

Full Changelog: 0.2.4...0.2.5

0.2.4

Choose a tag to compare

@github-actions github-actions released this 26 Jan 17:56
956e5df

Tip

Expand the "Assets" section below to download the binaries for this release.

What's Changed

New Contributors

Full Changelog: 0.2.3...0.2.4