CHANGES 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Change log
  2. ==========
  3. Version 0.7 (2013-02-22)
  4. - Support reading diff or log for given files/dirs in workspace (usage changed
  5. on reading a patch file or two given files!)
  6. Version 0.6 (2013-02-20)
  7. - A few performance tuning and code clean up
  8. - Add unit test cases with coverage 70%
  9. - Show merge history in svn log
  10. Version 0.5.1 (2013-02-19)
  11. - Fixed incorrect yield on diff missing eof
  12. - Fixed a bug in diff format probe
  13. - Handle keyboard interrupt and large diffs in non-color mode
  14. - Code clean up
  15. Version 0.5 (2013-02-18)
  16. - Support read output from ``svn diff --log`` and ``hg log -p``
  17. - Streamline reading large patch set
  18. - New ``--log (-l)`` option to read revision control diff log (thanks to
  19. `Steven Myint <https://github.com/myint>`_)
  20. Version 0.4 (2013-02-16)
  21. - New option *-c WHEN* (*--color WHEN*) to support auto test
  22. - Auto regression test now on Travis
  23. Version 0.3 (2013-02-07)
  24. - Support compare two files (wrapper of diff)
  25. Version 0.2 (2013-02-06)
  26. - Move cdiff.py to top dir for better meta info management
  27. Version 0.1 (2013-02-05)
  28. - New --version option
  29. - setup.py now read version from source code
  30. Version 0.0.4 (2013-02-04)
  31. - Add CHANGES for history track and better versioning
  32. Version 0.0.3 (2013-02-04)
  33. - Publish on PyPI, supports read patch from file, pipe and diff output from
  34. revision tools (thanks to `Steven Myint <https://github.com/myint>`_)