Skip to content

Releases: arcadiogarcia/zRover

zRover.WinUI v0.1.6-preview

29 May 06:00

Choose a tag to compare

Pre-release

zRover Retriever v1.0.1.0

24 Apr 19:27

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.1.0/zRover.Retriever_1.0.1.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.1.0/zRover.Retriever_1.0.1.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v1.0.0.1...v1.0.1.0

zRover Retriever v1.0.0.1

24 Apr 19:05

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.1/zRover.Retriever_1.0.0.1_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.1/zRover.Retriever_1.0.0.1_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v1.0.0.0...v1.0.0.1

zRover Retriever v1.0.0.0

24 Apr 06:05

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.0/zRover.Retriever_1.0.0.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.0/zRover.Retriever_1.0.0.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v0.9.20.0...v1.0.0.0

zRover Retriever v0.9.20.0

24 Apr 03:37

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.20.0/zRover.Retriever_0.9.20.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.20.0/zRover.Retriever_0.9.20.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v0.9.19.0...v0.9.20.0

zRover.WinUI v0.1.5-preview

24 Apr 03:37

Choose a tag to compare

zRover Retriever v0.9.19.0

20 Apr 14:36

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.19.0/zRover.Retriever_0.9.19.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.19.0/zRover.Retriever_0.9.19.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v0.9.18.0...v0.9.19.0

zRover Retriever v0.9.18.0

20 Apr 14:07

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.18.0/zRover.Retriever_0.9.18.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.18.0/zRover.Retriever_0.9.18.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v0.9.17.0...v0.9.18.0

zRover Retriever v0.9.17.0

20 Apr 13:58

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.17.0/zRover.Retriever_0.9.17.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.17.0/zRover.Retriever_0.9.17.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v0.9.16.0...v0.9.17.0

zRover Retriever v0.9.16.0

20 Apr 05:14

Choose a tag to compare

Installation

The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:

$cerUrl  = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.16.0/zRover.Retriever_0.9.16.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.16.0/zRover.Retriever_0.9.16.0_x64.msix"

# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer

# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msix

Updating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine. Add-AppxProvisionedPackage installs the app for all users on the machine.

Full Changelog: v0.9.15.0...v0.9.16.0