Releases: catppuccin/mdBook
v1.0.0
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
Code Refactoring
- merge css files and separate admonish (5a160cd)
Full Changelog: v0.2.1...v1.0.0
v0.2.1
Fixes
- add
cargo
feature forcrate_version
by @sgoudham (dde0c18)- This fixes #52
- pin mdbook to 0.4.22 by @nyxkrage (cc92a34)
- This will prevent issues like #52 from happening again.
- Fix source filter in
flake.nix
by @VojtechStep in #51
New Contributors
- @VojtechStep made their first contribution in #51
Full Changelog: v0.2.0...v0.2.1
v0.2.0
🛑 This Version Has Been Yanked 🛑
Please use https://github.com/catppuccin/mdBook/releases/tag/v0.2.1 instead.
Apologies for leaving this on the back burner for so long!
This release makes the port more maintainable as we are now using catppuccin/highlightjs for the majority of the CSS. There have also been improvements to the CI/CD pipeline to distribute a wider array of binaries.
We now also have an example book deployed at https://mdbook.catppuccin.com for people that are interested in trying out the theme but don't want to download it!
Thanks to anyone who chooses to use this, I really appreciate it <3
Feature
- general:
Bug Fixes
- general:
Documentation
-
general:
-
README:
Refactor
New Contributors
- @nullchilly made their first contribution in #16
- @nekowinston made their first contribution in #39
Full Changelog: v0.1.1...v0.2.0
v0.1.1
CHANGELOG
v0.1.1 - 2022-08-27 21:05:04
The default theme Ayu
was not included within the given index.hbs
, this has now been fixed