Browse Source

Version bump up to 0.9.5

Matthew Wang 10 years ago
parent
commit
1aeaf771b1
2 changed files with 7 additions and 1 deletions
  1. 6
    0
      CHANGES
  2. 1
    1
      cdiff.py

+ 6
- 0
CHANGES View File

@@ -2,7 +2,13 @@
2 2
 Change log
3 3
 ==========
4 4
 
5
+Version 0.9.5 (2014-06-19)
6
+
7
+  - Option `--width 0` now fits terminal size automatically
8
+  - Enable smooth horizontal scrolling with less option `--shift 1`
9
+
5 10
 Version 0.9.4 (2014-06-04)
11
+
6 12
   - Respect the `LESS' environment variable
7 13
   - Support python 3.4
8 14
   - Fix curl options in document

+ 1
- 1
cdiff.py View File

@@ -8,7 +8,7 @@ python (>= 2.5.0) and ``less``.
8 8
 """
9 9
 
10 10
 META_INFO = {
11
-    'version'     : '0.9.4',
11
+    'version'     : '0.9.5',
12 12
     'license'     : 'BSD-3',
13 13
     'author'      : 'Matthew Wang',
14 14
     'email'       : 'mattwyl(@)gmail(.)com',