Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep for version 1.6.9 (2024-05-25) #802

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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