Sprintask 0.3 Released

It has been more than an year since I’ve released the beta version of Sprintask. Around 6 months ago Sprintask 0.3 was ready. But I thought of testing it for a few weeks before releasing. Few weeks became 6 months. Today I’ve been cleaning up my website a bit and thought that I should release… Continue reading Sprintask 0.3 Released

Sprintask Bug Fixed: Wrong month in whitearea

Bug: When the task details are added to the white area, the month was showing 1 for Feb, which should be 2. Cause: In javascript getMonth() function returns a number representing the month starting from 0 to 11. But this is not how we understand month. Fix: Put getMonth()+1 in the script Please feel free… Continue reading Sprintask Bug Fixed: Wrong month in whitearea