Releases: illinois/queue
Releases · illinois/queue
v1.0.3
Changelog
- Add user-facing warning about socket errors to help track down #241. (@nwalters512 in #250)
- Fix staff names not showing up on answering badges. (@james9909 in #249)
v1.0.2
Changelog
- Add debugging logs to help track down #241. (@nwalters512 in #242)
v1.0.1
Changelog
- Allow course staff to access queue settings. (@nwalters512 in #239)
- Fix user names not being shown on the course staff page. (@nwalters512 in #240)
v1.0.0
Changelog
- Improve queue settings security. (@james9909 in #233)
- Fix confidential queue not being shown correctly to course staff by using
isUserCourseStaffForQueue
instead ofisUserCourseStaff
. (@jackieo5023 in #234) - Show course name on queue page. (@nwalters512 in #236)
13 March 2019 Deployment
Changelog
- Add user-facing error messages. (@james9909 in #195)
- Validate queue when sending notifications to course staff. (@james9909 in #222)
- Add a button to delete all questions when the queue is closed. (@rittikaadhikari in #216)
- Sync logouts between tabs. (@james9909 in #215)
- Fix promise not being awaited in bulk question deletion endpoint. (@nwalters512 in #229)
- Add debugging prints to help identify cause of ActiveStaff query error. (@nwalters512 in #231)
- Implement confidential queues. (@jackieo5023 and @nwalters512 in #230)
- Implement programmatic admission control. (@nwalters512 in #228)
19 February 2019 Deployment
Changelog
- Fix queue message not being visible to students. (@nwalters512 in #214)
18 February 2019 Deployment
Changelog
- Update all dependencies. (@nwalters512 in #206)
- Implement landing url redirects. (@james9909 in #208)
- Fix page crash after deleting a queue. (@james9909 in #209)
- Add ability to collapse the queue message. (@nwalters512 in #212)
8 February 2019 Deployment
Changelog
- Allow user to select queues by tabbing through the main page. (@shwavedefapp in #192)
- Make improvements to staff message experience. (@nwalters512 in #194)
- Add markdown previews to the queue message editor. (@shwavedefapp in #193)
- Add ability to cancel editing of the queue message. (@shwavedefapp in #197)
- Add parrot support to queue messages. (@nwalters512 in #201)
26 January 2019 Deployment
Changelog
- Fix regression where course names in
QueueCard
s would not be bold. (@james9909 in #178) - Alert last on duty staff of option to close queue when leaving. (@AlpriElse in #173)
- Use enter key to submit new question, new course, or new queue. (@rohinb2 in #161)
- Specify which queue is being deleted. (@james9909 in #179)
- Switch to maintaining our own user sessions outside of Shibboleth. (@nwalters512 in #182)
- Automatically close resolved notifications. (@james9909 in #183)
17 January 2019 Deployment
Changelog
- Fix index route with empty base URL. (@nwalters512 in #160)
- Allow an admin to join any course. (@genevievehelsel in #164)
- Updated API documentation. (@genevievehelsel in #170)
- Fix readme typo and prettierignore. (@genevievehelsel in #159)
- Sort courses in "Create a queue" panel. (@ApoorvaDixit in #167)
- Update README. (@genevievehelsel in #171)
- Replace
react-toggle
with native Bootstrap 4.2.1 components. (@james9909 in #176)