Releases: cornell-dti/course-plan
v1.4.1
This release introduces substantial (although not directly user-facing) changes to CoursePlan's backend infrastructure so that we store more information in a centralized Firestore collection and less on a per-user basis. Beyond this, CoursePlan also supports the approved-petition liberal studies list and Data Science & Animal Science minors!
v1.4.0
This release introduces the Tools page, featuring personalized advisor information, a progress tracker, a PDF schedule export option, and a collection of useful links! It also updates the course data in preparation for Spring 2023 pre-enroll and makes significant improves to the development workflow.
Full Changelog: v1.3.0...v1.4.0
Release PR: #749
v1.3.0
It's officially been one year since the launch of CoursePlan! This release updates the courses for Spring 2022 pre-enroll and features many improvements to onboarding and the main semester view. We added new majors and minors, and we addressed bugs in existing colleges and majors. While not visible to the user yet, we made significant progress toward implementing all aspects of the new two-graph requirement computation, and we enhanced our test suite.
Full Changelog: v1.2.0...v1.3.0
Release PR: Spring 2022 Pre-enroll Release
v1.1.0
This push to prod includes new features: compound requirements, graduate program support, typing dropdowns. It also includes graph computation setup for AP/IB Overridden Requirements and renaming the reset course modal to be the DeleteCourseModal. Cypress frontend unit testing would be integrated into the CI as of this PR.