X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/d73202d51bab546acbd6b3e5bea4d9d48aca6510..f0e6be835371fdb438546501fe0b98bbee5cf538:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7f57420..abd9b0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2017-08-28 Christian Weiske + + * Fix version output: Show correct version + * Version 0.5.1 + +2017-08-28 Christian Weiske + + * Add connection detail mode to "server" command + * Fix HTTP response content type header parsing + * Fix execution when filename has no ".phar" extension + * Version 0.5.0 + +2017-04-01 Christian Weiske + + * New command: (syndication) targets + * Add JSON auth response handling (aaronpk) + * Add scope parameter to connect command (aaronpk) + * Fix authentication: Send grant_type (aaronpk) + * Fix JSON "type" format (aaronpk) + * Fix JSON HTML content format + * Fix RSVP type (aaronpk) + * Fix missing PEAR.php in .phar + * Version 0.4.0 + +2016-09-23 Christian Weiske + + * Improved URL file upload type detection + * Display JSON error messages nicely + * Version 0.3.0 + +2016-09-21 Christian Weiske + + * Fix generic post options + * Version 0.2.1 + +2016-09-20 Christian Weiske + + * Support for media endpoints + * New command: upload + * Version 0.2.0 + +2016-09-15 Christian Weiske + + * New command: bookmark + * New option: --json to send request as JSON object + * Option --html on every content argument available now + * Version 0.1.0 + +2016-09-15 Christian Weiske + + * New command: update + * New command: undelete + * New command: rsvp + * New options: name, updated + * Version 0.0.6 + +2016-09-14 Christian Weiske + + * New commands: delete, article, repost + * All post commands share the same generic options + * New options: category, slug, html, x (generic option) + * File types are determined automatically + * Versio 0.0.5 + 2016-09-08 Christian Weiske * --publish option for "note" command