Command line client for Write.as https://write.as/apps/cli
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
663 B

  1. writeas-cli (1.2) xenial; urgency=medium
  2. * Add --md flag
  3. -- Write.as <hello@write.as> Sat, 29 Sep 2018 12:15:27 -0400
  4. writeas-cli (1.1+git20171119.dc1ab5b-1ubuntu1) xenial; urgency=medium
  5. * Add --user-agent flag
  6. -- Write.as <hello@write.as> Tue, 25 Sep 2018 13:02:41 -0400
  7. writeas-cli (1.0+git20171119.dc1ab5b-1) xenial; urgency=medium
  8. * All logging and errors go to stderr, not stdout (Closes: #11)
  9. * Verbose logging requires `-v` or `--verbose` flag
  10. * Executable now lives in `cmd/` directory
  11. * All errors exit with status 1
  12. * Fixed `cli` library deprecation (Closes: #8)
  13. -- Write.as <hello@write.as> Sun, 19 Nov 2017 09:36:28 -0500