diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c2ea61b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,57 @@ +Change log +========== + +## [0.4](https://github.com/writeas/writeas-cli/compare/v0.3...v0.4) - 2015-04-11 + +### Added + +* `--font [value]` option for creating and updating posts + +### Changed + +* Use SSL for all requests + +### Fixed + +* `--code` flag not working on `writeas --code` command + +## [0.3](https://github.com/writeas/writeas-cli/compare/v0.2...v0.3) - 2015-04-11 + +### Added + +* Compose new posts in default text editor with `writeas new` +* Automatically copy URL to clipboard when publishing a new post +* Status messages when updating, deleting, or fetching posts + +### Changed + +* More helpful help on `writeas add` command +* More error messages when something goes wrong + +### Fixed + +* Error on `writeas list` when there are no saved posts +* User-Agent header missing on most requests to backend + +## [0.2](https://github.com/writeas/writeas-cli/compare/v0.1.1...v0.2) - 2015-05-11 + +### Added + +* Update posts with `writeas update` +* Add posts locally with `writeas add` + +### Changed + +* Post font is now _monospace_ + +## [0.1.1](https://github.com/writeas/writeas-cli/compare/v0.1...v0.1.1) - 2015-04-12 + +### Fixed + +* Post fetching + +## 0.1 - 2015-04-11 + +### Added + +* Initial release