mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
chore(v3): bump to v3.0.0-alpha.57 and update changelog [skip ci]
This commit is contained in:
parent
93c307b4b2
commit
862e2e8d6c
3 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.56
|
||||
v3.0.0-alpha.57
|
||||
Loading…
Add table
Add a link
Reference in a new issue