diff --git a/CHANGES.md b/CHANGES.md index a94128fc..188a8bfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,29 @@ # Changes +* Jun 12, 2015 - RSSAgent can now accept an array of URLs. +* Jun 8, 2015 - WebsiteAgent includes a `use_namespaces` option to enable XML namespaces. +* May 27, 2015 - Validation warns user if they have not provided a `path` when using JSONPath in WebsiteAgent. +* May 24, 2015 - Show Agents' name and user in the jobs panel. +* May 19, 2015 - Add "Dry Run" to the action menu. +* May 23, 2015 - JavaScriptAgent has dry run and inline syntax highlighting JavaScript and CoffeeScript. +* May 11, 2015 - Make delayed\_job sleep\_delay and max\_run\_time .env configurable. +* May 9, 2015 - Add 'unescapeHTML' functionality to the javascript agent. +* May 3, 2015 - Use ActiveJobs interface. +* Apr 28, 2015 - Adds Wunderlist agent. +* Apr 25, 2015 - Allow user to clear memory of an agent. +* Apr 25, 2015 - Allow WebsiteAgent to unzip compressed JSON. +* Apr 12, 2015 - Allow the webhook agent to loop over returned results if the payload\_path points to an array. +* Mar 27, 2015 - Add wit.ai Agent. +* Mar 24, 2015 - CloudFoundry integration. +* Mar 20, 2015 - Upgrade to Rails 4.2. +* Mar 17, 2015 - Add new "Dry Run" feature for some Agents. +* Feb 26, 2015 - Update to PushBullet API version 2. +* Feb 22, 2015 - Allow Agents to request immediate propagation of Events. +* Feb 18, 2015 - Convert \n to actual line breaks after interpolating liquid and add `line_break_tag`. +* Feb 6, 2015 - Allow UserLocationAgent to accept `min_distance` to require a certain distance traveled. +* Feb 1, 2015 - Allow a `body` key to be provided to set email body in the EmailAgent. +* Jan 21, 2015 - Allow custom icon for Slack webhooks. +* Jan 20, 2015 - Add `max_accuracy` to UserLocationAgent. * Jan 19, 2015 - WebRequestConcern Agents can supply `disable_ssl_verification` to disable ssl verification. * Jan 13, 2015 - Docker image updated. * Jan 8, 2015 - Allow toggling of accuracy when displaying locations in the UserLocationAgent map.