Ver código fonte

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

Matthew Wang 10 anos atrás
commit
20d53a9205
2 arquivos alterados com 7 adições e 1 exclusões
  1. 6
    0
      CHANGES
  2. 1
    1
      cdiff.py

+ 6
- 0
CHANGES Ver arquivo

2
 Change log
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
 Version 0.9.4 (2014-06-04)
10
 Version 0.9.4 (2014-06-04)
11
+
6
   - Respect the `LESS' environment variable
12
   - Respect the `LESS' environment variable
7
   - Support python 3.4
13
   - Support python 3.4
8
   - Fix curl options in document
14
   - Fix curl options in document

+ 1
- 1
cdiff.py Ver arquivo

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