diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-02-03 19:15:58 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-03 19:15:58 +0100 |
commit | 40ae8c82478338f12cdf5aa1db9d42b6eaf5ffe5 (patch) | |
tree | c1055e7e83a113249aa835687cadd526ccc75c62 | |
parent | ec45decc97bd8d21897bdb65cca47b6d3c514b0d (diff) | |
download | searxng-0.7.0.tar.gz searxng-0.7.0.zip |
[enh] v0.7.0v0.7.0
-rw-r--r-- | CHANGELOG.rst | 32 | ||||
-rw-r--r-- | searx/version.py | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e411fc4a0..f9ab188b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,35 @@ +0.7.0 2015.02.03 +================ + +- New engines + + - Digg + - Google Play Store + - Deezer + - Btdigg + - Mixcloud + - 1px +- Image proxy +- Search speed improvements +- Autocompletition of engines, shortcuts and supported languages +- Translation updates (New locales: Turkish, Russian) +- Default theme changed to oscar +- Settings option to disable engines by default +- UI code cleanup and restructure +- Engine tests +- Multiple engine bug fixes and tweaks +- Config option to set default interface locale +- Flexible result template handling +- Application logging and sophisticated engine exception tracebacks +- Kickass torrent size display (oscar theme) + + +New dependencies +~~~~~~~~~~~~~~~~ + +- pygments - http://pygments.org/ + + 0.6.0 - 2014.12.25 ================== diff --git a/searx/version.py b/searx/version.py index d8888fc98..27c85e206 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 = 6 +VERSION_MINOR = 7 VERSION_BUILD = 0 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR, |