Tags: aldoyh/worldmonitor
Tags
chore: bump version to 2.5.20 + changelog Covers PRs koala73#452–koala73#484: Cloudflare edge caching, commodities SWR fix, security advisories panel, settings redesign, 52 POST→GET migrations.
fix(linux): detect NVIDIA GPU and work around EGL_BAD_ALLOC on Wayland ( koala73#446) Linux users with NVIDIA proprietary drivers on Wayland report crashes: "Could not create surfaceless EGL display: EGL_BAD_ALLOC. Aborting..." WebKitGTK's web process calls eglGetPlatformDisplay with the EGL_PLATFORM_SURFACELESS_MESA platform, which fails with NVIDIA's EGL implementation and triggers abort(). WEBKIT_DISABLE_DMABUF_RENDERER=1 (already set) only controls buffer sharing, not EGL initialization. Detect NVIDIA via /proc/driver/nvidia and: - Set __NV_DISABLE_EXPLICIT_SYNC=1 to prevent Wayland flickering - Force GDK_BACKEND=x11 on NVIDIA+Wayland (user can override) Also bumps version to 2.5.19. Refs: tauri-apps/tauri#9394, gitbutlerapp/gitbutler#5282
chore: bump v2.5.14 (koala73#428) Changes since v2.5.13: - feat: add ARM64 Linux build target and download detection (koala73#427) - fix(live-channels): tolerate YouTube API failures when adding custom channels (koala73#425) - fix(linux): append host GStreamer plugins to AppImage search path (koala73#424) - fix(linux): enable keyring persistence via Secret Service + keyutils (koala73#419)
chore: bump v2.5.12 ## Changelog - fix(linux): enable keyring persistence via Secret Service + keyutils (koala73#419) - fix(ci): use weston+XWayland for Linux smoke test (koala73#417) - ci: add standalone Test Linux App workflow (koala73#414) - ci: skip Typecheck and Lint on fork PRs (koala73#415) - perf: optimize Wingbits API usage and reduce unnecessary polling (koala73#416)
v2.5.11 Fixes: - Linux AppImage black screen on WebKit/GStreamer (koala73#411) - Destroy live news player before showing offline/error message (koala73#410)
PreviousNext