Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.01 KB

File metadata and controls

77 lines (46 loc) · 2.01 KB

Changelog

[Unreleased]

0.0.15 (19-04-2024)

  • Upgrade dependencies
  • Fix break on new lines

0.0.14 (17-04-2024)

  • Hotfix: Undo change of vscode minimum version

0.0.13 (17-04-2024)

  • Upgrade GIFT Parser

0.0.12 (12-02-2021)

  • Added mhchem to allow basic chemical equations in LaTeX. Partially resolves vscode-gift-pack/#1.

0.0.11 (9-11-2020)

  • Rename extension from GIFT Language Preview to GIFT Format Preview
  • Documentation and snippet preview updated

0.0.10 (5-11-2020)

  • Hotfix: Line breaks now functional.

0.0.9 (5-11-2020)

  • Added line break preview for Markdown and Moodle formatted questions.

0.0.8 (4-08-2020)

  • Added LaTeX support. Equations wrapped in $$ ... $$, \\[ ... \\] and \\( ... \\) now render inside of questions.

0.0.7 (24-04-2020)

  • Fix issue where drop-downs were not being refreshed

0.0.6 (24-04-2020)

  • Removed duplicate answers from matching question drop-downs

0.0.5 (21-02-2020)

  • Added button for users to access snippets panel while writing questions
  • Added red background to questions that have errors in syntax
  • Added advanced snippets to the snippets panel
  • Major improvements to performance and memory usage

0.0.4 (11-02-2020)

  • Added new styling for positive weighted questions (e.g. 10%, 20%) in multiple answer questions
  • Improved question category styling
  • Changes in theme to improve readability and contrast of text
  • Marginally reduced plugin size

0.0.3 (10-02-2020)

  • Fixed issue with comments showing up in preview
  • Fixed issue with html questions breaking onto new lines
  • Added correct and incorrect answer icons
  • Improved styling for percentage weights
  • Improved feedback and general feedback styling
  • Added a textarea to essay questions, matching Moodle's preview

0.0.2 (06-02-2020)

  • FEATURE: Preview now displays GIFT snippets when no text is entered in the editor
  • Improved usability of radio buttons and checkboxes

0.0.1 (01-02-2020)

  • Initial Release