diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index 34ee2368d..ddfa886b8 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.57 - 2026-01-05 + +## Changed +- Replace various debug logs from Info to Debug (by @mbaklor) + +## Fixed +- Fix SaveFileDialog.SetFilename() having no effect on Linux (#4841) by @samstanier +- Fix drop coordinates showing as undefined in drag-n-drop example +- Fix macOS app bundle creation failing when APP_NAME contains spaces (brace expansion issue) +- Fix index out of bounds panic on Windows when calling service methods (revert goccy/go-json) + ## v3.0.0-alpha.56 - 2026-01-04 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index a78adee44..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -20,14 +20,9 @@ After processing, the content will be moved to the main changelog and this file ## Changed -- Replace various debug logs from Info to Debug (by @mbaklor) ## Fixed -- Fix SaveFileDialog.SetFilename() having no effect on Linux (#4841) by @samstanier -- Fix drop coordinates showing as undefined in drag-n-drop example -- Fix macOS app bundle creation failing when APP_NAME contains spaces (brace expansion issue) -- Fix index out of bounds panic on Windows when calling service methods (revert goccy/go-json) ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 5e74e2d46..63ca63748 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.56 \ No newline at end of file +v3.0.0-alpha.57 \ No newline at end of file