Skip to content

TopazBot v2.0.1

Latest

Choose a tag to compare

@emerauda emerauda released this 04 Jul 07:43
· 13 commits to main since this release
0687981

Changelog

All notable changes to TopazBot are documented in this file.

2.0.1 - 2025-07-04

Added

  • Release notes in English for version 2.0.1

Changed

  • Website & Documentation:

    • Integrated custom dark theme CSS (assets/css/style.css) with Jekyll GitHub Pages deployment.
    • Updated Jekyll workflow to include README files, assets, and custom head script for Mermaid diagrams.
    • Enhanced site layout to mimic GitHub repository style using GitHub Markdown CSS and responsive wrapper.
    • Centered content with a max-width of 780px for improved readability.
    • Ensured dark background (#0d1117) applies to entire page (html, body).
    • Swapped CSS link order to allow custom styles to override theme defaults.
  • Mermaid Integration:

    • Added Mermaid.js initialization in page head and default layout script.
    • Supported converting fenced Mermaid code blocks to diagram containers for GitHub Pages.
  • Prettier & Formatting:

    • Fixed nested-quote syntax in _layouts/default.html to satisfy Prettier checks.
    • Enforced consistent formatting on HTML, CSS, and Markdown files.

Fixed

  • Layout background issue where non-content areas appeared white.
  • Central alignment of documentation wrapper to prevent left-aligned content.

Deprecated

  • N/A

Removed

  • N/A

Security

  • N/A

Full Changelog: v2.0.0...v2.0.1