summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/circuitikz
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-21 20:42:13 +0000
committerKarl Berry <karl@freefriends.org>2020-06-21 20:42:13 +0000
commit46664e932a29dc32f69fac4c6773c5c3da0ece8e (patch)
tree2ca599bdb2f25c8d3163d62d00cbe1b6a44e3e91 /Master/texmf-dist/doc/generic/circuitikz
parent3777b671f537fa94efd5ee9710f921aa79a8fca5 (diff)
circuitikz (21jun20)
git-svn-id: svn://tug.org/texlive/trunk@55620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/circuitikz')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index 969f9946515..a24cbe44f28 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,6 +1,20 @@
<!--- 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.2.0 (2020-06-21)
+
+ In this release, the big change is the rewriting of the voltages output routine. Now all voltage options (american, european, and straight) take into account the shape (square border) of the component. The adjusting parameters are now (at least for passive elements) acting in similar way for all the options, too.
+
+ - Bumped version number to 1.2 (potentially incompatible changes!)
+ - Added 1.1.2 checkpoint
+ - New path-style not, buffer, and Schmitt logic ports
+ - New tutorial (using the "inline not" component)
+ - Voltage output routine rewrite; now it takes into account the shape of the component also for "american" and "straight" voltages
+ - Several fixes in the logic ports: fixed IEEE `invschmitt` name, added symmetry to the three-style shorthands for the ports, and so on
+ - Fixed a gross bug in square poles anchor borders
+ - Fixed size of not circles in flip-flops (based on logic ports style)
+ - Fixed the order of initial options, to avoid "european" overwriting single options
+
* Version 1.1.2 (2020-05-17)
- Blocks and component for three-phase networks (3-lines wire, AC/DC and DC/AC converters blocks and grid node block) added by user `@olfline` on GitHub