diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-20 20:09:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-20 20:09:13 +0000 |
commit | 4e4deceb7fcf63bfb6953bf55d36f212fec27128 (patch) | |
tree | b77e54a6b25314e0c3482ba684a695cdf9ae3e4c /Master/texmf-dist/doc/generic | |
parent | 983cea5710f0c6824e67126545c1c80523538bc5 (diff) |
circuitikz (20apr21)
git-svn-id: svn://tug.org/texlive/trunk@58923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md index bea664a036d..6520036c80b 100644 --- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md +++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md @@ -1,12 +1,28 @@ <!--- 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.3.4 (2021-04-20) + + New things, like configurable modifier thickness, ferroelectric devices, and several transistor tweaks. Importantly, a bug that hindered compatibility with the internal Ti*k*Z `circuits` library (introduced in 1.3.3) has been fixed. + + - Added separate configuration for the line thickness of resistors, capacitors, and inductors modifiers + - Added ferroelectric capacitors and ferroelectric gate MOS/FETs (suggested by Mayeul Cantan, https://github.com/circuitikz/circuitikz/issues/515) + - Added an option to fill the gate gap in MOSes, FETs and IGBTs with a color + - Added a "centergap" anchor for transistors + - Added the option "nogate" to the `hemt` symbol + - Fixed a bug in thermistors not respecting their class line thickness + - Fixes in the manual (copy and paste of snippets without numbers, correct old usage of `siunitx`, factor out repetitions in the preamble; thanks to Ulrike Fischer: + https://tex.stackexchange.com/a/57160/38080) + - Fixed a bug introduced in 1.3.3 that would reduce compatibility with the `circuits` internal library; reported by JetherReis (https://github.com/circuitikz/circuitikz/issues/519) + * Version 1.3.3 (2021-04-04) Several usability additions in this version, and one small fix that could change the look of your circuit (without affecting correctness). Some of the arrow shapes are now configurable. + Do not use this version, there is a bug with the new "label distance" key. + - Added options to fine-tune the position of labels and annotations - Added options to change arrow tips on variable resistors, inductors and capacitors as well as in potentiometers |