From 60c31b6016169c19ba7013430c952743edd32ab1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 29 Aug 2025 05:29:52 +0000 Subject: [PATCH] chore(release): 0.5.1-build.20250829 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated release with automated versioning system. Release type: patch Build date: 2025-08-29 05:29:52 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da49115..bba3c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# [0.5.1-build.20250829] (2025-08-29) + +* Merge pull request #15 from KGAudioLab/fix/2025-08-24-misc (58ba8e9) +* fix: use correct token in `release` action. (9230b0f) +* Merge pull request #14 from KGAudioLab/fix/2025-08-24-misc (72994b5) +* feat: implement automated versioning. (0eac494) +* fix: reset mute/solo UI states on project/track changes (62b3a8c) +* fix: preserve overlapping notes with same end time in ABC conversion (1fd1486) +* feat: implemented select all notes feature. (6445325) +* Merge pull request #13 from KGAudioLab/feat/2025-08-24-claude-support (131b99a) +* implemented Claude caching breakpoints (OpenRouter version). (b0e589d) +* implemented `ClaudeOpenRouterProvider`. (efb161d) +* added a configuration option for Claude through OpenRouter. (81c6aeb) +* Merge pull request #12 from KGAudioLab/fix/2025-08-16-misc (cd671ea) +* added `Disclaimer` section to README. (efee261) +* Merge pull request #11 from KGAudioLab/fix/2025-08-16-misc (48c9337) +* minor README update. (bc01d42) +* Merge pull request #10 from KGAudioLab/fix/2025-08-16-misc (9b095e1) +* minor README updates. (042366d) +* Merge pull request #9 from KGAudioLab/fix/2025-08-16-misc (7b4b825) +* minor README update. (719a184) +* Merge pull request #8 from KGAudioLab/fix/2025-08-16-misc (7ac14b3) +* rewrote `welcome_new` article; updated readme file; introduced `/help` command. (f2355b2) +* added export conversation feature. (0c54332) +* added an option to fix the "Zoom can't capture the sound" problem (it is IMPORTANT to choose "share sound" when share screen in Zoom). (c1112f4) +* added overview document. (365acda) +* optimized ChatBox component. (8b0ddae) +* cleaned up the LLM providers. (429efaf) +* removed native tool_calls handling from `OpenAIProvider`. (cf4f3ed) # Changelog All notable changes to this project will be documented in this file. diff --git a/package.json b/package.json index 42048f9..9451e63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.5.0", + "version": "0.5.1-build.20250829", "type": "module", "scripts": { "dev": "vite",