diff options
author | Adam Tauber <asciimoo@gmail.com> | 2017-11-21 19:08:44 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2017-11-21 19:29:35 +0100 |
commit | e766939440c371724a2ef09c744965dc306fa191 (patch) | |
tree | 031ef5f707e5072394cc370e5ca28256747ec190 | |
parent | fe678b62dd4f693f891ea1713ff6661a067af201 (diff) | |
download | searxng-0.13.0.tar.gz searxng-0.13.0.zip |
[enh] version 0.13.0v0.13.0
-rw-r--r-- | CHANGELOG.rst | 21 | ||||
-rw-r--r-- | searx/version.py | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7cfa62fee..5e085d14f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +0.13.0 2017.11.21 +================= + +- New theme: simple +- New engines + + - Google videos (video) + - Bing videos (video) + - Arxiv (science) + - OpenAIRE (science) + - Pubmed (science) + - Genius (music/lyrics) +- Display engine errors +- Faster startup +- Lots of engine fixes (google images, dictzone, duckduckgo, duckduckgo images, torrentz, faroo, digg, tokyotoshokan, nyaa.si, google news, gitlab, gigablast, geektimes.ru, habrahabr.ru, voat.co, base, json engine, currency convert, google) +- Shorter saved preferences URL +- Fix engine duplications in results +- Py3 compatibility fixes +- Translation updates + + 0.12.0 2017.06.04 ================= diff --git a/searx/version.py b/searx/version.py index 198f9d24e..a2e574a33 100644 --- a/searx/version.py +++ b/searx/version.py @@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. # version of searx VERSION_MAJOR = 0 -VERSION_MINOR = 12 +VERSION_MINOR = 13 VERSION_BUILD = 0 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, |