From aa894d599d4cede5d9fdbf160d091187d1db700b Mon Sep 17 00:00:00 2001 From: Armand Delessert Date: Sun, 5 Apr 2026 01:32:56 +0200 Subject: [PATCH 1/2] Add manifest asciimoo/hister/0.11.0 --- .../0.11.0/asciimoo.hister.installer.yaml | 14 ++++++++ .../0.11.0/asciimoo.hister.locale.en-US.yaml | 32 +++++++++++++++++++ .../hister/0.11.0/asciimoo.hister.yaml | 7 ++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.installer.yaml create mode 100644 manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml create mode 100644 manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.yaml diff --git a/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.installer.yaml b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.installer.yaml new file mode 100644 index 0000000000000..3130220131186 --- /dev/null +++ b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: asciimoo.hister +PackageVersion: 0.11.0 +InstallerType: portable +Commands: +- hister +ReleaseDate: 2026-03-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/asciimoo/hister/releases/download/v0.11.0/hister_0.11.0_windows_amd64.exe + InstallerSha256: 3086bd36eaee22bb4dafa4254f30789da92b608c2383b616615db1634a240c8f +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml new file mode 100644 index 0000000000000..9685f8689c8b5 --- /dev/null +++ b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: asciimoo.hister +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: asciimoo +PublisherUrl: https://github.com/asciimoo +PublisherSupportUrl: https://github.com/asciimoo/hister/issues +Author: Adam Tauber +PackageName: Hister +PackageUrl: https://github.com/asciimoo/hister +License: AGPL-3.0 +LicenseUrl: https://github.com/asciimoo/hister/blob/master/LICENSE +ShortDescription: Your own search engine – Full-text search across your files, visited sites and beyond. +Description: |- + Hister is a versatile, privacy-focused web search engine designed to index the full content of visited web pages locally. Unlike traditional search engines, it allows you to find specific information within your own browsing history using full-text indexing. +ReleaseNotes: |- + What's Changed + - Multi-user support. + - Better authentication method for the extension. + - Enhanced delete. Queries can be used to delete multiple items. --dry flag. + - Reindex does not require server stop anymore. + - Enhanced history view. + - Extension feedback if the active tab has a matching skip rule. + - Add pages/domains to skip rules directly from the extension popup. + - Plenty of bugfixes. +ReleaseNotesUrl: https://github.com/asciimoo/hister/releases/tag/v0.11.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://hister.org/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.yaml b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.yaml new file mode 100644 index 0000000000000..f89c9d451946d --- /dev/null +++ b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: asciimoo.hister +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34da8fd08d5e9faa24218964309cec02262179f4 Mon Sep 17 00:00:00 2001 From: Armand Delessert Date: Sun, 5 Apr 2026 19:13:44 +0200 Subject: [PATCH 2/2] Update license URL --- .../a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml index 9685f8689c8b5..961cf4943821d 100644 --- a/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml +++ b/manifests/a/asciimoo/hister/0.11.0/asciimoo.hister.locale.en-US.yaml @@ -10,7 +10,7 @@ Author: Adam Tauber PackageName: Hister PackageUrl: https://github.com/asciimoo/hister License: AGPL-3.0 -LicenseUrl: https://github.com/asciimoo/hister/blob/master/LICENSE +LicenseUrl: https://github.com/asciimoo/hister/blob/v0.11.0/LICENSE ShortDescription: Your own search engine – Full-text search across your files, visited sites and beyond. Description: |- Hister is a versatile, privacy-focused web search engine designed to index the full content of visited web pages locally. Unlike traditional search engines, it allows you to find specific information within your own browsing history using full-text indexing.