summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xsim/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/xsim/HISTORY')
-rw-r--r--macros/latex/contrib/xsim/HISTORY23
1 files changed, 21 insertions, 2 deletions
diff --git a/macros/latex/contrib/xsim/HISTORY b/macros/latex/contrib/xsim/HISTORY
index 37068a327a..b3ac707e96 100644
--- a/macros/latex/contrib/xsim/HISTORY
+++ b/macros/latex/contrib/xsim/HISTORY
@@ -5,9 +5,9 @@ XSIM -- eXercise Sheets IMproved
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://github.com/cgnieder/xsim
-E-Mail: contact@mychemistry.eu
+E-Mail: clemens@cnltx.de
--------------------------------------------------------------------------
-Copyright 2017--2021 Clemens Niederberger
+Copyright 2017--2022 Clemens Niederberger
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3c
@@ -181,3 +181,22 @@ HISTORY:
v0.20b 2021/02/02 - fix issue #78
v0.20c 2021/02/03 - fix issue #80
- add missing test in \xsim_if_exist:nnnTF
+ v0.21 2022/02/12 - make \__xsim_set_file_signature:nnn public
+ - make \l__xsim_file_path_and_name_tl, \l__xsim_file_name_tl
+ and \l__xsim_file_path_tl public
+ - introduce XSIMsetfilebeginX and XSIMsetfileendX (xsimverb)
+ - reduce comment line in automated comments in exercise and
+ solution files
+ - add option <tag>/use-unmatched
+ - document option `blank/fill'
+ - add counter foreach type and collection that holds the
+ number of exercises of a type in a collection
+ - fix issue #90
+ - correct file hooks
+ - implement issue #88
+ - fix issue #96
+ - `use!' and `print!' had gone lost. Add them back in.
+ - add new options `match-all'/`match-any' for the collection
+ conditions. Resolves issue #94.
+ - new \ForEachUsedExerciseByOrder, used in the table
+ templates which resolves issue #85