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
Tag: task management tool
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
Sprintask Premier Released
Those of you, who can’t just wait the teaser, here is the premier of the tool: https://sprintask.vibgy.com/premier/. There are still lot of things to do. But you can taste how it is going to be. Don’t forget to share the story with your friends if you like it.