Releases: illinois/queue
Releases · illinois/queue
v2.0.0
Changelog
- Refactor authentication to support multiple logins and institutions. (@nwalters512 in #283)
- Update API doc (@jackieo5023 in #303)
v1.4.1
v1.4.0
Changelog
- Created a course settings page, which allows for unlisted courses and removal of the question feedback modal. (@rittikaadhikari in #293)
- Handle disabled button states in dark mode (@nwalters512 in #294)
v.1.3.0
v1.2.1
Changelog
- Refine dark mode: better styles, new Bootstrap colors, and a custom select component. (@nwalters512 in #279)
- Add TypeScript support to all build tooling; add some basic types to existing code. (@nwalters512 in #281)
- Configure Express to know that we're running behind a proxy. (@nwalters512 in #284)
v1.2.0-doi
Changelog
- Adding DOI support to queue releases (#156)
v1.2.0
Changelog
- Fix sequelize stream handling of bulk updates. (@nwalters512 in #270)
- Add dark mode. (@nwalters512 in #273)
- Hides the create queue button when creating a queue and the create course button when creating a course. (@jackieo5023 in #274)
- Fix double rendering of the course page. (@james9909 in #275)
- Add improved styles, docs, and server-side rendering for dark mode. (@nwalters512 in #276)
- Add personal access tokens for API access. (@nwalters512 in #271)
v1.1.0
Changelog
- Add page for admin management. (@nwalters512 in #265)
- Update all dependencies. (@nwalters512 in #267)
- Fix attributes missing from the GET queue endpoint. (@james9909 in #268)
v1.0.5
Changelog
- Fix logic for filtering confidential questions. (@james9909 in #257)
- Add logging for new socket initialization error. (@nwalters512 in #258)
- Remove unused style tag. (@nwalters512 in #259)
- Fix active staff socket errors. (@nwalters512 in #262)
- Rewrite queue page with hooks; fix miscellaneous bugs. (@nwalters512 in #263)
- Rewrite queue setting page with hooks to fix bug with admission control "Update" button. (@nwalters512 in #264)