Skip to content

Tags: Devolutions/UniGetUI

Tags

v2026.1.7

Toggle v2026.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v2026.1.6

Toggle v2026.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix update of scoop package installed using manifest url (#4594)

v2026.1.5

Toggle v2026.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Redirect legacy links and update GitHub templates (#4585)

* Redirect legacy help links to GitHub repository

* Update GitHub issue and PR templates

* Add icon test fixture assets

v2026.1.4

Toggle v2026.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v2026.1.3

Toggle v2026.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove repo-managed WinGet publish workflows (#4501)

v2026.1.2

Toggle v2026.1.2's commit message
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.

v2026.1.1

Toggle v2026.1.1's commit message
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

v2026.1.0

Toggle v2026.1.0's commit message
Cache WinGet CLI payload in release workflow

3.3.7

Toggle 3.3.7's commit message
update version number

3.3.7-beta1

Toggle 3.3.7-beta1's commit message
fix tests not passing