Skip to content

Releases: tjcsl/tin

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)

v2024.05.27

27 May 20:08
9c7f97f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.26...v2024.05.27


This release deprecates the Quiz model, migrating its fields and functionality to Assignment. The change does require a potentially destructive code snippet to run on production.

- Krishnan Shankar (@krishnans2006)

v2024.05.26

26 May 20:35
3725a59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.22...v2024.05.26


This release shouldn't affect any production functionality. It adds tests (yay!), improves typehinting, and revamps README.md.

- Krishnan Shankar (@krishnans2006)

v2024.05.22-3

22 May 06:35
b302037
Compare
Choose a tag to compare

Full Changelog: v2024.05.22-2...v2024.05.22-3

This release adds a search bar to the assignment view, allowing teachers to search for students by name.

- Krishnan Shankar (@krishnans2006)

v2024.05.22-2

22 May 05:39
809795d
Compare
Choose a tag to compare

Full Changelog: v2024.05.22...v2024.05.22-2

This release fixes a bug where quiz log messages would reflect those of the current user and not the selected student. Such an inconsistency can make plagiarism detection more difficult.

- Krishnan Shankar (@krishnans2006)

v2024.05.22

22 May 05:10
1219b28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2024.05.19...v2024.05.22


This release implements drag-and-drop image uploads from local files for markdown-enabled description fields. This greatly simplifies the image embedding process for teachers.

- Krishnan Shankar (@krishnans2006)

v2024.05.19

20 May 02:22
a123e61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.16-2...v2024.05.19


This release migrates static vendor dependencies to CDNs, improving client speed and server load.

- Krishnan Shankar (@krishnans2006)

v2024.05.16-2

17 May 02:37
c12e280
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.16...v2024.05.16-2


This release includes many CI and formatting changes, plus autocomplete functionality for the submission editor.

- Krishnan Shankar (@krishnans2006)

v2024.05.16

16 May 17:26
84d500a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.05.08...v2024.05.16


This release revamps the assignment edit UI, taking up available horizontal space and organizing options into sections. It also contains a bugfix for an Internal Server Error (see #23).

- Krishnan Shankar (@krishnans2006)

v2024.05.08

09 May 02:31
f294778
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2024.05.03...v2024.05.08


This release notably adds markdown support to assignment descriptions (thanks @JasonGrace2282). It also includes dev env fixes, code scanning resolutions, and overall formatting.

- Krishnan Shankar (@krishnans2006)