Skip to content

Commit fc3fed7

Browse files
committed
2024.10.4 update
1 parent ec37c75 commit fc3fed7

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM redis:alpine as redis
22

3-
FROM searxng/searxng:2024.8.21-2033f30c8
3+
FROM searxng/searxng:2024.10.4-3e747d049
44

55
USER root
66

manifest.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
id: searxng
22
title: "SearXNG"
3-
version: 2024.8.21
3+
version: 2024.10.4
44
release-notes: |
55
- Updated SearXNG code to the latest version from upstream.
66
77
> `Highlights`
8-
- New Search Engines: Now includes Yandex and Encyclosearch for more search options.
9-
- Improved Translations: Added French and updated other languages for better accessibility.
10-
- Faster Searches: Enhanced performance and fixed bugs in Google, Tineye, and other engines.
11-
- Cleaner Interface: Easier to clear search boxes and smoother user experience.
12-
- Up-to-Date Security: Latest updates for a more secure and stable experience.
8+
- **Black Theme**: A new, pure black theme option is now available for a sleek, modern look.
9+
- **More Languages & Regions**: Added support for more languages and regions to improve search accuracy and customization.
10+
- **Outdated Engines Removed**: Removed old, unsupported search engines for a cleaner, more streamlined experience.
11+
- **Regular Updates & Security**: Frequent updates ensure compatibility with the latest software, keeping everything secure and up-to-date.
1312
license: MIT
1413
wrapper-repo: "https://github.com/Start9Labs/searxng-startos"
1514
upstream-repo: "https://github.com/searxng/searxng-docker"

scripts/services/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
2424
),
2525
},
2626
},
27-
"2024.8.21"
27+
"2024.10.4"
2828
);

0 commit comments

Comments
 (0)