diff --git a/ouexam/HISTORY.md b/ouexam/HISTORY.md index 6361942..4abf75c 100644 --- a/ouexam/HISTORY.md +++ b/ouexam/HISTORY.md @@ -1,21 +1,27 @@ -Version History -=============== +# Version History -Version 2.4.1 (2017-08-30) --------------------------- +## Version 2.4.2 (2019-08-30) -### Updates ### +### New features + +* Added some Visual Studio Code support infrastructure. + +### Updates + +* Internal code refactoring. + +## Version 2.4.1 (2017-08-30) + +### Updates * Added a little more detail to the automatically generated instructions for embargoed exams. +## Version 2.4 (2016-08-27) -Version 2.4 (2016-08-27) ------------------------- +### New features -### New features ### - -* Key-value options for the `examsection`, `question`, `subquestion`, and +* Key-value options for the `examsection`, `question`, `subquestion`, and `subsubquestion` environments. These let you control things like whether marks and section titles are printed, and whether or not to compute and verify marks totals for sub-components of sections and questions. @@ -31,7 +37,7 @@ * Added new `embargo` class option for embargoed exam papers, which have somewhat different title page formatting requirements. -### Fixes ### +### Fixes * The various question environments must now be correctly nested (i.e., sub-sub-questions within sub-questions within questions). [Stephen Cranefield] @@ -54,15 +60,11 @@ * Updated to latest 2016 calculator rules. - -Version 2.3.1 (2014-09-15) --------------------------- +## Version 2.3.1 (2014-09-15) * Removed “Paper” from the title box to conform to University standards. - -Version 2.3 (2012-09-04) ------------------------- +## Version 2.3 (2012-09-04) * Updated exam paper formatting to conform to latest University standards. @@ -74,39 +76,29 @@ * Generating the class documentation now requires PDFLaTeX. - -Version 2.2 (2010-04-26) ------------------------- +## Version 2.2 (2010-04-26) * Added time allocation macros. - -Version 2.1.3 (2009-04-28) --------------------------- +## Version 2.1.3 (2009-04-28) * Changed the defaults for `\material`, `\copiesof` and `\otherinstructions` to “N/A”. * Fixed vertical spacing of title page. - -Version 2.1.2 (2008-08-14) --------------------------- +## Version 2.1.2 (2008-08-14) * The “subject to inspection” messages that appear in the calculators and permitted material sections of the title page now only appear when calculators are allowed or there actually is additional permitted material, respectively. - -Version 2.1.1 (2006-08-21) --------------------------- +## Version 2.1.1 (2006-08-21) * “END” is now printed at the bottom of the last page of the exam. - -Version 2.1 (2004-04-16) ------------------------- +## Version 2.1 (2004-04-16) * Updated the calculators macro to conform to the new University calculator regulations. `\allowcalculators` now has an optional argument to specify @@ -116,9 +108,7 @@ * Removed the `\marks` macro because it conflicts with a macro in e-TeX. - -Version 2.0.2 (2002-08-22) --------------------------- +## Version 2.0.2 (2002-08-22) * If you omitted any of the required title page macros (`\examyear`, `\papernumber`, `\papertitle` or `\department`), `ouexam` crashed when trying @@ -127,9 +117,7 @@ * Added the ability to specify “FY” (full-year) as a semester type in the `\semester` macro. - -Version 2.0.1 (2002-04-30) --------------------------- +## Version 2.0.1 (2002-04-30) * There was a bug in the definition of the macros for numbering sub-sub-questions that meant they were numbered as “(a)” instead of the @@ -143,9 +131,7 @@ as “(iii)”. If this does not suit your requirements, change the `\labelquestion`, `\labelsubquestion` or `\labelsubsubquestion` macros. - -Version 2.0 (2002-01-30) ------------------------- +## Version 2.0 (2002-01-30) A complete rewrite from scratch. **This version is not backwards compatible with earlier versions!** However, the class will detect attempts to use @@ -164,15 +150,11 @@ * Disabled `twoside` class option, as exam papers are always printed single-sided. - -Version 1.2 (2000-04-14) ------------------------- +## Version 1.2 (2000-04-14) * Added support for marking schedule information. - -Version 1.1 (1999-04-20) ------------------------- +## Version 1.1 (1999-04-20) * Added `multichoice` class option. @@ -187,8 +169,6 @@ * Removed dependence on `calc` and `ifthen` packages. - -Version 1.0 (1999-04-15) ------------------------- +## Version 1.0 (1999-04-15) Initial release.