Skip to content

Releases: catppuccin/mdBook

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

v0.2.1

29 Jul 14:28
v0.2.1
b6a45ab
Compare
Choose a tag to compare

Fixes

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Jun 01:34
v0.2.0
71edde0
Compare
Choose a tag to compare

🛑 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:
    • 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

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 Aug 21:16
4bf11b5
Compare
Choose a tag to compare

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

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

27 Aug 12:56
b694698
Compare
Choose a tag to compare

🎉 The first-ever release of mdbook-catppuccin 🎉

image