8000 Release Release v0.3 for branch base (2018-07-24) · krep2/krep · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release v0.3 for branch base (2018-07-24)

Compare
Choose a tag to compare
@cadx64 cadx64 released this 19 Aug 15:36
· 721 commits to krep since this release

As the base of krep, it starts to support Python 3.x. Within this release, it includes:

Improvements:

  • Python: Support both v2.7.x and v3.6.x
  • Hook: Support to provide a directory containing hook files and add environment variable KREP_HOOK_PATH
  • Option: Support binary number with the prefix 0b
  • Option: Implement extra options for tools used inside sub-commands
  • Option: Support global-option like global_option
  • topics: Support to export Python methods
  • SubCmd: Expand ~ as user home directory
  • Pattern: Support to load XML files containing patterns
  • README: many update to REAME.md

Fixes:

  • Command: Fix to normal a command with dash
  • Logger: Correct to make logger work well
  • Pattern: Lots of fixes to pattern implementations
  • krep: Correct try-run with the right name dry-run
  • topics: Fix the order of importing stuffs
0