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.
- Integrated custom dark theme CSS (
-
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.htmlto satisfy Prettier checks. - Enforced consistent formatting on HTML, CSS, and Markdown files.
- Fixed nested-quote syntax in
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