Skip to content

v2.0.0

Latest

Choose a tag to compare

@yshen16 yshen16 released this 02 May 19:31

Changes are recorded below:

  1. change the default output to be the full set of data, while before is limited to the first 10 modules:
  2. change the default end date to the day before the query date. (since the current date's statistics will not be available till the end of the day); so as when the given end date is beyond the current date.
  3. add a print_header function to simplify and generalize each output function call.
  4. rewrite the loop to make the count data calculation and storage more coherent among different sort methods.
  5. add support to '-u', '-p' and '-m' options
  6. modify the README.md to reflect the change and add some new command examples.