Skip to content

Releases: emerauda/TopazBot

TopazBot v2.0.1

04 Jul 07:43
0687981

Choose a tag to compare

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

v2.0.0

01 Jul 21:06
db56209

Choose a tag to compare

Change from JavaScript to TypeScript
Full Changelog: v1.0.3...v2.0.0

v1.0.3

21 Jun 04:56
8a4ffb9

Choose a tag to compare

Some fix
Full Changelog: v1.0.2...v1.0.3

v1.0.1

20 Jun 19:11
b2b7dd0

Choose a tag to compare

Add ts-node
Full Changelog: v1.0.0...v1.0.1

TopazBot v1.0.0

20 Jun 18:18

Choose a tag to compare

Transition to Typescript and Improvements
Full Changelog: v0.4.0...v1.0.0

TopazBot v0.4.0

04 Dec 22:44

Choose a tag to compare

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

03 Dec 19:35

Choose a tag to compare

TopazBot 0.3.17

12 Feb 14:13
2fc7df0

Choose a tag to compare

Some Fix

TopazBot 0.3.16

12 Feb 09:34
29f57c2

Choose a tag to compare

for discord.js 14

TopazBot 0.3.15

22 Jan 10:02
e346bd4

Choose a tag to compare

minor fix