Tags: Devolutions/UniGetUI
Tags
Update Devolutions branding (#4650) * Update Devolutions branding Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Devolutions branding translations Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * update metadata --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: GabrielDuf <gabrielduf@hotmail.com>
feat: add macOS and Linux release artifacts for Avalonia builds (#4553) - expand the release workflow to build macOS and Linux Avalonia targets by runtime - package macOS outputs as tar.gz and dmg artifacts - package Linux outputs as tar.gz, deb, and rpm artifacts - add a native PowerShell packaging script, Linux launcher integration, and CI rpm cross-arch fixes Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Restore self-contained Windows App SDK packaging The shared-target-framework refactor moved the Windows App SDK self-contained settings into Directory.Build.props behind a condition that depends on TargetFramework being set. Because Directory.Build.props is evaluated before UniGetUI.csproj assigns TargetFramework, the app project stopped evaluating as self-contained and no longer bundled Microsoft.WindowsAppRuntime.dll in release artifacts. Move the self-contained Windows App SDK settings into UniGetUI.csproj so they are evaluated after the app TargetFramework is known and the runtime payload is bundled again. Fixes #4487.
feat(avalonia): experimental cross-platform Avalonia port Introduce an experimental Avalonia UI implementation, infrastructure, pages, and settings flows.\n\nAlso includes:\n- single-instance forwarding and startup/dependency handling\n- auto-update gating (battery, battery-saver, metered)\n- translation key alignment and Avalonia warning cleanup\n- CI updates to validate Avalonia formatting/style/build separately
PreviousNext