Skip to content

Commit f302c80

Browse files
committed
v2.9.2
1 parent 5d2b430 commit f302c80

File tree

5 files changed

+30
-17
lines changed

5 files changed

+30
-17
lines changed

.github/workflows/build-and-test.yml

+24-12
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest, macos-11]
16-
go-version: ['1.21']
15+
os: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest]
16+
go-version: ['1.22']
1717

1818
steps:
1919
- name: Checkout code
@@ -28,7 +28,7 @@ jobs:
2828
- uses: awalsh128/cache-apt-pkgs-action@latest
2929
if: matrix.os == 'ubuntu-24.04'
3030
with:
31-
packages: libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config
31+
packages: libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config libegl1
3232
version: 1.0
3333

3434
- name: Setup Go
@@ -38,14 +38,14 @@ jobs:
3838
cache-dependency-path: ./v2/go.sum
3939

4040
- name: Run tests (mac)
41-
if: matrix.os == 'macos-latest' || matrix.os == 'macos-11'
41+
if: matrix.os == 'macos-latest'
4242
env:
4343
CGO_LDFLAGS: -framework UniformTypeIdentifiers -mmacosx-version-min=10.13
4444
working-directory: ./v2
4545
run: go test -v ./...
4646

4747
- name: Run tests (!mac)
48-
if: matrix.os != 'macos-latest' && matrix.os != 'macos-11' && matrix.os != 'ubuntu-24.04'
48+
if: matrix.os != 'macos-latest' && matrix.os != 'ubuntu-24.04'
4949
working-directory: ./v2
5050
run: go test -v ./...
5151

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: true
8888
matrix:
89-
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04, macos-11]
89+
os: [ubuntu-22.04, windows-latest, macos-latest, ubuntu-24.04]
9090
template:
9191
[
9292
svelte,
@@ -103,13 +103,13 @@ jobs:
103103
vanilla-ts,
104104
plain,
105105
]
106-
go-version: ['1.21']
106+
go-version: ['1.22']
107107
steps:
108108
- name: Checkout
109109
uses: actions/checkout@v4
110110

111111
- name: Setup Go
112-
uses: actions/setup-go@v4
112+
uses: actions/setup-go@v5
113113
with:
114114
go-version: ${{ matrix.go-version }}
115115
cache-dependency-path: ./v2/go.sum
@@ -120,13 +120,25 @@ jobs:
120120
go install
121121
wails -help
122122
123-
- name: Install linux dependencies ( 22.04 )
123+
- uses: awalsh128/cache-apt-pkgs-action@latest
124124
if: matrix.os == 'ubuntu-22.04'
125-
run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev build-essential pkg-config
125+
with:
126+
packages: libgtk-3-dev libwebkit2gtk-4.0-dev build-essential pkg-config
127+
version: 1.0
126128

127-
- name: Install linux dependencies ( 24.04 )
129+
# - name: Install linux dependencies ( 22.04 )
130+
# if: matrix.os == 'ubuntu-22.04'
131+
# run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev build-essential pkg-config
132+
133+
- uses: awalsh128/cache-apt-pkgs-action@latest
128134
if: matrix.os == 'ubuntu-24.04'
129-
run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config
135+
with:
136+
packages: libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config libegl1
137+
version: 1.0
138+
139+
# - name: Install linux dependencies ( 24.04 )
140+
# if: matrix.os == 'ubuntu-24.04'
141+
# run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config
130142

131143
- name: Generate & Build template '${{ matrix.template }}'
132144
if: matrix.os != 'ubuntu-24.04'

v2/cmd/wails/internal/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.9.1
1+
v2.9.2

v2/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/tc-hib/winres v0.2.1
3737
github.com/tidwall/sjson v1.1.7
3838
github.com/tkrajina/go-reflector v0.5.6
39-
github.com/wailsapp/go-webview2 v1.0.10
39+
github.com/wailsapp/go-webview2 v1.0.16
4040
github.com/wailsapp/mimetype v1.4.1
4141
github.com/wzshiming/ctc v1.2.3
4242
golang.org/x/mod v0.14.0

v2/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyC
234234
github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
235235
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=
236236
github.com/valyala/fasttemplate v1.2.2/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
237-
github.com/wailsapp/go-webview2 v1.0.10 h1:PP5Hug6pnQEAhfRzLCoOh2jJaPdrqeRgJKZhyYyDV/w=
238-
github.com/wailsapp/go-webview2 v1.0.10/go.mod h1:Uk2BePfCRzttBBjFrBmqKGJd41P6QIHeV9kTgIeOZNo=
237+
github.com/wailsapp/go-webview2 v1.0.16 h1:wffnvnkkLvhRex/aOrA3R7FP7rkvOqL/bir1br7BekU=
238+
github.com/wailsapp/go-webview2 v1.0.16/go.mod h1:Uk2BePfCRzttBBjFrBmqKGJd41P6QIHeV9kTgIeOZNo=
239239
github.com/wailsapp/mimetype v1.4.1 h1:pQN9ycO7uo4vsUUuPeHEYoUkLVkaRntMnHJxVwYhwHs=
240240
github.com/wailsapp/mimetype v1.4.1/go.mod h1:9aV5k31bBOv5z6u+QP8TltzvNGJPmNJD4XlAL3U+j3o=
241241
github.com/wzshiming/ctc v1.2.3 h1:q+hW3IQNsjIlOFBTGZZZeIXTElFM4grF4spW/errh/c=

website/src/pages/changelog.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## [Unreleased]
1616

17+
## v2.9.2 - 2024-09-18
18+
1719
### Fixed
1820
- Fixed CGO memory issue on Darwin by @leaanthony in [PR](https://github.com/wailsapp/wails/pull/3590)
1921
- Fixed an error that occurred when an author name contains a string that is not suitable for JSON. Fixed by @taiseiotsuka in [PR](https://github.com/wailsapp/wails/pull/3638)
@@ -33,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3335
### Changed
3436
- Modified docs to reflect the correct password syntax for the `gon-sign.json` file [PR](https://github.com/wailsapp/wails/pull/3620) by [@ignasbernotas](github.com/ignasbernotas)
3537

36-
3738
## v2.9.1 - 2024-06-18
3839

3940
### Fixed

0 commit comments

Comments
 (0)