From a27200cd94708309f45ca553fb0d3a1d72db752c Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 17 Dec 2024 13:04:55 +0700 Subject: [PATCH] add changelog tracking --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f33a02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,56 @@ +# Changelog + +All notable changes to OrionChat will be documented in this file. + +## [v0.0.4a] - 2024-03-17 + +### Added +- TikTok TTS integration + - Added 50+ unique TikTok voices + - Added voice preview functionality with audio samples + - Added voice filtering by language and gender + - Added multi-voice selection with random voice feature + - Added voice sample playback in control panel +- New voice selection UI + - Searchable voice list + - Language and gender filters + - Click-to-select rows + - Voice counter with clear function + - Select all/none functionality + +### Changed +- Restructured TTS system to support multiple providers +- Updated voice selection interface in control panel +- Expanded language support to include more options +- Improved voice management system + +### Fixed +- Text sanitization for TTS providers +- Voice selection persistence during filtering +- Audio playback handling + +## [v0.0.3a] - 2024-03-xx + +### Added +- Initial avatar system +- Basic TTS functionality with Google Translate +- Chat display system +- Platform integration (YouTube, TikTok, Twitch) + +### Changed +- Initial OBS integration +- Basic control panel implementation + +## [v0.0.2a] - 2024-03-xx + +### Added +- Basic chat functionality +- Initial UI implementation +- Platform connection handling + +## [v0.0.1a] - 2024-03-xx + +### Added +- Initial release +- Basic server functionality +- Core application structure \ No newline at end of file