瀏覽代碼

Auto width with -w 0; smooth scrolling with less --shift 1

Matthew Wang 10 年之前
當前提交
20d53a9205
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 6
    0
      CHANGES
  2. 1
    1
      cdiff.py

+ 6
- 0
CHANGES 查看文件

@@ -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 查看文件

@@ -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',