diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/make4ht/changelog.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/make4ht/changelog.tex | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/changelog.tex b/Master/texmf-dist/doc/support/make4ht/changelog.tex index 26614e59491..5200e488573 100644 --- a/Master/texmf-dist/doc/support/make4ht/changelog.tex +++ b/Master/texmf-dist/doc/support/make4ht/changelog.tex @@ -3,6 +3,71 @@ \begin{itemize} \item + 2018/05/03 + + \begin{itemize} + \tightlist + \item + renamed \texttt{latexmk} extension to \texttt{latexmk\_build}, due + to clash in TL + \end{itemize} +\item + 2018/04/18 + + \begin{itemize} + \tightlist + \item + \texttt{staticsite} extension: + + \begin{itemize} + \tightlist + \item + make YAML header configurable + \item + set the \texttt{time} and \texttt{updated} headers + \end{itemize} + \item + don't override existing tables in \texttt{filter\_settings} + \end{itemize} +\item + 2018/04/17 + + \begin{itemize} + \tightlist + \item + done first version of \texttt{staticsite} extension + \end{itemize} +\item + 2018/04/16 + + \begin{itemize} + \tightlist + \item + check for Git repo in the Makefile, don't run Git commands outside + of repo + \end{itemize} +\item + 2018/04/15 + + \begin{itemize} + \tightlist + \item + added \texttt{staticsite} filter + \item + working on \texttt{staticsite} extension + \end{itemize} +\item + 2018/04/13 + + \begin{itemize} + \tightlist + \item + use \texttt{ipairs} instead of \texttt{pairs} to traverse lists of + images and image match functions + \item + load extensions in the correct order + \end{itemize} +\item 2018/04/09 \begin{itemize} |