summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuitikz/changelog.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz/changelog.tex')
-rw-r--r--Master/texmf-dist/doc/latex/circuitikz/changelog.tex47
1 files changed, 46 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex
index d4359dbb54e..ab413a5a923 100644
--- a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex
+++ b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex
@@ -4,7 +4,52 @@ here. See \url{https://github.com/circuitikz/circuitikz/commits} for a
full list of changes.
\begin{itemize}
-\tightlist
+\item
+ Version 0.9.4 (2019-08-30)
+
+ This release introduces two changes: a big one, which is the styling
+ of the components (please look at the manual for details) and a change
+ to how voltage labels and arrows are positioned. This one should be
+ backward compatible \emph{unless} you used \texttt{voltage\ shift}
+ introduced in 0.9.0, which was broken when using the global
+ \texttt{scale} parameter.
+
+ The styling additions are quite big, and, although in principle they
+ are backward compatible, you can find corner cases where they are not,
+ especially if you used to change parameters for
+ \texttt{pgfcirc.defines.tex}; so a snapshot for the 0.9.3 version is
+ available.
+
+ \begin{itemize}
+ \tightlist
+ \item
+ Fixed a bug with ``inline'' gyrators, now the circle will not
+ overlap
+ \item
+ Fixed a bug in input anchors of european not ports
+ \item
+ Fixed ``tlinestub'' so that it has the same default size than
+ ``tline'' (TL)
+ \item
+ Fixed the ``transistor arrows at end'' feature, added to styling
+ \item
+ Changed the behavior of ``voltage shift'' and voltage label
+ positioning to be more robust
+ \item
+ Added several new anchors for ``elmech'' element
+ \item
+ Several minor fixes in some component drawings to allow fill and
+ thickness styles
+ \item
+ Add 0.9.3 version snapshots.
+ \item
+ Added styling of relative size of components (at a global or local
+ level)
+ \item
+ Added styling for fill color and thickeness
+ \item
+ Added style files
+ \end{itemize}
\item
Version 0.9.3 (2019-07-13)