From 5b1a0ffc1dbe61457e6c868544c0ba444638927d Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 1 Nov 2014 22:15:33 +0100 Subject: [PATCH] Update the changelog for the new release --- CHANGELOG.rdoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index be9034f..6169574 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,23 @@ = Stop… Camping Time! release news +== 1.10 + +Features: + +* Invoice select form improvements [#ff83ce] + * Hide empty tasks with an hourly rate + * Don't select time entries in the current month +* Improve the main overview [#02ad0e] + * Show total of unbilled time and earned money (excl. VAT) per customer + * Show only active tasks in the overview + * Use two-column layout + +Application: + +* Reworked all source code documention to use YARD +* Add YARD documentation rake task (and Rakefile) +* Remove old, unused files from the source tree + == 1.8 Features: @@ -11,6 +29,7 @@ Features: * Add "Remove old" button to remove an old invoice (and thus regenerate it) [#4235ef] Other bugfixes: + * Fix bug preventing any updats to tasks with AR 4 * Fix invoid period calculation