File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
FROM redis:alpine as redis
2
2
3
- FROM searxng/searxng:2024.8.21-2033f30c8
3
+ FROM searxng/searxng:2024.10.4-3e747d049
4
4
5
5
USER root
6
6
Original file line number Diff line number Diff line change 1
1
id : searxng
2
2
title : " SearXNG"
3
- version : 2024.8.21
3
+ version : 2024.10.4
4
4
release-notes : |
5
5
- Updated SearXNG code to the latest version from upstream.
6
6
7
7
> `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.
13
12
license : MIT
14
13
wrapper-repo : " https://github.com/Start9Labs/searxng-startos"
15
14
upstream-repo : " https://github.com/searxng/searxng-docker"
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
24
24
) ,
25
25
} ,
26
26
} ,
27
- "2024.8.21 "
27
+ "2024.10.4 "
28
28
) ;
You can’t perform that action at this time.
0 commit comments