History.txt in taskr-0.3.0 vs History.txt in taskr-0.4.0
- old
+ new
@@ -1,5 +1,24 @@
+=== 0.4.0 :: 2008-12-23
+
+* Log entries in task view can now be filtered by date. By default only entries
+ from the last 24 hours are shown.
+* Added ability to reload and edit existing tasks [dvdplm]
+* Added experimental 'dont_wait' parameter to the Taskr4Rails action that
+ forces the remote code to be forked so that it does not hold up the entire
+ server. Currently this will only work if the remote Rails server is running
+ on Mongrel.
+* Taskr can be configured to send SNMP traps whenever task events are logged.
+ See the config.example.yml file's "LOGGING" section for more info.
+* Task actions and parameters are now again included in the XML views for
+ the task list and for individual tasks.
+* Restr 0.5.0 is now required, due to a bug in Restr 0.4.0 that caused
+ some actions to log their activities incorrectly.
+* Picnic 0.7.0 is now required, due to changes in environment configuration.
+* Fixed dependency loading problems introduced by upstream changes in RubyGems
+ 1.3.1.
+
=== 0.3.0 :: 2008-06-19
* Added "Run Now" function allowing a task to be immediately triggered.
* The Rest action can now take the 'params' parameter as a CGI string
(e.g. foo=bar&blah=hello&taskr=awesome). The string does not have
@@ -36,6 +55,6 @@
* Misc bugs fixed while writing extensive documentation. See
wiki pages at http://code.google.com/p/ruby-taskr/w/list.
=== 0.1.0 :: 2007-12-21
-* First public release.
\ No newline at end of file
+* First public release.