Skip to content

Releases: davep/blogmore

The third party release

11 Jun 07:32
9a96085

Choose a tag to compare

What's Changed

  • Added a third_party configuration mapping to allow overriding the script and stylesheet URLs/locations for Mermaid, KaTeX, MathJax, FontAwesome, and Force-Graph. (#615)
  • Refactored the FontAwesome metadata caching to hash the configured URL, ensuring cache invalidation when a user updates their targeted version. (#615)

Full Changelog: v2.42.0...v2.43.0

The core dump release

08 Jun 12:53
4640cfb

Choose a tag to compare

What's Changed

  • Restructured the dump command to support subcommands, converting the original post-dumping functionality into a dump posts subcommand while maintaining posts as the default subcommand for backward compatibility. (#609)
  • Added a categories subcommand to the dump command to export all blog categories to stdout as JSON pairs of [slug, display_name], using the most common casing variant of each category across all posts. (#610)
  • Added a tags subcommand to the dump command to export all blog tags to stdout as JSON pairs of [slug, display_name], using the most common casing variant of each tag across all posts. (#611)
  • Added a series subcommand to the dump command to export all blog series to stdout as JSON pairs of [slug, display_name], using the most common casing variant of each series across all posts. (#612)

Full Changelog: v2.41.0...v2.42.0

The "doing the maths" release

07 Jun 08:13
0bfb215

Choose a tag to compare

What's Changed

  • Added Mermaid diagram rendering support via the with_mermaid configuration option. (#600)
  • Added LaTeX math rendering support via the with_maths and maths_provider configuration options. (#604)

Full Changelog: v2.40.1...v2.41.0

The delinted linter release

06 Jun 13:38
7c0433a

Choose a tag to compare

What's Changed

  • Fixed the internal link linter to recognise the series index page (respecting series_index_path) and all series archive pages (including paginated pages) as valid internal URLs. (#598)

Full Changelog: v2.40.0...v2.40.1

The unparalleled release

06 Jun 07:55
243debf

Choose a tag to compare

What's Changed

  • Added a series feature to group multi-part articles. (#595)

Full Changelog: v2.39.0...v2.40.0

The INTERCAL release

05 Jun 07:33
4c93174

Choose a tag to compare

What's Changed

  • Added support for URL aliases and path redirects using a redirect_from list in post/page frontmatter. (#590)
  • Fixed heading anchor characters appearing in RSS/Atom feeds and the client-side search index, while preserving any legitimate pilcrow characters written in the text. (#593)

Full Changelog: v2.38.0...v2.39.0

The ToC release

04 Jun 12:26
d004133

Choose a tag to compare

What's Changed

  • Formatted count numbers on the statistics page (such as posts, tags, categories, external links, word counts, lifespan, streaks) with commas when they run into the thousands. (#586)
  • Added a responsive table of contents display to posts and pages, which floats to the right on wider displays, or as a collapsible inline list on narrow displays. Also added support for show_toc and show_toc_inline frontmatter properties (on by default). (#588)

Full Changelog: v2.37.0...v2.38.0

The errors-as-standard release

03 Jun 07:27
aa27015

Choose a tag to compare

What's Changed

  • Fixed the tag and category count calculations in blog statistics to count clean (sanitised) values instead of raw values. (#582)
  • Ensured all printed warnings and errors are written to stderr, avoiding contamination of redirected stdout. (#583)

Full Changelog: v2.36.0...v2.37.0

The photoblog-friendly release

01 Jun 07:40
f5eaea4

Choose a tag to compare

What's Changed

  • Updated the "Focus by Year" statistics calculation for posts with empty prose text to fall back on their title and tags instead. (#576)
  • The stats page no longer shows the min/max word count if both values are zero. (#577)
  • Fixed hover anchor not showing on hover of a heading in user-written pages. (#578)

Full Changelog: v2.35.0...v2.36.0

The socially awesome release

31 May 15:22
7306086

Choose a tag to compare

What's Changed

  • Bumped the version of FontAwesome used for the social icons from v6.5.1 to v6.7.2. (#573)

Full Changelog: v2.34.0...v2.35.0