mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore(v3): bump to v3.0.0-alpha.42 and update changelog [skip ci]
This commit is contained in:
parent
7545701088
commit
f4d1a5db5d
3 changed files with 8 additions and 4 deletions
|
|
@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
*/
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.42 - 2025-12-10
|
||||
|
||||
## Added
|
||||
- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710)
|
||||
- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712)
|
||||
- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702)
|
||||
|
||||
## v3.0.0-alpha.41 - 2025-11-23
|
||||
|
||||
## Fixed
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Added
|
||||
<!-- New features, capabilities, or enhancements -->
|
||||
- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710)
|
||||
- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712)
|
||||
- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702)
|
||||
|
||||
## Changed
|
||||
<!-- Changes in existing functionality -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.41
|
||||
v3.0.0-alpha.42
|
||||
Loading…
Add table
Add a link
Reference in a new issue