summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-22 21:55:04 +0000
committerKarl Berry <karl@freefriends.org>2019-12-22 21:55:04 +0000
commit43e0008a52cd84bc0f2940deec3a5c87f982c014 (patch)
treeef911ff0e7fd75e17b82db67f9d2b927120f852c /Master/texmf-dist/doc/generic
parent3b3666879f7acdee9e0bc770836aa3524429e165 (diff)
circuitikz (22dec19)
git-svn-id: svn://tug.org/texlive/trunk@53208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index f4750d228d5..5fb324319d4 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,16 +1,29 @@
<!--- 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.0-pre1 (2019-12-22)
+
+ Last additions before the long promised 1.0! In this pre-release we feature a flip-flop library, a revamped configurability of amplifiers (and a new amplifier as a bonus) and some bug fix around the clock.
+
+ - Added a flip-flop library
+ - Added a single-input generic amplifier with the same dimension as "plain amp"
+ - Added border anchors to amplifiers
+ - Added the possibility (expert only!) to add transparency to poles (after a suggestion from user @matthuszagh on GitHub)
+ - Make plus and minus symbol on amplifiers configurable
+ - Adjusted the position of text in triangular amplifiers
+ - Fixed "plain amp" not respecting "noinv input up"
+ - Fixed minor incompatibility with ConTeXt and Plain TeX
+
* Version 0.9.7 (2019-12-01)
- The important thing in this release is the new position of transistor's labels; see the manual for details.
+ The important thing in this release is the new position of transistor's labels; see the manual for details.
- Fix the position of transistor's text. There is an option to revert to the old behavior.
- Added anchors for adding circuits (like snubbers) to the flyback diodes in transistors (after a suggestion from @EdAlvesSilva on GitHub).
* Version 0.9.6 (2019-11-09)
- The highlights of this release are the new multiple terminals BJTs and several stylistic addition and fixes; if you like to pixel-peep, you will like the fixed transistors arrows. Additionally, the transforms are much more configurable now, the "pmos" and "nmos" elements have grown an optional bulk connection, and you can use the "flow" arrows outside of a path.
+ The highlights of this release are the new multiple terminals BJTs and several stylistic addition and fixes; if you like to pixel-peep, you will like the fixed transistors arrows. Additionally, the transformers are much more configurable now, the "pmos" and "nmos" elements have grown an optional bulk connection, and you can use the "flow" arrows outside of a path.
Several small and less small bugs have been fixed.