Releases: UTDNebula/planner
Releases · UTDNebula/planner
v1.1.4
What's Changed
- feat: add undo functionality with ctrl+z by @kamui-fin in #676
- feat: cut number of supported majors by @akevinge in #699
- Switch diff script to use major display name by @akevinge in #704
- fix: Mech should be actually named Mech, not Electrical by @akevinge in #705
- Add support for versioning degree plans by year by @cubetastic33 in #703
- fix: remove debug statement from testing 404 by @akevinge in #707
- NP 71 Scroll Functionality in Course Search by @rennyhoang in #706
- docs: fixed validator url by @aronpetko in #709
- feat: add gtag script for analytics by @akevinge in #710
- fix: broken requisite validation for plan by @kamui-fin in #711
- fix: only add gtag script to prod environments by @akevinge in #712
New Contributors
- @aronpetko made their first contribution in #709
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- NP-92 Create diffing script for degrees by @Peytonbarre in #678, #687, #688, #690, #692, #694
- NP-35 Change landing page button colors by @Peytonbarre in #689
- NP-24 Restrict sidebar auto-scrolling by @Peytonbarre in #691
- NP-43 : fixed keyword highlighting in course description by @enkyuan in #685
- NP-128 (Unlocked courses from another semester should not be able to be dragged into locked semester) by @saidarsht in #693
- fix(NP-96): Allow valid major double dipping by @akevinge in #682
- Fix(NP-92) Added major name to jira ticket title by @Peytonbarre in #696
New Contributors
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- perf: fix workflows by @akevinge in #607
- refactor(NP-78):
createNewYear
by @akevinge in #594 - test(NP-78): Add tests for
utilsFunctions.ts
by @akevinge in #596 - Sentry setup by @jasonappah in #578
- refactor/test(NP-78): remove
plannerUtils
by @akevinge in #597 - Replace
bson
UUID withuuid
by @akevinge in #606 - Remove dead dependencies NP-80 by @akevinge in #599
- internal: Add adblock bypass to Sentry by @akevinge in #610
- internal(NP-72): initialize migrations by @akevinge in #611
- chore: Sync with
develop
by @akevinge in #613 - style(NP-83): Add import sorting by @akevinge in #608
- refactor(NP-87): Add Neon deployment workflows by @jasonappah in #614
- Use correct ref for Neon branch names by @jasonappah in #616
- refactor(NP-87): PR close event by @jasonappah in #617
- Update README.md by @jasonappah in #618
- Revert "Update README.md (#618)" by @akevinge in #619
- chore: remove security README by @akevinge in #620
- Sync with develop (Migrating from Railway => Neon) by @akevinge in #621
- internal: switch Cypress to use built server in CI by @akevinge in #612
- refactor(NP-82): Remove legacy credits components by @akevinge in #609
- fix: add
pgbouncer
param to preview connection strings by @akevinge in #623 - chore/refactor(NP-88): Miscellaneous updates/fixes by @jasonappah in #622
- fix: Update landing page meta tags by @WillieCubed in #625
- fix(NP-28): fix Psychology and Speech Science degrees #626 by @akevinge in #627
- chore(NP-28): Merge degree validator by @akevinge in #624
- Sync with develop: validator merge by @akevinge in #628
- Don't count core classes as free electives NP-37 by @cubetastic33 in #629
- docs(NP-90 #close): Improve docs by @akevinge in #631
- chore: add pr-reviewers team by @akevinge in #634
- refactor(NP-25): remove daisyui by @akevinge in #630
- build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /validator by @dependabot in #633
- fix: integration test/preview deployments should work for validator c… by @akevinge in #644
- PDF fixes by @jasonappah in #645
- build(deps): bump requests from 2.28.1 to 2.31.0 in /validator by @dependabot in #637
- Revert "build(deps): bump requests from 2.28.1 to 2.31.0 in /validator" by @akevinge in #649
- fix(NP-98 #done): analytics should be included when className is null by @akevinge in #648
- Add typing for core validation by @akevinge in #650
- Np 65 by @NoWhere-2-Go in #654
- build(deps): bump flask from 2.2.2 to 2.2.5 in /validator by @dependabot in #641
- build(deps): bump werkzeug from 2.2.2 to 2.2.3 in /validator by @dependabot in #640
- feat: isolate and propagate validator errors by @akevinge in #656
- fix: run validator in workflow by @akevinge in #658
- build(deps): bump pygments from 2.13.0 to 2.15.0 in /validator by @dependabot in #639
- docs: fix readme by @akevinge in #661
- Standardize major names by @cubetastic33 in #657
- fix: incorrect validator env in validator endpoint by @akevinge in #667
- fix: python to 3.11 and E2E validator test by @kamui-fin in #666
- build(deps): bump @cypress/request and cypress by @dependabot in #643
- build(deps): bump redis from 4.3.4 to 4.4.4 in /validator by @dependabot in #638
- Np 10.0 deletion of locked courses when clicking clear courses in a semester by @NoWhere-2-Go in #670
- make mui autocomplete same color by @ZzRanger in #586
- Sync with develop by @akevinge in #672
- NP-3 (Changing New Plan Button Text) by @saidarsht in #665
- NP-36 (Change locked course on plan editor to match the OG UI) by @saidarsht in #675
- chore: pre-check if validator is running by @kamui-fin in #674
- Impelement Skeleton UI in Sidebar/Course Item by @rennyhoang in #681
- Fix: Mass delete by @akevinge in #679
- fix: rename route test-validate => validate by @akevinge in #683
- Sync with main by @akevinge in #684
New Contributors
- @kamui-fin made their first contribution in #666
- @rennyhoang made their first contribution in #681
Full Changelog: v1.1.1...v1.1.2