summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-04 22:15:37 +0000
committerKarl Berry <karl@freefriends.org>2020-02-04 22:15:37 +0000
commit0d6d3d58752320a0b2ab7a41555048566e23f03c (patch)
treeaac06a103dc0dde56c03966c093601853a7f4b00 /Master/texmf-dist/doc/generic
parentc356197cfd9b78dd01edd4679c895f4a51f7d3b5 (diff)
circuitikz (4feb20)
git-svn-id: svn://tug.org/texlive/trunk@53667 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index b913ffc33a4..8a9565a0fe1 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,6 +1,31 @@
<!--- 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.0 (2020-02-04)
+
+And finally... version 1.0 (2020-02-04) of `circuitikz` is released.
+
+The main updates since version 0.8.3, which was the last release before Romano started co-maintaining the project, are the following --- part coded by Romano, part by several collaborators around the internet:
+
+- The manual has been reorganized and extended, with the addition of a tutorial part; tens of examples have been added all over the map.
+
+- Around 74 new shapes where added. Notably, now there are chips, mux-demuxes, multi-terminal transistors, several types of switches, flip-flops, vacuum tubes, 7-segment displays, more amplifiers, and so on.
+
+- Several existing shapes have been enhanced; for example, logic gates have a variable number of inputs, transistors are more configurable, resistors can be shaped more, and more.
+
+- You can style your circuit, changing relative sizes, default thickness and fill color, and more details of how you like your circuit to look; the same you can do with labels (voltages, currents, names of components and so on).
+
+- A lot of bugs have been squashed; especially the (very complex) voltage direction conundrum has been clarified and you can choose your preferred style here too.
+
+A detailed list of changes can be seen below.
+
+
+* Version 1.0.0-pre3 (not released)
+
+ - Added a Reed switch
+ - Put the copyright and license notices on all files and update them
+ - Fixed the loading of style; we should not guard against reload
+
* Version 1.0.0-pre2 (2020-01-23)
**Really** last additions toward the 1.0.0 version. The most important change is the addition of multiplexer and de-multiplexers; also added the multi-wires (bus) markers.