Skip to content

Latest commit

 

History

History
210 lines (125 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

210 lines (125 loc) · 11.2 KB

CHANGELOG

2.1.0 (2023-11-11)

Features

Build system & distribution

  • cargo: reduce build-time dependencies (8e9ea6e)
  • cargo: update/unpin clap and mdbook (b209ae7)
  • distribution: remove linux-musl, win-gnu, and win32-msvc (170419d)
  • nix: add shell completions (#89) (097a72a)
  • nix: drop macOS native dependencies (#88) (547ed85)
  • website: use mdbook-admonish v1.13.0 (33eb09c)

2.0.1 (2023-10-09)

Bug Fixes

  • admonish: prefix admonish- to class names (#76) (ba711b6)

2.0.0 (2023-10-07)

⚠ BREAKING CHANGES

  • support mdbook version 0.4.35

Features

  • cli: add "--force" flag to install command (28f9d0f)
  • cli: detect differences in major version (8956c61)
  • support mdbook version 0.4.35 (55e8722)

1.2.0 (2023-10-03)

Features

Bug Fixes

1.1.0 (2023-10-02)

Features

Bug Fixes

1.0.0 (2023-09-17)

⚠ BREAKING CHANGES

  • merge css files and separate admonish

Features

  • add mdbook-admonish support (#59) (c8ba6ec)
  • style nested blockquote and hr (f78383c)

Code Refactoring

  • merge css files and separate admonish (5a160cd)

v0.2.1 - 2023-07-29

Bug Fixes

  • add cargo feature for crate_version by @sgoudham (dde0c18b73f8742f0e5ef29629d1107552b7bab1)
    • This fixes #52
  • pin mdbook to 0.4.22 by @nyxkrage (cc92a344d1693d6f0a54fc55110af57bb2dfe70a)
    • This will prevent issues like #52 from happening again.
  • Fix source filter in flake.nix by @VojtechStep in #51

v0.2.0 - 2023-06-16 02:13:13

Apologies for leaving this on the backburner for so long!

This release makes the port more maintainable as we are now using catppuccin/highlightjs for the majority of the CSS. There has also been improvements to the CI/CD pipeline and includes a Nix flake (which I still need to fix!)

Thanks to anyone who chooses to use this, I really appreciate it <3

Feature

  • general:
    • use npm package imports, update highlightjs (f3bcc7e) (#39)
    • dependabot is over party (07a4d8a) (#16)

Bug Fixes

  • general:
    • different colours for code blocks and inline code (87a1749)
    • code backgrounds updated to mantle (5feb4df) (#45)
    • update to fixed highlightjs version (98cf81a) (#39)
    • move output from /bin/assets to /src/bin/assets (759ad4f) (#39)

Documentation

  • general:

  • README:

    • standardise with template repository (3844bd1) (#45)

Refactor

v0.1.1 - 2022-08-27 21:05:04

No description

Bug Fixes

  • general:
    • Add 'ayu' back into index.hbs (45220f0) (#1)

Documentation

  • README:
    • Add ayu into diff codeblock example (b68dac3) (#1)
    • Add binaries section (9f7bae8)
    • Update link for index.hbs (200008e)

v0.1.0 - 2022-08-27 12:47:37

🎉 The first-ever release of mdbook-catppuccin 🎉

image

Feature

  • general:

    • Refactor + Wrap up port (9ba9813)
    • Fix codeblock colours (e93f034)
    • Generate catppuccin flavours with sass (44144a2)
  • mdbook:

    • Add insert_dotted_table() (37620fe)
  • scss:

Bug Fixes

  • general:
    • Fix white background colour (38514d4)
    • Update assets and resolve highlights (caedfd0)

Documentation

  • README:

    • Tidy up diff codeblock (5bd3618)
    • Update badge links (9ab04ba)
    • Import template from catppuccin (00b5f47)
  • general:

    • Update description of crate (686e801)
    • Add binaries bullet point (c960264)
    • Update README & upload catwalk image (1b945c5)

Refactor

  • general:

  • assets:

    • Create separate file for highlights (a69a8de)
    • Move src/assets -> src/bin/assets (444b809)
    • Remove ASSETS_VERSION in favour of CARGO_PKG_VERSION (5384c92)
  • mdbook:

    • Extend default toml structs (48cd282)
    • Move toml trait extensions into toml.rs (cbfffa3)
    • Start highlighting codeblocks + other stuff (c24d08a)
  • config:

    • Use spaces instead of tabs (3c4d7e0)

* This CHANGELOG was automatically generated by auto-generate-changelog