diff options
author | Adam Tauber <asciimoo@gmail.com> | 2017-06-04 12:58:51 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2017-06-04 13:19:15 +0200 |
commit | f82646f38605a999f22bc4662f591cd56d022170 (patch) | |
tree | b27762505cd24bdf792c64eae539370225bb0994 | |
parent | 878adf2011ae0e0db3b5ec45ed6bfe35d8d97b90 (diff) | |
download | searxng-0.12.0.tar.gz searxng-0.12.0.zip |
[enh] version 0.12.0v0.12.0
-rw-r--r-- | CHANGELOG.rst | 23 | ||||
-rw-r--r-- | searx/version.py | 2 |
2 files changed, 24 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 741b5397f..7cfa62fee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,26 @@ +0.12.0 2017.06.04 +================= + +- Python3 compatibility +- New engines + + - 1337x.to (files, music, video) + - Semantic Scholar (science) + - Library Genesis (general) + - Framalibre (IT) + - Free Software Directory (IT) +- More compact result UI (oscar theme) +- Configurable static content and template path +- Spelling suggestions +- Multiple engine fixes (duckduckgo, bing, swisscows, yahoo news, bing news, twitter, bing images) +- Reduced static image size +- Docker updates +- Translation updates + + +Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release. + + 0.11.0 2017.01.10 ================= diff --git a/searx/version.py b/searx/version.py index 013689c18..198f9d24e 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 = 11 +VERSION_MINOR = 12 VERSION_BUILD = 0 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, |