Skip to content

Commit

Permalink
Merge pull request #802 from Rmano/release-1.6.9
Browse files Browse the repository at this point in the history
CTAN release v1.6.9 (2024-05-25)

Several new components and a bug fix for a nasty long-standing bug about switching diode types.

- Added a Relais-Shape
- Added a center tap anchor for tube filament 
- Added neon lamps (two versions)
- Added a configurable spark gap
- Fix a long-standing problem when (locally) switching diode type
  • Loading branch information
Rmano committed May 25, 2024
2 parents 0733a2e + ebe3fb9 commit 1f54aa6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<!--- 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.6.9 (unreleased)
* Version 1.6.9 (2024-05-25)

Several new components and a bug fix for a nasty long-standing bug about switching diode types.

- Added a Relais-Shape (contributed by [Jakob "DraUX" on GitHub](https://github.com/circuitikz/circuitikz/pull/795)
- Added a center tap anchor for tube's filament (suggested by [user bogger33 on GitHub](https://github.com/circuitikz/circuitikz/issues/792))
- Added a center tap anchor for tube filament (suggested by [user bogger33 on GitHub](https://github.com/circuitikz/circuitikz/issues/792))
- Added neon lamps (two versions, suggested by [user bogger33 on GitHub](https://github.com/circuitikz/circuitikz/issues/793))
- Added a configurable spark gap (suggested by [user bogger33 on GitHub](https://github.com/circuitikz/circuitikz/issues/800))
- Fix a long-standing problem when [(locally) switching diode type](https://github.com/circuitikz/circuitikz/issues/794)
Expand Down
4 changes: 2 additions & 2 deletions tex/circuitikz.sty
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
\providecommand\DeclareRelease[3]{}
\providecommand\DeclareCurrentRelease[2]{}

\def\pgfcircversion{1.6.9-unreleased}
\def\pgfcircversiondate{2024/05/15}
\def\pgfcircversion{1.6.9}
\def\pgfcircversiondate{2024/05/25}

\DeclareRelease{0.4}{2012/12/20}{circuitikz-0.4-body.tex}
\DeclareRelease{v0.4}{2012/12/20}{circuitikz-0.4-body.tex}
Expand Down
4 changes: 2 additions & 2 deletions tex/t-circuitikz.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
\startmodule[circuitikz]
\usemodule[tikz]

\def\pgfcircversion{1.6.9-unreleased}
\def\pgfcircversiondate{2024/05/15}
\def\pgfcircversion{1.6.9}
\def\pgfcircversiondate{2024/05/25}
\writestatus{loading}{\pgfcircversiondate{} The CircuiTikz circuit drawing package version \pgfcircversion}


Expand Down

0 comments on commit 1f54aa6

Please sign in to comment.