Skip to content

Commit

Permalink
Release prep for version 1.6.9 (2024-05-25)
Browse files Browse the repository at this point in the history
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](circuitikz#795)
- Added a center tap anchor for tube's filament (suggested by [user bogger33 on GitHub](circuitikz#792))
- Added neon lamps (two versions, suggested by [user bogger33 on GitHub](circuitikz#793))
- Added a configurable spark gap (suggested by [user bogger33 on GitHub](circuitikz#800))
- Fix a long-standing problem when [(locally) switching diode type](circuitikz#794)
  • Loading branch information
Rmano committed May 25, 2024
1 parent 0733a2e commit ebe3fb9
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 ebe3fb9

Please sign in to comment.