Desktop

153 items RSS
W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.122

Wails v3 Alpha Release - v3.0.0-alpha2.122 Added Implement generic asynchronous FIFO mailbox for ordered event delivery in PR by @savely-krasovsky Changed Add support for rounded, square, and custom radius corners on macOS frameless windows in PR by @leaanthony Fixed Fetch shim passes undefined for missing Blob/FormData headers in PR by @leaanthony 🤖 This is an automated nightly release generated…

N
Neutralinojs Desktop

Neutralinojs nightly release

⚠️ Nightly build: This nightly-release may contain experimental features and breaking changes. What's new No changes — this version is similar to the previous version Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version. Get started: https://neutralino.js.org/docs This release was auto-generated by ReleaseZri 🚀

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.121

Wails v3 Alpha Release - v3.0.0-alpha2.121 Added Add macOS DMG packaging support with new options and build tasks in PR by @leaanthony Changed GitHub updater excludes Windows installer assets by default in PR by @leaanthony Fixed Fix Linux WebKit crash when sending Blob or FormData in fetch requests in PR by @taliesin-ai 🤖 This is an automated nightly release generated from the latest changes on m…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.120

Wails v3 Alpha Release - v3.0.0-alpha2.120 Added Implement macOS title-bar double-click actions for maximize or minimize in PR by @taliesin-ai Changed Update QR service tutorial to use NewServiceWithOptions and add spacing in PR by @jeongkyu Fixed Keep WKWebView responsive during macOS zoom in PR by @leaanthony Fix GTK4 window size queries and emit resize, maximise, minimise, and fullscreen state…

D
Dioxus Desktop v0.8.0-alpha

v0.8.0-alpha.1

What's Changed Implement support for selection events by @ealmloff in #5570 fix: release pins on git2 to fix non --locked cli installs by @jkelleyrtp in #5575 remove v0.7 asset fallback by @jkelleyrtp in #5576 Pin rhai_codegen by @ealmloff in #5593 fix(autofmt): formatting idempotency for long if/else attrs, empty bodies, and split_line_attributes by @micahkepe in #5509 fix: propagate response bod…

D
Dioxus Desktop v0.7.10

v0.7.10

What's Changed [v0.7] Fix hotpatching when the bin target's crate name differs from the package name by @nicoburns in #5720 Full Changelog: v0.7.9...v0.7.10

A
Avalonia Desktop v12.1.1

12.1.1

What's Changed Enhancements Controls – Add ToolTip.ShouldUseOverlayLayer attached property by @rabbitism in #21830 XAML – Allow single parameter with any type when binding to a method by @MrJul in #21867 Wayland – Add UseWaylandWithFallback by @kekekeks in #21734 Android – Expose AutomationId as resource-id for Android automation by @stevemonaco in #21780 Fixes Core – Fix Dispatcher.ReplaceImpleme…

F
Flet Desktop v0.86.4

v0.86.4

Bug fixes Fix services registered after an embedded FletApp is opened never becoming usable on the host page — calling one failed with Timeout waiting for invoke method listener for <Service>(id).<method>. ServiceRegistry subclasses Service, so it registered itself on construction; when an embedded app's page built its own registry while the host page was still the current context, the embedded re…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.119

Wails v3 Alpha Release - v3.0.0-alpha2.119 Fixed Update documentation for multiple languages to include architecture diagrams in PR by @taliesin-ai 🤖 This is an automated nightly release generated from the latest changes on master. Installation: go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.119 ⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete fea…

F
Flet Desktop v0.86.3

v0.86.3

Improvements An embedded FletApp can now run over the in-process dart_bridge transport instead of a socket. Set url="dartbridge://" and the client allocates a native channel, delivers its port through the new FletApp.on_connect event, and the host serves that port with a FletDartBridgeServer — so a Flet program hosted inside another Flet app (a gallery, a preview) exchanges messages at memcpy spee…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.118

Wails v3 Alpha Release - v3.0.0-alpha2.118 Added Provide default paths for icon generation inputs and outputs in PR by @taliesin-ai Add source entry modules to runtime package.json sideEffects in PR by @savely-krasovsky Add licence and provenance section to contributing guide in PR by @taliesin-ai Fixed Apply scoped GTK4 frameless CSS to remove border radius in PR by @savely-krasovsky Handle curso…

N
Neutralinojs Desktop v6.9.0

Neutralinojs v6.9.0 released!

What's new API: net Neutralinojs apps can use the fetch API available in the webview for making network requests, but the CORS policy often becomes a barrier. The new C++-based network API offers functions to call network resources without disabling webview network security. Here is a list of all available net API functions: net.get(url, options): Sends a GET request. net.post(url, options): Sends…

F
Flet Desktop v0.86.2

v0.86.2

Bug fixes Fix code edits not taking effect under flet debug android: after re-running the command, the app kept executing the previously-unpacked, stale code instead of your changes. flet debug rebuilds and reinstalls the same-version APK on each iteration (flutter run does an update install that preserves app data), and serious_python's on-device extraction cache — keyed only on versionName+versi…

.
.NET MAUI Desktop v10.0.90

10.0.90

.NET MAUI 10.0.90 Release Notes .NET MAUI 10.0.90 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 231 commits with various improvements, bug fixes, and enhancements. Activityindicator [Android] Fix CollectionView ActivityIndicator not animating after header height change by @Vignesh-SF3580 in #35358 🔧 Fixe…

.
.NET MAUI Desktop v11.0.0-preview

11.0.0-preview.6

.NET MAUI 11.0.0-preview.6 Release Notes .NET MAUI 11.0.0-preview.6 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 190 commits with various improvements, bug fixes, and enhancements. Workloads Workload Set: Microsoft.NET.Workloads.11.0.100-preview.6 @ 11.0.100-preview.6.26364.2 Installation dotnet workloa…

F
Flet Desktop v0.86.1

v0.86.1

Improvements flet-mcp's get_api tool now covers top-level callables — the app entry point (run), reactive hooks (use_state, use_ref, use_effect, …), and decorators (component, memo, observable) — which previously returned not found because only classes were indexed. A new functions bucket in the API builder extracts each package's re-exported public callables and renders them with a signature: lin…

F
Flet Desktop v0.86.0

v0.86.0

New features Add support for Python multiprocessing in packaged Flet desktop apps built with flet build macos, flet build windows, and flet build linux. multiprocessing APIs such as Process, ProcessPoolExecutor, the spawn/forkserver start methods, and the resource tracker now work in packaged desktop apps. Previously, worker processes re-executed sys.executable, which pointed to the app binary its…

A
Avalonia Desktop v12.1.0

12.1.0

General Read our release blog post for more information about new features in Avalonia 12.1.0! What's Changed Enhancements Core – Allow setting ThemeVariant to Default to reset theme to system on android by @emmauss in #16340 Core – Allow Dispatcher to be converted to a TaskScheduler by @TomEdwardsEnscape in #21032 Core – Remove obsolete int32 limit on DispatcherTimer.Interval by @TomEdwardsEnscap…

F
Flet Desktop v0.86.0.dev2

v0.86.0.dev2

What's Changed Make auto_scroll follow in-place content growth by @FeodorFitsner in #6637 fix(build): keep web apps on path routing through boot (no /#/, deep links survive) by @FeodorFitsner in #6639 Fix auto_scroll end-following past code blocks / nested scrollables by @FeodorFitsner in #6642 Fix O(N²) mount/unmount scans in Session.patch_control by @davidlawson in #6651 Minor fix of changelog e…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.117

Wails v3 Alpha Release - v3.0.0-alpha2.117 Added Implement custom hit-test logic for non-client regions on Windows in PR by @savely-krasovsky Changed Configure WebView2 monitor-scale detection based on UseVisualHosting in PR by @wayneforrest 🤖 This is an automated nightly release generated from the latest changes on master. Installation: go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-al…

B
BeeWare (Toga) Desktop v0.5.6

0.5.6

Features Toga's Qt backend can now integrate with system Qt themes, including Breeze on KDE. (#3995) Backward Incompatible Changes Toga's GTK backend now requires the use of PyGObject 3.55.1. This means support for Debian 12 and Ubuntu 22.04 has been dropped. (#4533) Misc #4389, #4536, #4537, #4538, #4539, #4540, #4541, #4542, #4543, #4544, #4545, #4546, #4547, #4548, #4549, #4550, #4551, #4552, #…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.116

Wails v3 Alpha Release - v3.0.0-alpha2.116 Added Update FAQ documentation to focus on Wails v3 features and guidance in PR by @taliesin-ai 🤖 This is an automated nightly release generated from the latest changes on master. Installation: go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.116 ⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

S
Slint Desktop v1.17.1

1.17.1

Slint 1.17.1 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the ChangeLog. Upgrading to Slint 1.17.1: Rust: Run cargo update. C++: If you're using FetchContent with CMake, update the GIT_TAG entry in CMakeLists.txt to v1.17.1 or release/1.17 for automatic tracking of 1.17.x releases. Node.js: Run npm update slint-ui to bring your package.json up-t…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.115

Wails v3 Alpha Release - v3.0.0-alpha2.115 Fixed Fix Menu.Update() not rebuilding the native menu on GTK4 Linux (#5659, independently diagnosed and fixed by @puneetdixit200 in #5539) Fix crash enumerating macOS screens on display change by copying screen id/name strings and snapshotting the count (#5565, independently diagnosed and fixed by @x-haose in #5584) Fix crash on Windows when WM_ERASEBKGN…

W
Wails Desktop v2.13.0

Wails v2.13.0

Installation go install github.com/wailsapp/wails/v2/cmd/wails@v2.13.0 Changes Added Added example demonstrating events usage in the documentation #5026 by @iamhabbeboy Added Added Kira to the community showcase by @thiennguyen93 Fixed Fixed wake (experimental WAILS_USE_WAKE=true build runner) running precondition sh: strings without template expansion, causing a spurious "garble is required for o…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.114

Wails v3 Alpha Release - v3.0.0-alpha2.114 Added Implement Update Manifest protocol and endpoint provider in PR by @taliesin-ai Changed Fold the webview2 binding into the v3 module as v3/internal/webview2, removing the standalone module, its nightly release/sync workflows, and the go.mod version dance (v3 is its only consumer) in PR by @taliesin-ai Fixed Move WebView2 monitor-scale detection and D…

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.113

Wails v3 Alpha Release - v3.0.0-alpha2.113 Added Add a warning when building a release AAB without ANDROID_KEYSTORE_FILE set (Google Play rejects debug-signed bundles) and document App Bundle packaging and signing in PR by @taliesin-ai Add why-wails.mdx documentation in multiple languages in PR by @taliesin-ai Support mapping Go time.Time to JS Date or string in bindings in PR by @fbbdev Add Andro…

W
Wails Desktop v1.0.28

webview2 v1.0.28

webview2 v1.0.28 [v3][windows] Re-enable WebView2 monitor-scale detection to fix mixed-DPI GPU-process crash (#5732) (#5734) Full diff: webview2/v1.0.27...webview2/v1.0.28

W
Wails Desktop v3.0.0-alpha2

Wails v3.0.0-alpha2.112

Wails v3 Alpha Release - v3.0.0-alpha2.112 Added Add Go-based contributors SVG generator and update docs/website credits pages in PR by @taliesin-ai Support mapping Go time.Time to JS Date or string in bindings in PR by @fbbdev Changed Replace Node-based sponsor image pipeline with Go generator in PR by @taliesin-ai Fixed Fix Android build asset dependency installation script in PR by @taliesin-ai…