fix: manually cleaned up the initial changelog.

This commit is contained in:
Xiaohan-Tian
2025-08-28 22:40:41 -07:00
parent a3b49980c3
commit d601bd1f6b
2 changed files with 2 additions and 19 deletions
+1
View File
@@ -126,6 +126,7 @@ jobs:
if [ -f "CHANGELOG.md" ]; then if [ -f "CHANGELOG.md" ]; then
# Prepend new entry to existing changelog # Prepend new entry to existing changelog
echo "" >> changelog_entry.md echo "" >> changelog_entry.md
echo "" >> changelog_entry.md
cat CHANGELOG.md >> changelog_entry.md cat CHANGELOG.md >> changelog_entry.md
mv changelog_entry.md CHANGELOG.md mv changelog_entry.md CHANGELOG.md
else else
+1 -19
View File
@@ -2,6 +2,7 @@
* Merge pull request #16 from KGAudioLab/fix/2025-08-24-misc (8eeec39) * Merge pull request #16 from KGAudioLab/fix/2025-08-24-misc (8eeec39)
* fix: use correct token in `release` action. (f93626d) * fix: use correct token in `release` action. (f93626d)
# [0.5.1-build.20250829] (2025-08-29) # [0.5.1-build.20250829] (2025-08-29)
* Merge pull request #15 from KGAudioLab/fix/2025-08-24-misc (58ba8e9) * Merge pull request #15 from KGAudioLab/fix/2025-08-24-misc (58ba8e9)
@@ -31,22 +32,3 @@
* optimized ChatBox component. (8b0ddae) * optimized ChatBox component. (8b0ddae)
* cleaned up the LLM providers. (429efaf) * cleaned up the LLM providers. (429efaf)
* removed native tool_calls handling from `OpenAIProvider`. (cf4f3ed) * removed native tool_calls handling from `OpenAIProvider`. (cf4f3ed)
# Changelog
All notable changes to this project will be documented in this file.
## [0.5.0-build.20250829] (2025-08-29)
### Initial Release Setup
* 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)
* feat: implemented Claude caching breakpoints (OpenRouter version) (b0e589d)
* feat: implemented ClaudeOpenRouterProvider (efb161d)
* feat: added a configuration option for Claude through OpenRouter (81c6aeb)
* docs: added Disclaimer section to README (efee261)
### Setup Notes
This is the initial setup of automated versioning and changelog generation. Future releases will be automatically managed through the GitHub Actions workflow.