Browse Source

[enh] v0.8.0

Adam Tauber 9 years ago
parent
commit
23dab175b2
2 changed files with 47 additions and 1 deletions
  1. 46 0
      CHANGELOG.rst
  2. 1 1
      searx/version.py

+ 46 - 0
CHANGELOG.rst

@@ -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
 ================
 ================
 
 

+ 1 - 1
searx/version.py

@@ -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,