Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
coverage-mac:
name: coverage / the Mac crate
runs-on: macos-latest
if: github.actor != 'dependabot[bot]'
timeout-minutes: 40
steps:
- uses: actions/checkout@v7
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
crates-on-the-branch:
name: crates / the lines this branch changed
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
timeout-minutes: 90
steps:
- uses: actions/checkout@v7
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
mac-on-the-branch:
name: mac / the lines this branch changed
runs-on: macos-latest
if: github.actor != 'dependabot[bot]'
timeout-minutes: 90
steps:
- uses: actions/checkout@v7
Expand Down Expand Up @@ -135,6 +137,7 @@ jobs:
settings-on-the-branch:
name: settings / the lines this branch changed
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
timeout-minutes: 90
steps:
- uses: actions/checkout@v7
Expand Down Expand Up @@ -198,6 +201,7 @@ jobs:
window-on-the-branch:
name: window / the lines this branch changed
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
timeout-minutes: 60
steps:
- uses: actions/checkout@v7
Expand Down
8 changes: 4 additions & 4 deletions packaging/winget/rgdevment.LinkUnbound.installer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: rgdevment.LinkUnbound
PackageVersion: 2.0.2
PackageVersion: 2.1.0
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.17763.0
Expand All @@ -13,12 +13,12 @@ InstallModes:
- silentWithProgress
UpgradeBehavior: install
RequireExplicitUpgrade: true
ReleaseDate: 2026-09-21
ReleaseDate: 2026-09-23
InstallationMetadata:
DefaultInstallLocation: '%LOCALAPPDATA%\Programs\LinkUnbound'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/rgdevment/LinkUnbound/releases/download/v2.0.2/linkunbound-installer-2.0.2-windows-x86_64.exe
InstallerSha256: ECBD1F7DC045DF8913FE14674E899109CB0A70AC281FF8C77963EF1BB16D6CFD
InstallerUrl: https://github.com/rgdevment/LinkUnbound/releases/download/v2.1.0/linkunbound-installer-2.1.0-windows-x86_64.exe
InstallerSha256: 9A521B1429AE7B465B2C80322F3400D18B6028E7697C77AB751A36E6C953BB42
ManifestType: installer
ManifestVersion: 1.12.0
6 changes: 4 additions & 2 deletions packaging/winget/rgdevment.LinkUnbound.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: rgdevment.LinkUnbound
PackageVersion: 2.0.2
PackageVersion: 2.1.0
PackageLocale: en-US
Publisher: rgdevment
PublisherUrl: https://github.com/rgdevment
Expand Down Expand Up @@ -34,11 +34,13 @@ Tags:
- productivity
- url-handler
- utility
ReleaseNotesUrl: https://github.com/rgdevment/LinkUnbound/releases/tag/v2.0.2
ReleaseNotesUrl: https://github.com/rgdevment/LinkUnbound/releases/tag/v2.1.0
Documentations:
- DocumentLabel: Privacy
DocumentUrl: https://github.com/rgdevment/LinkUnbound/blob/main/PRIVACY.md
- DocumentLabel: Security
DocumentUrl: https://github.com/rgdevment/LinkUnbound/blob/main/SECURITY.md
- DocumentLabel: Commercial licence
DocumentUrl: https://github.com/rgdevment/LinkUnbound/blob/main/COMMERCIAL.md
ManifestType: defaultLocale
ManifestVersion: 1.12.0
9 changes: 5 additions & 4 deletions packaging/winget/rgdevment.LinkUnbound.locale.es.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json

PackageIdentifier: rgdevment.LinkUnbound
PackageVersion: 2.0.2
PackageVersion: 2.1.0
PackageLocale: es
Publisher: rgdevment
PublisherUrl: https://github.com/rgdevment
Expand All @@ -13,6 +13,7 @@ PackageUrl: https://github.com/rgdevment/LinkUnbound
License: GPL-3.0-only
LicenseUrl: https://github.com/rgdevment/LinkUnbound/blob/main/LICENSE
Copyright: Copyright (c) 2026 rgdevment
CopyrightUrl: https://github.com/rgdevment/LinkUnbound/blob/main/LICENSE
ShortDescription: Elige con qué navegador se abre cada enlace.
Description: |-
LinkUnbound se pone entre un enlace y tus navegadores para que cada enlace abra donde tú
Expand All @@ -22,14 +23,14 @@ Description: |-
el enlace. Trabaja en un navegador y lo personal en otro, sin cambiar el predeterminado
cada vez. Todo se queda en tu equipo: sin cuenta, sin telemetría, sin servidor.
Tags:
- código-abierto
- codigo-abierto
- enlaces
- navegador
- navegador-predeterminado
- privacidad
- productividad
- sin-conexión
- sin-conexion
- utilidad
ReleaseNotesUrl: https://github.com/rgdevment/LinkUnbound/releases/tag/v2.0.2
ReleaseNotesUrl: https://github.com/rgdevment/LinkUnbound/releases/tag/v2.1.0
ManifestType: locale
ManifestVersion: 1.12.0
2 changes: 1 addition & 1 deletion packaging/winget/rgdevment.LinkUnbound.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: rgdevment.LinkUnbound
PackageVersion: 2.0.2
PackageVersion: 2.1.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0
Loading