summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-02 20:41:58 +0000
committerKarl Berry <karl@freefriends.org>2021-05-02 20:41:58 +0000
commit080ac5381f901946a1b4558ef16853881a4dbcb9 (patch)
tree2f8dd6ecd4038ea24c8606ad86fff69c62957fc7 /Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
parentb3c9da64133509370b373118b06bf35a1af71c83 (diff)
circuitikz (2may21)
git-svn-id: svn://tug.org/texlive/trunk@59054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md28
1 files changed, 22 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index 6520036c80b..a7401f0f365 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,19 +1,35 @@
<!--- 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.5 (2021-05-02)
+
+ Power electronics devices are the main characters in this release: PUT, GTOs, a new style for thyristors, and a photovoltaic module.
+ Additionally, an **experimental** support for subcircuits has been added;
+ it could change in the future.
+ Fixed a nasty bug in rotary switches "in" anchor positioning in some cases.
+
+ - Added support for creating and using sub-circuits
+ - Added UJT transistors and GTO devices ([suggested by JetherReis](https://github.com/circuitikz/circuitikz/issues/522))
+ - Added (as an option) a different, more compact style for thyristor-type devices.
+ - Added a photovoltaic module ([suggested by André Alves](https://github.com/circuitikz/circuitikz/issues/524))
+ - Added a DC/DC converter block for symmetry ([suggested by Pratched](https://github.com/circuitikz/circuitikz/issues/529))
+ - Added the possibility to change the waveforms shown in the oscilloscope ([suggested by Mario Tafur](https://tex.stackexchange.com/q/595062/38080))
+ - In the manual, separate the component usage chapter from the big component list
+ - Fix wrong rotary switch "in" anchors for switches with more than 180 degrees coverage ([see bug](https://github.com/circuitikz/circuitikz/issues/532))
+
* 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.
+ 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 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)
+ - 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)
@@ -36,7 +52,7 @@ The major changes among the different CircuiTikZ versions are listed here. See <
- Added the simplified (2-waves) highpass and lowpass blocks
- Added graphene FETs (suggested by Cees Keyer)
- Added left/right anchors to transistors
- - Fixed a bug in flip-flops (https://tex.stackexchange.com/q/587213/38080)
+ - Fixed a [bug in flip-flops](https://tex.stackexchange.com/q/587213/38080)
* Version 1.3.1 (2021-02-20)