Skip to content

Commit

Permalink
Update release notes with recent work
Browse files Browse the repository at this point in the history
  • Loading branch information
ari committed Oct 4, 2012
1 parent c634f53 commit 22fa376
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions RELEASE-NOTES.rdoc
Expand Up @@ -3,24 +3,26 @@
For comprehensive details of every change, please consult http://github.com/ari/jobsworth/commits/ For comprehensive details of every change, please consult http://github.com/ari/jobsworth/commits/




=== Release 2.2 (unreleased) === Release 3.0 (unreleased)
* IMPORTANT: Removed the project files feature. Files linked to tasks are not affected. If you are looking for a broader file sharing system per project, we recommend DropBox, Google Files, or one of many other similar tools. If you had project files which were important to you, make sure you save them before upgrading. * IMPORTANT: Removed the project files feature. Files linked to tasks are not affected. If you are looking for a broader file sharing system per project, we recommend DropBox, Google Files, or one of many other similar tools. If you had project files which were important to you, make sure you save them before upgrading.
* IMPORTANT: Remove the notes feature. This was never particularly helpful and cluttered the screen. If you had notes which were important to you, make sure you save them before upgrading. * IMPORTANT: Remove the notes feature. This was never particularly helpful and cluttered the screen. If you had notes which were important to you, make sure you save them before upgrading.
* MAJOR FEATURE: New task planning page, showing the next tasks for each assigned user * MAJOR FEATURE: New task planning page, showing the next tasks for each assigned user
* MAJOR FEATURE: Complete refactoring of the gantt chart * MAJOR FEATURE: Complete refactoring of the gantt chart
* MAJOR FEATURE: Milestones now have status. When in 'planning', you can add tasks to the milestone, but all tasks are snoozed. When in 'open' you can add tasks and tasks are not snoozed. When 'locked', you cannot add any further tasks to the milestone, and when the last task in the milestone is closed then the entire milestone automatically closes.
* Tasks now have an estimated date: the date when jobsworth predicts they will be started * Tasks now have an estimated date: the date when jobsworth predicts they will be started
* Milestones now have a lifecycle, reflected in their status * Milestones now have a lifecycle, reflected in their status
* Next tasks show date estimates for when each task should be completed. * Next tasks show date estimates for when each task should be completed.
* Next tasks now show tooltips for more information * Next tasks now show tooltips for more information
* Clean up tooltips * Clean up tooltips
* Integrate services with the billing processes * Integrate services with the billing processes
* Various minor display bug fixes * Various minor display bug fixes
* Apply urgent Rails security fix
* Tasks can now be marked as "quoted" * Tasks can now be marked as "quoted"
* Major refactor of the worklog/eventlog schema. No significant user visible changes except that some worklog are no longer duplicated. * Major refactor of the worklog/eventlog schema. No significant user visible changes except that some worklogs are no longer duplicated.
* Add create resourse link at customer's page * Add create resourse link at customer's page
* Better error recovery in case of bad email addresses or other email issues * Better error recovery in case of bad email addresses or other email issues
* Clearer display of default time estimates in the task * Clearer display of default time estimates in the task
* Upgaded to Rails 3.2 with some performance improvements and security patches
* New background processing of task estimated dates and weights






Expand Down

0 comments on commit 22fa376

Please sign in to comment.