summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/circuitikz
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-23 21:10:29 +0000
committerKarl Berry <karl@freefriends.org>2022-04-23 21:10:29 +0000
commit08f4ce2dd6bd62811f5f7ef4486dff2cad9d2489 (patch)
treeac89ea52e52c1d9d594fd283b38b0aa4e2d109dd /Master/texmf-dist/doc/generic/circuitikz
parent94f37765fbf85a717ee0106d1eee3689582eb9d9 (diff)
circuitikz (23apr22)
git-svn-id: svn://tug.org/texlive/trunk@63111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/circuitikz')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index d6d7ff5be8b..aac85432371 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,6 +1,26 @@
<!--- CircuiTikz - Changelog --->
The major changes among the different CircuiTikZ versions are listed here. See <https://github.com/circuitikz/circuitikz/commits> for a full list of changes.
+* Version 1.5.0 (2022-04-22)
+
+ In this version, several internal changes have been included in order to streamline and organize better the components and to change the management of color. The changes are pretty deep and subtle, so a bug or unexpected behaviour is always possible. You can use the 1.4.6 rollback point in case of trouble, but be sure to report any bug.
+
+ - Added connectors shapes, and included the BNC into that class; thanks to [Alexander Sauter for suggesting them and helping in the design](https://github.com/circuitikz/circuitikz/issues/611)
+ - Added nullator and norator shapes, suggested by [user atticus-sullivan on GitHub](https://github.com/circuitikz/circuitikz/issues/615)
+ - Added buzzer and reversed buzzer bipoles, suggested by [user Michael.H](https://tex.stackexchange.com/q/640501/38080)
+ - Added "dot" anchors to inductances
+ - Added "boxed only" option for some circular blocks, suggested by [user myzinsky](https://github.com/circuitikz/circuitikz/issues/621)
+ - Added DIN antenna shape, suggested by [user myzinsky](https://github.com/circuitikz/circuitikz/issues/620)
+ - Fixed block/input arrow connection, thanks to [Laurenz Preindl for reporting](https://github.com/circuitikz/circuitikz/issues/613)
+ - Fixed a problem with generic tunable arrows, noticed thanks to [this question on TeX.SX](https://tex.stackexchange.com/q/637182/38080)
+
+ Internal changes:
+
+ - Added a generic drawing function for shapes, which are now drawn always in background
+ - Added a hook system to be able to change component drawing settings per-shape, per-class or globally
+ - All the 250+ shapes are now "protected" by possible external arrow and arced corners parameters
+ - Completely changed the management of the shapes' color, thanks to [GitHub user muzimuzhi](https://github.com/circuitikz/circuitikz/issues/605)
+
* Version 1.4.6 (2022-02-04)
A nasty bug fix and some hack to avoid that some global Ti*k*Z option spill into the shapes. To better solve that problem, some risky changes are due, so this release will be also a rollback point for compatibility reasons.