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.72 and update changelog [skip ci]
This commit is contained in:
parent
b2be682176
commit
4aaec93fbb
3 changed files with 6 additions and 3 deletions
|
|
@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
*/
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.72 - 2026-02-16
|
||||
|
||||
## Fixed
|
||||
- Fix 20-30 minute hangs during `wails3 build` and `wails3 dev` by excluding `node_modules/` from go-task's up-to-date checking. Previously, the `sources: "**/*"` glob caused go-task to enumerate and checksum every file in `node_modules/` (50-100k+ files with heavy dependencies like MUI), especially slow on Windows/NTFS (#4939)
|
||||
|
||||
## v3.0.0-alpha.71 - 2026-02-10
|
||||
|
||||
## Added
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@ After processing, the content will be moved to the main changelog and this file
|
|||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
|
||||
- Fix 20-30 minute hangs during `wails3 build` and `wails3 dev` by excluding `node_modules/` from go-task's up-to-date checking. Previously, the `sources: "**/*"` glob caused go-task to enumerate and checksum every file in `node_modules/` (50-100k+ files with heavy dependencies like MUI), especially slow on Windows/NTFS (#4939)
|
||||
|
||||
## Deprecated
|
||||
<!-- Soon-to-be removed features -->
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.71
|
||||
v3.0.0-alpha.72
|
||||
Loading…
Add table
Add a link
Reference in a new issue