Skip to content

Commit

Permalink
Update to 2024.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Aug 26, 2024
1 parent cfe87a2 commit ec37c75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 6 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"2024.7.20"
"2024.8.21"
);

0 comments on commit ec37c75

Please sign in to comment.