Skip to content

Releases: tjcsl/tin

v2025.01.10

10 Jan 12:47
797ae74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2025.01.08.2...v2025.01.10


This release adds student filtering and some UI improvements to the assignment page.

- Krishnan Shankar (@krishnans2006)

v2025.01.08.2

08 Jan 15:19
c594194
Compare
Choose a tag to compare

Full Changelog: v2025.01.08...v2025.01.08.2


This release fixes and improves student submission sorting on the assignment page, and fixes a quiz table bug.

- Krishnan Shankar (@krishnans2006)

v2025.01.08

08 Jan 09:57
f9af902
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2024.08.03...v2025.01.08


This release is mostly comprised of non-production changes; the key production changes are:

  • A dependency bump in b43ea98
  • Hotfixes in 93af349 (handling null point overrides in comments) and 548eac6 (invalid query when killing submissions)
  • Minor UI improvements in 46efde4 and 6a43c84 (thanks @shrysjain, and congrats 🎉)

This release will hopefully clear the backlog of undeployed changes and allow for more streamlined merging of future PRs.

- Krishnan Shankar (@krishnans2006)

v2024.08.03

03 Aug 20:21
08016d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.07.01...v2024.08.03


This release improves tests and docs, and bumps Tin to Python 3.11. Production changes are necessary to deploy this release.

- Krishnan Shankar (@krishnans2006)

v2024.07.01

02 Jul 03:11
c08b72a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.06.07...v2024.07.01


This release, with a whopping 21 commits, includes many changes, most of which are non-production (docs, docstrings, tests, coverage, etc.). The real production changes include:

  • A dependency bump in 090d035
  • Fixing an obscure scenario in 1715111 (adding and then viewing assignment files before uploading a grader)
  • Fixing archived course permissions in 2981967

- Krishnan Shankar (@krishnans2006)

v2024.06.07

07 Jun 07:30
06a0ed7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.06.05...v2024.06.07


This release adds drag-and-drop image uploads to the assignment creation page (it was previously only enabled on the edit page). It also includes some formatting changes.

- Krishnan Shankar (@krishnans2006)

v2024.06.05

05 Jun 04:13
d764587
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.06.04.2...v2024.06.05


This release adds quiz descriptions, a field meant for assignment instructions that are only displayed once students enter the monitored quiz environment. It also supports markdown and drag-and-drop images as implemented in #12 and #25, respectively.

- Krishnan Shankar (@krishnans2006)

v2024.06.04.2

05 Jun 03:36
a21d8c9
Compare
Choose a tag to compare

Full Changelog: v2024.06.04...v2024.06.04.2

This release fixes a bug (introduced in #32) that:

  • Displays quizzes on the home page, with a submit button that links to a 404 page
  • Lets students view quiz submissions if they manually figure out and go to the URL

- Krishnan Shankar (@krishnans2006)

v2024.06.04

05 Jun 01:44
fe02d85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.27.2...v2024.06.04


This release notably adds a way to archive courses once they have ended, massively simplifying the end-of-course policy for courses currently on Tin. It also implements JavaScript and CSS formatting hooks through prettier.

- Krishnan Shankar (@krishnans2006)

v2024.05.27.2

27 May 22:16
617ebd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.27...v2024.05.27.2


This release notably adds the autocomplete functionality implemented in #20 to quizzes. It also includes some test improvements and dev env bugfixes.

- Krishnan Shankar (@krishnans2006)