summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xsim/HISTORY
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-12 21:16:42 +0000
committerKarl Berry <karl@freefriends.org>2022-02-12 21:16:42 +0000
commit34ae39d969c759aab9b3d41b0bd830ab717e8b65 (patch)
tree5be7ffd55cd376ac091ec8cbd08f31db1490e8a7 /Master/texmf-dist/doc/latex/xsim/HISTORY
parente693cca0faa732710182c7d86d1663a62dcbeb7f (diff)
xsim (12feb22)
git-svn-id: svn://tug.org/texlive/trunk@61988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xsim/HISTORY')
-rw-r--r--Master/texmf-dist/doc/latex/xsim/HISTORY23
1 files changed, 21 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/xsim/HISTORY b/Master/texmf-dist/doc/latex/xsim/HISTORY
index 37068a327ab..b3ac707e962 100644
--- a/Master/texmf-dist/doc/latex/xsim/HISTORY
+++ b/Master/texmf-dist/doc/latex/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