This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease_notes.json
4 lines (4 loc) · 2.17 KB
/
release_notes.json
1
2
3
4
{"1.0.0": "Initial Release\n\nRelease Date: **April 4, 2018**\n\nAuthor/s: Ava Thorn ([email protected])\n\nChange History:\n- Added basic functionality for connections to spark API\n- Added ability to list, add, and remove yourself from the queue\n- Added admins\n- Added admin commands to show people, and show stats as markdown table\n- Added admin ability to add and remove other admins\n- Added global admins\n- Added easter eggs\n\n",
"1.1.0": "Release Date: **April 8, 2018**\n\nAuthor/s: Ava Thorn ([email protected])\n\nChange History:\n- Added estimated wait times displayed whenever \"list\" or \"how long\" is issued\n- Added integration tests covering 99% of queuebot\n- Added about and version commands to display queuebot metadata\n- Added queue threshold limits to 50\n- Added ability to get all stats as a csv file\n- Added ability for admins to remove and add other people\n- Added statistics for display max/average/min queue depth and flush time by hour\n- Added matplotlib to show statistics as graphs\n- Added Ability to show quickest and most active users\n- Added an admin manager to manage admins for a project\n- Added global statistics and migrated where data is stored for each project\n- Added show release notes command",
"1.2.0": "Release Date: **April 25, 2018**\n\nAuthor/s: Ava Thorn ([email protected])\n\nChange History:\n- Added project manager\n- Updated graphs to be line graphs instead of bar graphs\n- Added ability to create and delete projects\n- Updated show admins screen to distinguish between global admins and project admins\n- Added global admin commands\n- Added ability for projects to become stale\n- Added ability to create and delete projects\n- Updated registration to only work if you're an admin on the target project\n- Updated status to be more accurate\n- Added subprojects\n- Added strict regex setting and default enforce strict regex to ensure nondeterminism\n- Added 'delete last message' command\n- Added ability to specified which version of release notes to show\n- Added statistics for display max/average/min queue depth and flush time by day\n- Updated add and remove commands to only send one message\n- Updated list to tag the next person in line"
}