]> git.mjollnir.org Git - cil.git/commitdiff
Add a changes file so we can see what's going on.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 5 Jul 2008 03:39:37 +0000 (15:39 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 5 Jul 2008 03:39:37 +0000 (15:39 +1200)
Changes [new file with mode: 0644]

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..67e92c6
--- /dev/null
+++ b/Changes
@@ -0,0 +1,44 @@
+0.5.0 (Unreleased)
+
+  * 'steal' command added
+  * 'track' command added
+
+0.4.2 (2008-07-04)
+
+  * Fix bug where new issues are assigned to the reporter
+  * Fix bug where only one item in a config list breaks listings
+
+0.4.1 (2008-07-03)
+
+  * Fix dependency on libemail-date-perl
+
+0.4.0 (2008-07-02)
+
+  * Can now read a ~/.cilrc file for user defined options
+  * 'am' added - which applies a mailbox
+  * Can now use shortened hash names to the commands
+  * Allows dependencies between issues
+  * New filter called --is-mine
+
+0.3.0 (2008-06-29)
+
+  * Added filters for the listing commands
+  * Added ability to read .cil config file
+  * Can now set which Statuses are valid
+  * Can set which Labels are valid
+  * Added 'fsck' command
+  * Added bash completion for options, commands and entities
+
+0.2.1 (2008-06-24)
+
+  * Bug fix
+
+0.2.0 (2008-06-22)
+
+  * Change to newer format for saving all issue
+  * Addition of attachments
+  * 'status' command added
+
+0.1.0 (2008-05-05)
+
+  * Initial release