Releases: emerauda/TopazBot
Releases · emerauda/TopazBot
TopazBot v2.0.1
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
v2.0.0
Change from JavaScript to TypeScript
Full Changelog: v1.0.3...v2.0.0
v1.0.3
Some fix
Full Changelog: v1.0.2...v1.0.3
v1.0.1
Add ts-node
Full Changelog: v1.0.0...v1.0.1
TopazBot v1.0.0
Transition to Typescript and Improvements
Full Changelog: v0.4.0...v1.0.0
TopazBot v0.4.0
Refactor voice channel handling and enhance stream playback functionality
- Improved the joinVoice function to handle voice channel accessibility checks.
- Added auto-resume functionality for streams when idle.
- Refactored playStream and autoResume functions for better clarity and error handling.
- Updated FFmpeg stream creation to use 'adts' format and copy audio codec.
- Enhanced logging for connection status and stream activity.
- Cleaned up redundant code and improved overall structure for maintainability.
Full Changelog: v0.3.20...v0.4.0
TopazBot v0.3.20
Full Changelog: 0.3.17...v0.3.20
TopazBot 0.3.17
Some Fix
TopazBot 0.3.16
for discord.js 14
TopazBot 0.3.15
minor fix