mirror of
https://github.com/searxng/searxng
synced 2024-11-10 19:10:52 +00:00
[enh] v0.8.0
This commit is contained in:
parent
d45e6022f6
commit
23dab175b2
@ -1,3 +1,49 @@
|
|||||||
|
0.8.0 2015.09.08
|
||||||
|
================
|
||||||
|
|
||||||
|
- New engines
|
||||||
|
|
||||||
|
- Blekko (image)
|
||||||
|
- Gigablast (general)
|
||||||
|
- Spotify (music)
|
||||||
|
- Swisscows (general, images)
|
||||||
|
- Qwant (general, images, news, social media)
|
||||||
|
- Plugin system
|
||||||
|
- New plugins
|
||||||
|
|
||||||
|
- HTTPS rewrite
|
||||||
|
- Search on cagetory select
|
||||||
|
- User information
|
||||||
|
- Tracker url part remover
|
||||||
|
- Multiple outgoing IP and HTTP/HTTPS proxy support
|
||||||
|
- New autocompleter: startpage
|
||||||
|
- New theme: pix-art
|
||||||
|
- Settings file structure change
|
||||||
|
- Fabfile, docker deployment
|
||||||
|
- Optional safesearch result filter
|
||||||
|
- Force HTTPS in engines if possible
|
||||||
|
- Disabled HTTP referrer on outgoing links
|
||||||
|
- Display cookie information
|
||||||
|
- Prettier search URLs
|
||||||
|
- Right-to-left text handling in themes
|
||||||
|
- Translation updates (New locales: Chinese, Hebrew, Portuguese, Romanian)
|
||||||
|
|
||||||
|
|
||||||
|
New dependencies
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- pyopenssl
|
||||||
|
- ndg-httpsclient
|
||||||
|
- pyasn1
|
||||||
|
- pyasn1-modules
|
||||||
|
- certifi
|
||||||
|
|
||||||
|
|
||||||
|
News
|
||||||
|
~~~~
|
||||||
|
|
||||||
|
@dalf joined the maintainer "team"
|
||||||
|
|
||||||
0.7.0 2015.02.03
|
0.7.0 2015.02.03
|
||||||
================
|
================
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
|||||||
|
|
||||||
# version of searx
|
# version of searx
|
||||||
VERSION_MAJOR = 0
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 7
|
VERSION_MINOR = 8
|
||||||
VERSION_BUILD = 0
|
VERSION_BUILD = 0
|
||||||
|
|
||||||
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
|
||||||
|
Loading…
Reference in New Issue
Block a user