Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v2/pkg/templates/base/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.18
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/generate/plain/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.18
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/lit-ts/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/lit/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/plain/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/preact-ts/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/preact/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/react-ts/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/react/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/svelte-ts/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/svelte/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/vanilla-ts/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/vanilla/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/vue-ts/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
2 changes: 1 addition & 1 deletion v2/pkg/templates/templates/vue/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module changeme

go 1.23
go 1.23.0

require github.com/wailsapp/wails/v2 {{.WailsVersion}}

Expand Down
1 change: 1 addition & 0 deletions website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added url validation for BrowserOpenURL by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4484)
- Fixed C compilation error in onWayland on Linux due to declaration after label [#4446](https://github.com/wailsapp/wails/pull/4446) by [@jaesung9507](https://github.com/jaesung9507)
- Use computed style when adding 'wails-drop-target-active' [PR](https://github.com/wailsapp/wails/pull/4420) by [@riannucci](https://github.com/riannucci)
- Fixed initialisation templates to the correct Go version [PR](https://github.com/wailsapp/wails/pull/4618) by [@Xelus22](https://github.com/Xelus22)
- Fixed panic when adding menuroles on Linux [#4558](https://github.com/wailsapp/wails/pull/4558) by [@jaesung9507](https://github.com/jaesung9507)
- Fixed Discord badge in README by @sharkmu in [PR](https://github.com/wailsapp/wails/pull/4626)
- Fixed HTML DnD by @leaanthony
Expand Down