- Fix Lion build issue
- Fix Lion build issue
- Add wry shell
- Add --before and --after flags for pagination
- When replying by external editor, insert username you're replying to
- When replying by external editor, show post you're replying to
- Add message command to get a message by channel and ID
- Add rm command to delete a file
- Fix: Don't try to post blank text
- Fix: Unescape ! in text from command line
- Fix: Show command usage information in help
- Fix crash when rejecting post text that is too long
- Remove debug message from follow/following status
- Fix build issue for Lion
- Change user following/followed arrows to <--> and omit if no relationship
- For links that have no link text, don't display URL twice
- Display version information for wry -v
- Display help information for wry -h
- Allow reposting a repost
- Add name of client to post display
- Add new search API
- Colorize output
- Make separator between posts et al configurable
- Options for posts that are too long: ask before truncating, truncate, split into multiple, or reject
- Move plist from wry.plist to com.grailbox.wry.plist
- Support defaults for all flags in com.grailbox.wry.plist
- Add config command for viewing and setting defaults
- Add license file and license statement to version command (MIT licensed)
- Fix: multi-line markdown links don't work
- Fix: External editor doesn't launch on Mavericks
- Add -r/--reverse flag to reverse order of output
- Add posting/replying/messaging from stdin (Thanks, @jws!)
- Add external editor support for posting/replying/messaging
- Add -a/--annotations flag for pulling annotations
- Add URL/Short URL and public/private to output for Files
- Add chmod command to change public/private status for a File
- Add mv command to rename a File
- Add hashtags and links to Post output
- Add support for creating links in posts, replies, and messages using Markdown: [link text])(http://example.com)
- Add Private Message support
- Add Patter Room support
- Add general Channel and Message support
- Fix: retrieve user by ID not working
- Change multi-user support to use actual ADN user IDs instead of arbitrary strings in keychain
- Add commands to delete authorized users and set default user
- Allow @username or username whenever a username is passed (except find)
- Add pretty-printing for JSON
- Remove requirement for CocoaPods
- Add multi-user support
- Add "commands" command
- Add "ls" command
- Add "upload" command
- Add "download" command
- Add "files" to scope of requested access from App.net
- Add Why Wry? section to README
- Add images for App.net directory
- Add formatters, including Alfred and JSON
- Upgrade SSKeychain to 1.0.2
- Add credit for SSKeychain to version output
- Fix: Show error message, if any, returned from App.net
- Add information for formatters to README
- Improve Help output for flags
- Implement -c/--count flag
- Fix: check for nil before appending Bio
- Fix: Add .html to end of callback URL
- Initial release