Bladeren bron

[enh] v0.7.0

Adam Tauber 10 jaren geleden
bovenliggende
commit
40ae8c8247
2 gewijzigde bestanden met toevoegingen van 33 en 1 verwijderingen
  1. 32
    0
      CHANGELOG.rst
  2. 1
    1
      searx/version.py

+ 32
- 0
CHANGELOG.rst Bestand weergeven

@@ -1,3 +1,35 @@
1
+0.7.0 2015.02.03
2
+================
3
+
4
+- New engines
5
+
6
+  - Digg
7
+  - Google Play Store
8
+  - Deezer
9
+  - Btdigg
10
+  - Mixcloud
11
+  - 1px
12
+- Image proxy
13
+- Search speed improvements
14
+- Autocompletition of engines, shortcuts and supported languages
15
+- Translation updates (New locales: Turkish, Russian)
16
+- Default theme changed to oscar
17
+- Settings option to disable engines by default
18
+- UI code cleanup and restructure
19
+- Engine tests
20
+- Multiple engine bug fixes and tweaks
21
+- Config option to set default interface locale
22
+- Flexible result template handling
23
+- Application logging and sophisticated engine exception tracebacks
24
+- Kickass torrent size display (oscar theme)
25
+
26
+
27
+New dependencies
28
+~~~~~~~~~~~~~~~~
29
+
30
+-  pygments - http://pygments.org/
31
+
32
+
1 33
 0.6.0 - 2014.12.25
2 34
 ==================
3 35
 

+ 1
- 1
searx/version.py Bestand weergeven

@@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
18 18
 
19 19
 # version of searx
20 20
 VERSION_MAJOR = 0
21
-VERSION_MINOR = 6
21
+VERSION_MINOR = 7
22 22
 VERSION_BUILD = 0
23 23
 
24 24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,