Skip to content

Releases: tl-its-umich-edu/instructor-tools

2025.02.02

01 Oct 10:53
ca5cb47

Choose a tag to compare

What's Changed

  • Fix search function (issue #444) by @zqian in #446
  • Adding button to clear filter input by @jonespm in #450
  • Bump the all-python-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #443
  • Bump the all-npm-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #445
  • Hold back build base images to bookworm by @jonespm in #448

Full Changelog: 2025.02.01...2025.02.02

2025.02.01

29 Jul 16:08
8cd434b

Choose a tag to compare

What's Changed

Contributions

Dependabot updates

  • Bump django from 4.2.20 to 4.2.21 in the all-python-dependencies group by @dependabot[bot] in #421
  • Bump the all-npm-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #416
  • Bump @babel/runtime from 7.26.0 to 7.27.0 in /frontend in the npm_and_yarn group by @dependabot[bot] in #410
  • Bump the all-python-dependencies group with 3 updates by @dependabot[bot] in #423
  • Bump the all-npm-dependencies group in /frontend with 3 updates by @dependabot[bot] in #422
  • Bump the all-npm-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #425
  • Bump the all-python-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #430
  • Bump the all-npm-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #429
  • Bump pillow from 11.2.1 to 11.3.0 in the pip group by @dependabot[bot] in #436
  • Bump the all-npm-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #435
  • Bump markdown from 3.8 to 3.8.2 in the all-python-dependencies group by @dependabot[bot] in #433
  • Bump the all-npm-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #440

New Contributors

Full Changelog: 2025.01.01...2025.02.01

2025.01.01

07 May 10:38
9a676ac

Choose a tag to compare

This release includes dependency updates, and also the ability to support non-LTI tool launch.

What's Changed

  • Bump the all-python-dependencies group across 1 directory with 6 updates by @dependabot in #397
  • Reconfigure to dependabot ignore major updates by @jonespm in #403
  • Bump the all-python-dependencies group with 2 updates by @dependabot in #404
  • Bump the all-npm-dependencies group in /frontend with 10 updates by @dependabot in #405
  • I322 gh actions by @pushyamig in #331
  • issue_402 added field launch_url by @zqian in #412
  • 413 Fix permission denied from supervisor. by @jonespm in #414
  • Bump the all-python-dependencies group across 1 directory with 5 updates by @dependabot in #417

Full Changelog: 2024.01.01...2025.01.01

2024.01.01

04 Dec 20:36

Choose a tag to compare

The release is to support the instructor tools like Canvas Course Manager and U-M GPT Maizey adoption. The list of issue going into this release https://github.com/orgs/tl-its-umich-edu/projects/52

What's Changed

New Contributors

Full Changelog: 2022.01.03...2024.01.01

2022.01.03 - Dependency updates, maintenance improvements, minor admin features

05 Dec 20:20
f72140b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.01.01...2022.01.03

2022.01.02

19 Oct 18:56

Choose a tag to compare

This patch release addresses a bug (#284) resulting from a change in how Canvas types custom LTI variables.

2022.01.01 - Initial Release

02 Aug 13:29
a7a8f86

Choose a tag to compare

The initial release of Canvas App Explorer includes a full stack Web application that embeds into a Canvas Learning Management System and enables teachers and admins to view external tools available to them and add or remove them from their Course Navigation. The application uses a Django and Django REST Framework server (with library-based implementations of Learning Tool Interoperability and Canvas OAuth) and a React TypeScript client user interface. See the Done column of the 2020.01.01 project for specific units of work.