Wails v3.0.0-alpha.78
- Add Frontend Routing entry to the sidebar navigation in PR by @leaanthony
- Add frontend routing guide with framework-specific recommendations in PR by @leaanthony
- Fix halved
Screen.Bounds,WorkArea, andSizeon Retina Macs by converting NSScreen point values to device pixels in thePhysical*fields, and populate top-levelScreen.X/Yso multi-monitor touching detection and work-area placement are correct in PR by @wayneforrest
🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.78
Version 2.13.9 Bug Fix Release
- fix: fix simscreen double chan closure on disposal by @pancsta in https://github.com/gdamore/tcell/pull/1035
- fix(input): handle ESC during CSI and SS3 parse states per ECMA-48 by @ModeEngage in https://github.com/gdamore/tcell/pull/1054
- fix: backport OSC 8 sanitizer to v2
Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.8...v2.13.9
V3.3.0 Feature Release
- chore(deps): bump golang.org/x/term from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1040
- ci: only run the CI on main and on PRs by @gdamore in https://github.com/gdamore/tcell/pull/1049
- fix(mouse): work around Ghostty false motion press bug by @noborus in https://github.com/gdamore/tcell/pull/1051
- Fix expected bell count in beep_test.go by @wangzhione in https://github.com/gdamore/tcell/pull/1052
- style: unify spelling of OSC in code comments by @CatsDeservePets in https://github.com/gdamore/tcell/pull/1050
- fix(input): handle ESC during CSI and SS3 parse states per ECMA-48 by @ModeEngage in https://github.com/gdamore/tcell/pull/1053
- chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1056
- feat(events): add Unwrap() to EventError by @Tubbles in https://github.com/gdamore/tcell/pull/1058
- chore(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1055
- chore(deps): bump golang.org/x/term from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1057
- Faster rendering with better grapheme segmentation by @gdamore in https://github.com/gdamore/tcell/pull/1060
- Fix for broken terminal negotiation in Windows by @gdamore in https://github.com/gdamore/tcell/pull/1063
- Sanitize OSC 8 links (fixes #1061) by @gdamore in https://github.com/gdamore/tcell/pull/1064
- @wangzhione made their first contribution in https://github.com/gdamore/tcell/pull/1052
- @CatsDeservePets made their first contribution in https://github.com/gdamore/tcell/pull/1050
- @Tubbles made their first contribution in https://github.com/gdamore/tcell/pull/1058
Full Changelog: https://github.com/gdamore/tcell/compare/v3.2.0...v3.3.0
Wails v3.0.0-alpha.77
- Fix data race in ScreenManager that causes WebKit DisplayLink deadlock on display configuration change (e.g. external monitor hot-plug during sleep/wake)
🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.77
Wails v3.0.0-alpha.76
- Directly sets CFBundleIconName to appicon when Assets.car exists in PR by @symball
🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.76
Wails v3.0.0-alpha.75
- Fix
wails3 doctorreporting incorrect WebKitGTK packages on Fedora, openSUSE, Arch, and NixOS — 4.0 fallback entries have been removed since v3 requires the 4.1 API at compile time (#5071) - Fix openSUSE webkit2gtk doctor package name (
webkit2gtk4_1-devel→webkit2gtk3-devel, the correct openSUSE package name) (#5071) - Fix
Unexpected token '<'error when/wails/custom.jsis missing in desktop dev mode. Added explicit 404 handler for/wails/custom.jsand case-insensitiveContent-Typevalidation inloadOptionalScriptto prevent HTML SPA fallbacks from being injected as JavaScript. (#5068)
🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.75
v4.34.0
lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️
Everybody thinks that the others will donate, but in the end, nobody does.
So if you think that lego is worth it, please consider donating.
For key updates, see the changelog.
- b682f8494cca7fd9859adc8814b253e6855b7faa Add DNS provider for 1cloud.ru (#2921)
- 79b83fe1e38e6b93443077014fb51d3ba3bfed7b Add DNS provider for Netnod (#2919)
- ca178943d0a6394ae44d94ed37306d66b14ee2c2 Add DNS provider for UCloud (#2972)
- 61bd6bf0b9bc49c740528316dc8054871127d706 Add DNS provider for online.net (#2964)
- 4f6a481bc4298383b1d2514f3dab0dbd0120b544 bluecatv2: fix documentation
- aa6fcebccb73828e933c33363dccc0a93a101988 fix: check base64url token
- 1274ec8741d7ac0b4232775e358bc95db44d961c oraclecloud: support profile session token (#2965)
- cff2cd750413febbec64cb5fb3eedfc5a2e31a49 rfc2136: add RFC3645 (TSIG-GSS) support (#2946)
- 33754b3b216169b18d580bddf1837e713bff7c30 rfc2136: add dnsupdate as alias (#2957)
- 79796e155e4460967458c0df8fe58ea390cfe08f yandex360: update API docs links (#2922)
v4.9.0
This release contains new features, improvements, and bug fixes
- US-1360 Merge PDFs using PDF Streams
- US-1370 Font subsetting support for OTF fonts
- US-1364
ReaderOptsaddParserAutoRepairoption to enable auto-repair of malformed PDFs during parsing
- US-200 Font file support for GSUB parsing into font parsing (ttfparser.go)
- US-1253 Merge TTF and OTF font processing as one
- US-1357 Update unidoc/typesetting version
- US-1365 Timestamp server test mockup
- US-1372
coretest coverage to 75% - US-1378
contentstreamtest coverage to 78% - US-1379
modeltest coverage to 60% - US-1380
rendertest coverage to 65% - US-1381
pdfutiltest coverage to 58% - US-1381
model/optimizetest coverage to 65% - US-1385 Pool
flate.ReaderInstances via sync.Pool
- US-1371 Extract text issue with ActualText replacement in TJ arrays fix
- US-1356 Data race in JBIG2 decoder causes OOM crash under concurrent PdfReaderLazy usage fix
- US-1252 Some text space is missing when rendering Arabic and Latin using OTF text shaping fix
- US-1387 Generated file 2_p_multi.pdf has error: The font 'FreeSans' contains bad /Widths in Adobe Reader fix
v1.70.0
- Go 1.26 and golangci-lint updates by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2146
- Add WithLimit methods for uncompression by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2147
- Honor Root for fs.FS and normalize fs-style roots by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2145
- Sanitize header values in all setter paths to prevent CRLF injection by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2162
- Add ServeFileLiteral, ServeFSLiteral and SendFileLiteral by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2163
- Prevent chunk extension request smuggling by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2165
- Validate request URI format during header parsing to reject malformed requests by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2168
- HTTP1/1 requires exactly one Host header by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2164
- Strict HTTP version validation and simplified first line parsing by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2167
- Only normalize pre-colon whitespace for HTTP headers by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2172
- fs: reject '..' path segments in rewritten paths by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2173
- fasthttpproxy: reject CRLF in HTTP proxy CONNECT target by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2174
- fasthttpproxy: scope proxy auth cache to GetDialFunc by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2144
- feat: enhance performance by @ReneWerner87 in https://github.com/valyala/fasthttp/pull/2135
- export ErrConnectionClosed by @pjebs in https://github.com/valyala/fasthttp/pull/2152
- fix: detect master process death in prefork children by @meruiden in https://github.com/valyala/fasthttp/pull/2158
- return prev values by @pjebs in https://github.com/valyala/fasthttp/pull/2123
- docs: added httpgo to related projects by @MUlt1mate in https://github.com/valyala/fasthttp/pull/2169
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2149
- chore(deps): bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2170
- chore(deps): bump github.com/klauspost/compress from 1.18.2 to 1.18.3 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2129
- chore(deps): bump github.com/klauspost/compress from 1.18.3 to 1.18.4 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2140
- chore(deps): bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2166
- chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2139
- chore(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2128
- chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2138
- chore(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2125
- chore(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2137
- chore(deps): bump securego/gosec from 2.22.11 to 2.23.0 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2142
- Update securego/gosec from 2.23.0 to 2.25.0 by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2161
- @MUlt1mate made their first contribution in https://github.com/valyala/fasthttp/pull/2169
- @meruiden made their first contribution in https://github.com/valyala/fasthttp/pull/2158
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.69.0...v1.70.0