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.61 and update changelog [skip ci]
This commit is contained in:
parent
8598034942
commit
a0d2e03f64
3 changed files with 7 additions and 3 deletions
|
|
@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
*/
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.61 - 2026-01-20
|
||||
|
||||
## Fixed
|
||||
- Update the docs page for keyboard shortcuts and corrects the type of the callback parameter for `KeyBinding.Add` by @ndianabasi
|
||||
- Fix documentation regarding generating custom binding, must use `-d String` instead of `-o String`
|
||||
|
||||
## v3.0.0-alpha.60 - 2026-01-14
|
||||
|
||||
## Fixed
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
- Update the docs page for keyboard shortcuts and corrects the type of the callback parameter for `KeyBinding.Add` by @ndianabasi
|
||||
- Fix documentation regarding generating custom binding, must use `-d String` instead of `-o String`
|
||||
|
||||
## Deprecated
|
||||
<!-- Soon-to-be removed features -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.60
|
||||
v3.0.0-alpha.61
|
||||
Loading…
Add table
Add a link
Reference in a new issue