瀏覽代碼

Version bump up to 0.9.5

Matthew Wang 11 年之前
父節點
當前提交
1aeaf771b1
共有 2 個檔案被更改,包括 7 行新增1 行删除
  1. 6
    0
      CHANGES
  2. 1
    1
      cdiff.py

+ 6
- 0
CHANGES 查看文件

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

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