Version History
v0.4.0
Release date: Dec 12, 2010
- The first open source version.
- Migrate to new open source namespace "org.swiftgantt".
- New "org.swiftgantt.common.Time" class to replace "GregorianCalendar" usage in SwiftGantt.
v0.3.7
Release date: Jan 23th , 2009
- Solved the problem that failed running on JRE 5.
- Fixed the bug that progress bar displaying wrong when there is 0 progress.
- Reformed the demo.
- Performance improved.
v0.3.6
Release date: Dec 12, 2008
v0.3.5
Release date: Sep 14, 2008
- Gantt chart view can capture task selection change event by mouse click, and show selection state. You can also set multiple task selection state in programming way.
- Task selection event added, it will be arised when task selected or deselected. you can implement the SelectionChangeListener interface to handle the event.
v0.3.3
Release date: Jun 29, 2008
- Display diamond shape as milestone, while you set the task bar's start time equal to end time(by minutes).
- Be able to display accurate task bar.
- New methods suspendUI() and resumeUI() of GanttChart provided to impove performance while you change config or update model.
- Fixed some time calculation bugs.
- No need to include swiftcommon.jar any more.
v0.3.0
Release date: May 27, 2008
- New configuration parameter to set working days span for daily time unit and working hours span for hourly time unit.
- New time unit TimeUnit.AllDay for 24 hours working arrangement.
- Fixed bug for generating image.
- Adding multiple predecessors to a single Task is allowed and the start time of Task will be adjusted automamtically by the latest predecessor.
- The end time of Task is included in duration of Task.
- Some trivial improvement of displaying effect.
v0.2.3
Release date: Jan 27, 2008
- Fixed calculating bug for Duration and Progress of task bar.
v0.2.2
Release date: Nov 20, 2007
- Changed the size of exported Gantt Chart image.
- Fixed bug that the horizontal scroll bar can't be scrolled sometime.
- Background color customizing is supported by task bar element now.
v0.2.1
Release date: Nov 12, 2007
- Fixed the bug that image files can't be exported unless component is visible.
- Simplified chinese, traditional chinese and Japanese language support now.
- Fixed the bug that is wrong width of time axis sometime.
v0.2.0
Release date: Nov 2nd, 2007
- The time axis is fixed as header of Gantt Chart.
- New tasks tree view added to left side of GanttChart view.
- Fixed some trivial issues.
v0.1.1
Release date: Sep 15, 2007
- Image exporting feature added.
- Changed the steps for innitializing model of SwiftGantt component, and improved the performance of initialization.
- Fixed some trivial issues.
v0.1.0
Release date: Sep 5, 2007
The initial version of SwiftGantt。
|