.. SPDX-FileCopyrightText: 2025 Xavier Bordoy .. .. SPDX-License-Identifier: CC-BY-SA-4.0 Changes ######### Current [unreleased] ===================== - Change ConTeXt :download:`midsize template `: now we use ``exercise`` enumeration instead of ``itemize``. `0.2.0 `__ [`2025-05-25 `__] =============================================================================================================================================================================================== - Added ``Worksheet`` class in the library. This simplifies a lot the code in terminal user interface. - Added the first static worksheets which are generated automatically in every git commit (due to sourcehut build infrastructure). So we do not need to save PDF files in git commits (see :issue:`22`). - Added more exercises. - Made an official logo (:issue:`9`). - Improved API documentation, with a lot of examples (:issue:`23`). - Fixed some issues in sphinx (see :issue:`20`) due to missing packages in ``.build.yml``. - Now ConTeXt templates are able to load other files with ``\environment`` (we pass ``path=`` in :py:meth:`wklib.shortcut_run_process`). Example: :download:`exercise.midsize.context `. `0.1.0 `__ [`2025-05-01 `__] =============================================================================================================================================================================================== - Added :py:class:`wklib.Exercise`, :py:class:`wk.Collection` classes in the API (``wklib.py``). - Added the Terminal user interface ``wk.py``. - Setting mailing list, source code repository and ticket system on `sourcehut `__.