Skip to content

Commit

Permalink
2024.10.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Oct 9, 2024
1 parent ec37c75 commit fc3fed7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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.8.21-2033f30c8
FROM searxng/searxng:2024.10.4-3e747d049

USER root

Expand Down
11 changes: 5 additions & 6 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
id: searxng
title: "SearXNG"
version: 2024.8.21
version: 2024.10.4
release-notes: |
- Updated SearXNG code to the latest version from upstream.
> `Highlights`
- 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.
- **Black Theme**: A new, pure black theme option is now available for a sleek, modern look.
- **More Languages & Regions**: Added support for more languages and regions to improve search accuracy and customization.
- **Outdated Engines Removed**: Removed old, unsupported search engines for a cleaner, more streamlined experience.
- **Regular Updates & Security**: Frequent updates ensure compatibility with the latest software, keeping everything secure and up-to-date.
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.8.21"
"2024.10.4"
);

0 comments on commit fc3fed7

Please sign in to comment.