Skip to content

Releases: writeas/writeas-cli

writeas v2.0 / wf v1.0

26 Jun 19:37
v2.0.0
Compare
Choose a tag to compare

This version supports all the Write.as API v2 functionality: accounts and blogs.

New:

  • Authenticate with writeas auth <username>
  • Log out with writeas logout
  • Sync local anonymous posts to your account with writeas claim
  • Publish a file with writeas publish filename
  • Publish to your blog with writeas -b <blog-alias>
  • View a list of your blogs with writeas blogs
  • Update a post's language with writeas update --lang en

Changes:

  • Now you'll list your posts with writeas posts instead of writeas list -- it shows all anonymous posts, including ones on your account when authenticated
  • writeas-cli is now licensed under the GPL, instead of MIT

Fixes:

  • Fix writeas delete errors not displaying

Thanks for contributing!

@abhinav
@robjloranger

Version 1.2

29 Sep 16:37
v1.2
Compare
Choose a tag to compare
  • Add --md option for getting post URLs with Markdown enabled

Version 1.1

06 Sep 15:30
v1.1
Compare
Choose a tag to compare
  • Support new --user-agent flag

Version 1.0

18 Nov 21:26
v1.0
Compare
Choose a tag to compare

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)

Version 0.4

10 Dec 18:22
v0.4
Compare
Choose a tag to compare
  • Add --font [value] option for creating and updating posts
  • Use SSL for all requests
  • Fix --code flag not working on writeas --code command

Version 0.3

08 Sep 05:57
Compare
Choose a tag to compare
  • 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

Version 0.2

28 Jun 21:30
Compare
Choose a tag to compare
  • Add ability to add posts locally with writeas add
  • Change post font to monospace