Version 1.4.0
This commit is contained in:
parent
bd6a356b13
commit
838444dc93
3 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
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 )
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages searx version <upstream>0.17.0</upstream>.
|
||||
This app packages searx version <upstream>0.18.0</upstream>.
|
||||
|
||||
### About
|
||||
|
||||
|
|
Loading…
Reference in a new issue