From ec37c7515034842dd36d30b78eb52aab7921fd53 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Mon, 26 Aug 2024 17:12:54 +0200 Subject: [PATCH] Update to 2024.8.21 --- Dockerfile | 2 +- manifest.yaml | 11 ++++++----- scripts/services/migrations.ts | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index d741978..a2ecd66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM redis:alpine as redis -FROM searxng/searxng:2024.7.20-657dcb973 +FROM searxng/searxng:2024.8.21-2033f30c8 USER root diff --git a/manifest.yaml b/manifest.yaml index cfa8b9f..ed9328f 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,14 +1,15 @@ id: searxng title: "SearXNG" -version: 2024.7.20 +version: 2024.8.21 release-notes: | - Updated SearXNG code to the latest version from upstream. > `Highlights` - - Image updated to use Alpine 3.20 and Python 3.12. - - Support for Alpine Linux packages searches `!alp` - - Fixed URL display issues in Firefox simple theme. - - Flag icon repositioned in language selection. + - New Search Engines: Now includes Yandex and Encyclosearch for more search options. + - Improved Translations: Added French and updated other languages for better accessibility. + - Faster Searches: Enhanced performance and fixed bugs in Google, Tineye, and other engines. + - Cleaner Interface: Easier to clear search boxes and smoother user experience. + - Up-to-Date Security: Latest updates for a more secure and stable experience. license: MIT wrapper-repo: "https://github.com/Start9Labs/searxng-startos" upstream-repo: "https://github.com/searxng/searxng-docker" diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index 2af217e..2ead471 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration = ), }, }, - "2024.7.20" + "2024.8.21" );