Kaynağa Gözat

Diff of diff; solarized color

Matthew Wang 9 yıl önce
işleme
970c9770f7
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 5
    0
      CHANGES.rst
  2. 1
    1
      cdiff.py

+ 5
- 0
CHANGES.rst Dosyayı Görüntüle

2
 Change log
2
 Change log
3
 ==========
3
 ==========
4
 
4
 
5
+Version 0.9.7 (2015-04-24)
6
+
7
+  - Fix unexpected side-by-side output for diff of diff
8
+  - Better color to work with solarized color scheme
9
+
5
 Version 0.9.6 (2014-06-20)
10
 Version 0.9.6 (2014-06-20)
6
 
11
 
7
   - Fix TypeError exception in auto width logic
12
   - Fix TypeError exception in auto width logic

+ 1
- 1
cdiff.py Dosyayı Görüntüle

8
 """
8
 """
9
 
9
 
10
 META_INFO = {
10
 META_INFO = {
11
-    'version'     : '0.9.6',
11
+    'version'     : '0.9.7',
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',