Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.8 KB

Changelog

Starting from version 0.4.0, Doctave will maintain this changelog to describe changes in each release.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.2 2022-04-02

Fixed

  • Fix loading of Prism grammars when using a subdomain #40(@oeb25)

0.4.1 2022-01-05

Fixed

  • Fix CSS class name collision with some Prism grammars #34

0.4.0 2021-12-29

This was the biggest release since the initial introduction of Doctave, adding a number of interesting new features.

Added

  • Adds support for rendering mathematical notation #14
  • Broken links checking during build process #13
  • Expanded supported languages for syntax highlighting #24

Changed

  • Anchor links no longer contain a link index in the URL hash part #15
  • Updated Mermaid.JS version #17

Fixed

  • Build failure when including the root path in the navigation hierarchy #18 (@datdenkikniet)
  • Right side navigation not including text from code blocks in headings #15