Skip to content

Tags: aldoyh/worldmonitor

Tags

v2.5.20

Toggle v2.5.20's commit message
chore: bump version to 2.5.20 + changelog

Covers PRs koala73#452koala73#484: Cloudflare edge caching, commodities SWR fix,
security advisories panel, settings redesign, 52 POST→GET migrations.

v2.5.19

Toggle v2.5.19's commit message
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

v2.5.18

Toggle v2.5.18's commit message
chore: bump v2.5.18 (koala73#445)

v2.5.17

Toggle v2.5.17's commit message
chore: bump v2.5.17 (koala73#443)

v2.5.16

Toggle v2.5.16's commit message
chore: bump v2.5.16 (koala73#440)

v2.5.15

Toggle v2.5.15's commit message
chore: bump v2.5.15 (koala73#432)

v2.5.14

Toggle v2.5.14's commit message
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)

v2.5.12

Toggle v2.5.12's commit message
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

Toggle v2.5.11's commit message
v2.5.11

Fixes:
- Linux AppImage black screen on WebKit/GStreamer (koala73#411)
- Destroy live news player before showing offline/error message (koala73#410)