- [number] and (number) formatting isn't that strict any more (whitespaces ...)
- Fix to work with connect >= 3.0 and serve-static
- Updated empty list validation
- List with empty name can't be inserted any more
- Use boardID given in settings.json if not passed as opt
- Add check for process.env.PORT
- Get list of available boards via
info.js
- Support for Scrum for Trello Chrome extension
- Fix when a card in one of the columns doesn't have a correct match syntax and hence as a result caused the server to crash Juri Strumpflohner
- Adding console.log to write out the card that failed the regex check Juri Strumpflohner
- Removed dependencies to
trello
andrestler
due to incompatibility with node 0.10.x - Added dependency to
trello_ex
- Minor refactorings
- Sprint was disabled one day to early
- 'export' and 'config' folders are created on startup now if they don't exist
- Removed d3.js as a NPM module due to incompatibility with node 0.10.x; added as a static resource
- Work done on none work days won't be tracked
- Changed sprint burndown for uniformity
- Mouseover for data points
- Support of multiple finished lists
- Unfinished tasks are shown on current sprint (web)
- Statistical data on current sprint
- Renamed "Update sprints" to "Update active sprints"
- Added "Manage sprints"
- Sprints can be created via website
- Sprints can be edited via website
- Menu and footer are available as sub templates
- Only active sprints are shown in "View sprints"
- Added "All sprints" page
- Home page for sprint selection
- Store configuration using parameter "-s" (generate.js)
- Refresh sprint for specific configuration via web page (only active sprints can be refreshed)
- Included bootstrap
- Fixed total effort calculation bug (for chart "Done estimate vs. effort (total)")
- Templating support
- CSS support
- Archived Trello lists won't be considered any more
- Console output statistics fixed
- New chart "total estimate and effort"
- Estimates can be floats now
- HTTP server
- Included xCharts and D3 for generating charts
- Support for different sprints
- Removed CSV support
- Data exported in JSON format
- standup meeting time
- initial release