-
v2.0.0-wf wf v1.0
-
v2.0.0 v2.0.0
-
v1.2 v1.2 - Add --md flag
-
v1.1 v1.1 - Support setting --user-agent - Fix imports - Refactor a bit
-
v1.0 v1.0 Changed * All logging and errors go to stderr, not stdout (#11) * Verbose logging requires `-v` or `--verbose` flag * Executable now lives in `cmd/` directory Fixed * All errors exit with status 1 * `cli` library deprecation (#8)
-
v0.4 - Add `--font [value]` option for creating and updating posts - Use SSL for all requests - Fix `--code` flag not working on `writeas --code` command
-
v0.3 - Enable composing new posts in default text editor with `writeas new` - Automatically copy URL to clipboard when publishing a new post - Fix error on `writeas list` when there are no saved posts - Add status messages when updating, deleting, or fetching posts - Add more helpful help to `writeas add` command - Add more error messages when something goes wrong - Fix User-Agent header missing on most requests to backend
-
v0.2 - Add ability to update posts with `writeas update` - Add ability to add posts locally with `writeas add` - Change post font to monospace
-
v0.1.1 - Fix post fetching
-
v0.1 Initial release