1.0 - 2017-11-18
- All logging and errors go to stderr, not stdout (#11)
- Verbose logging requires
-v
or--verbose
flag - Executable now lives in
cmd/
directory
- All errors exit with status 1
cli
library deprecation (#8)
0.4 - 2015-12-10
--font [value]
option for creating and updating posts
- Use SSL for all requests
--code
flag not working onwriteas --code
command
0.3 - 2015-09-08
- 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
- More helpful help on
writeas add
command - More error messages when something goes wrong
- Error on
writeas list
when there are no saved posts - User-Agent header missing on most requests to backend
0.2 - 2015-05-11
- Update posts with
writeas update
- Add posts locally with
writeas add
- Post font is now monospace
0.1.1 - 2015-04-12
- Post fetching
- Initial release