Skip to content

Releases: 0install/0install-dotnet

2.26.3

25 Jan 22:16
Compare
Choose a tag to compare
  • Updated System.Memory version for .NET Framework

2.26.2

25 Jan 20:59
Compare
Choose a tag to compare
  • Removed use of params collection arguments, due to incompatability with .NET Framework

2.26.1

25 Jan 17:43
Compare
Choose a tag to compare
  • Added .NET 9.0 support, removed .NET 6.0 support
  • Handle invalid manifests in in 0install self deploy
  • Exclude AppleDouble files from manifests
  • Fixed uncaught ConfigurationErrorsExceptions
  • Fixed superflous retries of file and registry access
  • Updated dependency SharpCompress to 0.39.0

2.26.0

17 Nov 15:12
Compare
Choose a tag to compare

Changes

  • Elevate to admin before running store audit when needed
  • Trigger library mode store audit before any other IO
  • Removed OneGet support
  • Replaced CliCommand.ImplementationsInReadOnlyStores with ImplentationStoreUtils.NeedsAdminToRemove()
  • Updated Microsoft.* and System.* dependencies to .NET 9 releases
  • Updated ZstdSharp.Port to 0.8.2
  • Updated translations

2.25.12

01 Oct 21:00
Compare
Choose a tag to compare

Changes

  • Improved error messages for inaccessible and invalid paths
  • Auto-remove damaged implementations on 0install store audit --batch
  • Register 0install integrate as "Modify" command in Windows uninstall registry key
  • Added config option sync_server_kerberos
  • Updated SharpCompress to 0.38.0
  • Updated translations

Library mode improvements

  • Perform self-cleanup on 0install remove-all in addition to 0install remove
  • Automatically apply new capabilities on 0install integrate --batch
  • Run automatic store audit for missing file on 0install run in-process
  • Run automatic store audit when calling 0install-win integrate for already existing apps

API improvements

  • Added Requirements.Versions as convenience wrapper for .ExtraRestrictions[InterfaceUri]
  • Added ImplementationStoreUtils.Audit()
  • Added ZeroInstallClient.AuditAsync()
  • Added missing assembly binding redirect for ZstdSharp

2.25.11

01 Aug 14:44
Compare
Choose a tag to compare

Changes

  • Do not show warning about missing catalog.xml cache file
  • Add 0install to PATH even in library mode

2.25.10

27 Jul 18:11
Compare
Choose a tag to compare

Changes

  • Improved proxy authentication support
    • Support system-wide basic auth credentials
    • Prompt for missing credentials interactively
    • Prevent showing multiple concurrent prompts
  • Fail on network error in 0install catalog search
  • Do not enforce kiosk mode when catalog is unavailable
  • Renamed IconStore.GetCached() to .TryGetCached()
  • Redesigned CatalogManager
    • Added .Get()
    • Replaced .GetCached() and .GetCachedSafe() with .TryGetCached()
    • Renamed .GetOnlineSafe() to .TryGetOnline()

2.25.9

18 Jul 15:24
Compare
Choose a tag to compare

Changes

  • Support Kerberos/NTLM Proxy server authentication
  • 0install run: Suggest 0install store audit on missing file
  • Updated dependencies
  • Updated translations

2.25.8

16 May 16:23
Compare
Choose a tag to compare

Changes

  • Improved Kiosk mode
    • Exempt self-update URI
    • Try updating catalog before rejecting feed URI on cached catalog
  • Removed support for --bootstrap option on 0install export
  • Added support for settings file extension preferences as access points on Windows
  • Reject feeds larger than 32MiB
  • Clear catalog cache when adding or removing catalog sources
  • Removed ScopedOperation.GetCatalog() from API (use ScopedOperation.CatalogManager instead)
  • Tweaked error handling
  • Updated dependencies
    • ZstdSharp.Port to v0.8.0
    • SharpCompress to v0.37.2
    • TaskScheduler to v2.11.0
    • WixToolset.Dtf.* to v5.0.0
    • Spectre.Console to v0.49.1
    • Tmds.DBus to v0.17.0
  • Updated translations

2.25.7

27 Mar 22:35
Compare
Choose a tag to compare

Changes

  • Added --machine argument for 0install config and 0install trust
  • Restored missing .XmlSerializers assemblies
  • Updated ZstdSharp.Port to v0.7.6