Skip to content

Releases: catppuccin/mdBook

v3.0.3

22 Sep 23:39
beb4dc7
Compare
Choose a tag to compare

3.0.3 (2024-09-22)

Bug Fixes

  • highlightjs syntax highlighting (#119) (5a04755)
  • properly theme hr element (#122) (90d4392)
  • reduce harshness of hover highlight (ac84329)
  • theme tooltip when copying from codeblock (ac84329)

v3.0.2

22 Sep 23:21
d5b486e
Compare
Choose a tag to compare

3.0.2 (2024-09-22)

Code Refactoring

  • add symlinks back (0aad6a2)
  • example: remove symlinks to see if website ci passes (291ceb7)
  • example: update mdbook-admonish & rework pages ci (#116) (db0d22c)
  • ignore css in example directory (ccc7de7)
  • switch borders from crust to surface0 (#118) (c315046)

v3.0.1

22 Sep 21:58
b687810
Compare
Choose a tag to compare

3.0.1 (2024-09-22)

Code Refactoring

v3.0.0

22 Sep 21:14
44bdb47
Compare
Choose a tag to compare

3.0.0 (2024-09-22)

⚠ BREAKING CHANGES

  • deprecate rust plugin & update sass files (#112)

Features

  • deprecate rust plugin & update sass files (#112) (f705cb5)

v2.2.0

16 Aug 22:55
c9868d3
Compare
Choose a tag to compare

2.2.0 (2024-08-15)

Features

Build system & distribution

v2.1.0

11 Nov 13:05
4d41193
Compare
Choose a tag to compare

v2.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)

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

09 Oct 22:42
7ec7e22
Compare
Choose a tag to compare

v2.0.1 (2023-10-09)

This release ensures that mdbook v0.4.35 and mdbook-admonish avoid conflicts as a result of the new warning key included within mdbook itself.

Please ensure that you use this release (and future releases) with mdbook-admonish v1.13.0.

Bug Fixes

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Oct 23:50
Compare
Choose a tag to compare

v2.0.0 (2023-10-07)

Important

This release introduces new functionality in the mdbook-catppuccin binary to install new versions of the index.hbs file via the --force flag. Additionally, a version compatibility table has been added to make it easier for users installing and/or upgrading the theme in coordination with mdbook.

If you are updating an existing mdbook to v0.4.35, please upgrade mdbook-catppuccin to v2.0.0 and run mdbook-catppuccin install --force.

⚠ 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)

Full Changelog: v1.2.0...v2.0.0

v1.2.0

03 Oct 22:43
752d71b
Compare
Choose a tag to compare

1.2.0 (2023-10-03)

Important

This release only supports up until mdbook version 0.4.34

Features

Bug Fixes

New Contributors

Full Changelog: v1.0.0...v1.2.0

v1.0.0

18 Sep 00:16
a7d34f0
Compare
Choose a tag to compare

This release introduces highlighting support for the very popular mdbook-admonish plugin. The existing catppuccin.css and catppuccin-highlight.css files have been merged and a new catppuccin-admonish.css file is included by default.

Note

The catppuccin-admonish.css file is NOT required if you are not using the mdbook-admonish plugin. This file can be easily removed by modifying the additional-css key in book.toml.

You can preview what these admonishments look like on our website.

⚠ 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)

Full Changelog: v0.2.1...v1.0.0