Releases: catppuccin/mdBook
v3.1.0
v3.1.0 (2024-11-15)
This release adds support for the lambdalisue/rs-mdbook-alerts
plugin!
We've also changed the highlights for inline code blocks to be less colourful and ensure links stay blue
:
Before | After |
---|---|
Features
Bug Fixes
- change inline codeblocks from
peach
totext
(45da623) - increase contrast on icons hover (#140) (7edf128)
- preserve links as
blue
inside inline codeblocks (45da623)
Code Refactoring
- consistently use "flavor" and "color" spellings, update sass syntax (#138) (fa0912e)
- website: set default to
latte
(#141) (e8a0135)
New Contributors
Full Changelog: v3.0.3...v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.2.0
v2.1.0
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
, andwin32-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
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
- admonish: prefix
admonish-
to class names (#76) (ba711b6) by @CoralPink
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
1.2.0 (2023-10-03)
Important
This release only supports up until mdbook version 0.4.34
Features
Bug Fixes
New Contributors
- @CoralPink made their first contribution in #67
Full Changelog: v1.0.0...v1.2.0