summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/make4ht/changelog.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/make4ht/changelog.tex')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/changelog.tex137
1 files changed, 137 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/changelog.tex b/Master/texmf-dist/doc/support/make4ht/changelog.tex
index ec2c521110f..1467115b2c5 100644
--- a/Master/texmf-dist/doc/support/make4ht/changelog.tex
+++ b/Master/texmf-dist/doc/support/make4ht/changelog.tex
@@ -3,6 +3,143 @@
\begin{itemize}
\item
+ 2019/01/10
+
+ \begin{itemize}
+ \tightlist
+ \item
+ version 0.2d released
+ \end{itemize}
+\item
+ 2019/01/05
+
+ \begin{itemize}
+ \tightlist
+ \item
+ added \texttt{docbook} and \texttt{tei} output formats.
+ \end{itemize}
+\item
+ 2018/12/19
+
+ \begin{itemize}
+ \tightlist
+ \item
+ new library: \texttt{make4ht-xtpipes.lua}. It contains code for
+ xtpipes handling.
+ \item
+ moved Xtpipes handling code from \texttt{formats/odt.lua}.
+ \end{itemize}
+\item
+ 2018/12/18
+
+ \begin{itemize}
+ \tightlist
+ \item
+ new filter: \texttt{odttemplate}. It can be used for replacing style
+ in a generated \texttt{ODT} file by a style from another existing
+ \texttt{ODT} file.
+ \item
+ new extension: \texttt{odttemplate}. Companioning extension for
+ filter with the same name.
+ \item
+ fixed bug in \texttt{make4ht-filters.lua}: the parameters table
+ haven't been passed to filters.
+ \end{itemize}
+\item
+ 2018/12/17
+
+ \begin{itemize}
+ \tightlist
+ \item
+ fixed extension handling. The disabling from the command line didn't
+ take precedence over extensions enabled in the config file.
+ Extensions also could be executed multiple times.
+ \end{itemize}
+\item
+ 2018/11/08
+
+ \begin{itemize}
+ \tightlist
+ \item
+ removed replacing newlines by blank strings in the
+ \texttt{joincharacters} domfilter. The issue it fixed doesn't seem
+ to exist anymore, and it ate spaces sometimes.
+ \end{itemize}
+\item
+ 2018/11/01
+
+ \begin{itemize}
+ \tightlist
+ \item
+ added \texttt{t4htlinks} domfilter
+ \item
+ fixed the \texttt{xtpipes} and \texttt{filters} execution order in
+ the \texttt{ODT} format
+ \end{itemize}
+\item
+ 2018/10/26
+
+ \begin{itemize}
+ \tightlist
+ \item
+ fixed ODT generation for files that contains special characters for
+ Lua string patterns
+ \item
+ replace non-breaking spaces with entities. It caused issues in LO
+ \end{itemize}
+\item
+ 2018/10/18
+
+ \begin{itemize}
+ \tightlist
+ \item
+ fixed the executable installation
+ \end{itemize}
+\item
+ 2018/09/16
+
+ \begin{itemize}
+ \tightlist
+ \item
+ added the \texttt{scale} option for \texttt{dvisvgm\_hashes}
+ extension
+ \end{itemize}
+\item
+ 2018/09/14
+
+ \begin{itemize}
+ \tightlist
+ \item
+ require the \texttt{-dvi} option with \texttt{latexmk\_build}
+ extension
+ \end{itemize}
+\item
+ 2018/09/12
+
+ \begin{itemize}
+ \tightlist
+ \item
+ added \texttt{xindy} command for the build file
+ \end{itemize}
+\item
+ 2018/09/03
+
+ \begin{itemize}
+ \tightlist
+ \item
+ expanded the \texttt{-\/-help} option
+ \end{itemize}
+\item
+ 2018/08/27
+
+ \begin{itemize}
+ \tightlist
+ \item
+ added \texttt{odtimagesize} domfilter
+ \item
+ load \texttt{odtimagesize} by default in the ODT format
+ \end{itemize}
+\item
2018/08/23
\begin{itemize}