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.

CHANGELOG.md 1.5 KiB

7 years ago
7 years ago
7 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Change log
  2. ==========
  3. ## [1.0](https://github.com/writeas/writeas-cli/compare/v0.4...v1.0) - 2017-11-18
  4. ### Changed
  5. * All logging and errors go to stderr, not stdout (#11)
  6. * Verbose logging requires `-v` or `--verbose` flag
  7. * Executable now lives in `cmd/` directory
  8. ### Fixed
  9. * All errors exit with status 1
  10. * `cli` library deprecation (#8)
  11. ## [0.4](https://github.com/writeas/writeas-cli/compare/v0.3...v0.4) - 2015-12-10
  12. ### Added
  13. * `--font [value]` option for creating and updating posts
  14. ### Changed
  15. * Use SSL for all requests
  16. ### Fixed
  17. * `--code` flag not working on `writeas --code` command
  18. ## [0.3](https://github.com/writeas/writeas-cli/compare/v0.2...v0.3) - 2015-09-08
  19. ### Added
  20. * Compose new posts in default text editor with `writeas new`
  21. * Automatically copy URL to clipboard when publishing a new post
  22. * Status messages when updating, deleting, or fetching posts
  23. ### Changed
  24. * More helpful help on `writeas add` command
  25. * More error messages when something goes wrong
  26. ### Fixed
  27. * Error on `writeas list` when there are no saved posts
  28. * User-Agent header missing on most requests to backend
  29. ## [0.2](https://github.com/writeas/writeas-cli/compare/v0.1.1...v0.2) - 2015-05-11
  30. ### Added
  31. * Update posts with `writeas update`
  32. * Add posts locally with `writeas add`
  33. ### Changed
  34. * Post font is now _monospace_
  35. ## [0.1.1](https://github.com/writeas/writeas-cli/compare/v0.1...v0.1.1) - 2015-04-12
  36. ### Fixed
  37. * Post fetching
  38. ## 0.1 - 2015-04-11
  39. ### Added
  40. * Initial release