Skip to content

Releases: tjcsl/tin

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)

v2024.05.03

03 May 22:36
db0beb2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2024.05.02...v2024.05.03


This release upgrades almost every Tin dependency, including Django, followed by many bug- and CI- fixes. Support for Django 3.2 ended last month, so this release is crucial for keeping Tin secure and up-to-date.

- Krishnan Shankar (@krishnans2006)

v2024.05.02

02 May 22:41
1b119f4
Compare
Choose a tag to compare

Full Changelog: v2024.04.23...v2024.05.02

This release adds support for Django Debug Toolbar (when in debug mode and accessed at an internal IP).

- Krishnan Shankar (@krishnans2006)

v2024.04.23

23 Apr 19:35
afb5fcd
Compare
Choose a tag to compare

Full Changelog: v2024.04.05...v2024.04.23

This release fixes and improves the submission header.

- Krishnan Shankar (@krishnans2006)

v2024.04.05

06 Apr 03:57
868d784
Compare
Choose a tag to compare

Full Changelog: v2024.04.03-3...v2024.04.05

Besides some code refactoring, this release fixes a bug with JSON responses from quiz reports.

- Krishnan Shankar (@krishnans2006)