chore(v3): bump to v3.0.0-alpha.57 and update changelog [skip ci]

This commit is contained in:
github-actions[bot] 2026-01-05 02:55:08 +00:00
commit 862e2e8d6c
3 changed files with 12 additions and 6 deletions

View file

@ -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

View file

@ -20,14 +20,9 @@ After processing, the content will be moved to the main changelog and this file
## Changed
<!-- Changes in existing functionality -->
- Replace various debug logs from Info to Debug (by @mbaklor)
## Fixed
<!-- Bug fixes -->
- 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
<!-- Soon-to-be removed features -->

View file

@ -1 +1 @@
v3.0.0-alpha.56
v3.0.0-alpha.57