diff --git a/CHANGELOG b/CHANGELOG index 97f325f..ebed2dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,3 +24,13 @@ * Update Searx to 0.17.0 * Add new search engines * [Full changelog](https://github.com/asciimoo/searx/releases/tag/v0.17.0) + +[1.4.0] +* Update Searx to 0.18.0 +* [Full changelog](https://github.com/asciimoo/searx/releases/tag/v0.18.0) +* separate index and search routes ( #1681 ). warning add & remove your searx instance(s) from your browser. +* add external_bang ( #2027 #2043 #2059 ) +* add external plugins supports ( #2074 ) +* add plugin converting strings into hash digests ( #1246 ) +* new category: Onions ( #565 ) +* allow searx query parts anywhere in the query ( aa3c18d 2aef38c ) diff --git a/CloudronManifest.json b/CloudronManifest.json index 340bff7..7a2c6f9 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Privacy-respecting metasearch engine", - "version": "1.3.0", + "version": "1.4.0", "healthCheckPath": "/", "httpPort": 8888, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index e0fe7a0..5acd3e8 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages searx version 0.17.0. +This app packages searx version 0.18.0. ### About