Skip to content
Permalink
master

Commits on Sep 6, 2021

  1. Merge pull request #583 from Rmano/release-1.4.3

    Prepare for release 1.4.3 (2021-09-06)
    
    Minor release, mainly a single bugfix.
    
    - added hidden anchors of `ooosource` to the manual
    - fix a bug in anchors of `ooosource` (they did not respect class scaling)
    - faster `use fpu reciprocal` (thanks to Henri Menke)
    Rmano committed Sep 6, 2021
  2. Prepare for release 1.4.3 (2021-09-06)

    Minor release, mainly a single bugfix.
    
    - added hidden anchors of `ooosource` to the manual
    - fix a bug in anchors of `ooosource` (they did not respect class scaling)
    - faster `use fpu reciprocal` (thanks to Henri Menke)
    Rmano committed Sep 6, 2021

Commits on Sep 1, 2021

  1. Merge pull request #582 from Rmano/speedup-reciprocal-fpu

    Use a faster method for `use fpu reciprocal`
    Rmano committed Sep 1, 2021

Commits on Jul 29, 2021

  1. Merge pull request #581 from Rmano/ooanchors-1.4.3

    Fix a bug in `ooosource`: wrong anchor scaling
    Rmano committed Jul 29, 2021
  2. Fix a bug in ooosource: wrong anchor scaling

    Also: bump version, fix manual adding hidden anchors.
    Add a couple of anchors to `ooosourcetrans`.
    Rmano committed Jul 29, 2021

Commits on Jul 26, 2021

  1. Merge pull request #579 from Rmano/release-1.4.2

    Version 1.4.2 (2021-07-26)
    
    This is a minor release, containing just a new component and a
    small set of fixes (mainly in the documentation).
    
    - add the `cpe` (constant phase element)
    - correct minor errors in the manual (capacitor's fill, spaces)
      and the code.
    Rmano committed Jul 26, 2021
  2. * Version 1.4.2 (2021-07-26)

    This is a minor release, containing just a new component and a
    small set of fixes (mainly in the documentation).
    
    - add the `cpe` (constant phase element)
    - correct minor errors in the manual (capacitor's fill, spaces)
      and the code.
    Rmano committed Jul 26, 2021

Commits on Jul 20, 2021

  1. Merge pull request #578 from Rmano/extra-space-in-desc

    Fix space issue in descriptions
    Rmano committed Jul 20, 2021
  2. Fix space issue in descriptions

    Add the changelog for the cpe (forgot it!)
    Rmano committed Jul 20, 2021
  3. Merge pull request #577 from Rmano/add-cpe

    Adding the Constant Phase Element
    Rmano committed Jul 20, 2021
  4. Adding the Constant Phase Element

    Suggested by user `richinex`: https://tex.stackexchange.com/q/605668/38080
    Rmano committed Jul 20, 2021

Commits on Jul 15, 2021

  1. Merge pull request #575 from Rmano/restart-1.4.2

    Correction to the manual (doh!)
    Rmano committed Jul 15, 2021
  2. Correction to the manual (doh!)

    Also, \protect (thanks Jonathan P. Spratte) \ctikzsubcircuitdef
    Rmano committed Jul 15, 2021

Commits on Jul 14, 2021

  1. Merge pull request #574 from Rmano/release-1.4.1

    CTAN release 1.4.1 (2021-07-14)
    
    This version has an important bug fix for label positioning when using
    once-relative style coordinates (the ones with a single `+`,  like
    `+(1,1)`.) Moreover, the possibility to have voltage, current, and flow
    labels *without* the symbols (arrows, etc.) has been added, which
    greatly simplify some personalization of these elements.
    
    - Added the generic tunable macro
    - Added `no v symbols` (and also for `i` and `f`), thanks to a head-up
      by user @judober on GitHub
    - Fixed label position for `+()` style coordinates
    Rmano committed Jul 14, 2021
  2. CTAN release 1.4.1 (2021-07-14)

    This version has an important bug fix for label positioning when using
    once-relative style coordinates (the ones with a single `+`,  like
    `+(1,1)`.) Moreover, the possibility to have voltage, current, and flow
    labels *without* the symbols (arrows, etc.) has been added, which
    greatly simplify some personalization of these elements.
    
    - Added the generic tunable macro
    - Added `no v symbols` (and also for `i` and `f`), thanks to a head-up
      by user @judober on GitHub
    - Fixed label position for `+()` style coordinates
    Rmano committed Jul 14, 2021
  3. Merge pull request #573 from Rmano/more-advanced-vif

    Add options to have label-only voltage/current/flow
    
    Thanks to @judober, see issues #448 and #567
    Rmano committed Jul 14, 2021
  4. Changelog entry updated

    Rmano committed Jul 14, 2021
  5. Add no f symbols option

    Rmano committed Jul 14, 2021
  6. Add the no i symbols option

    Also, Export the Iarrow rotation info
    Rmano committed Jul 14, 2021

Commits on Jul 13, 2021

  1. Add no v symbols key to suppress only voltage symbols

    This will permit to automatically set the labels but suppress
    voltage arrows (or + and - symbols).
    Rmano committed Jul 13, 2021

Commits on Jul 11, 2021

  1. Merge pull request #572 from Rmano/capacitors-parameters

    A bit of love for capacitors...
    Rmano committed Jul 11, 2021
  2. Adjust capacitor parameters, add filling option

    Capacitors parameters were very different from one capacitor to
    another; this changes the meaning of the (internal) parameters but
    maintains the existing shapes.
    
    The possibility to fill the capacitor gap space has been added.
    Rmano committed Jul 11, 2021
  3. Fix the problem with +() style relative coordinates (#570)

    * Fix the problem with `+()` style relative coordinates
    
    This has been created (I think) by a combination of the change
    in 6c1ca8c (yes!) and the change
    pgf-tikz/pgf@95d8a97
    (probably).
    
    See
    https://tex.stackexchange.com/questions/604366/how-do-i-fix-incorrect-label-placement
    
    Thanks to https://tex.stackexchange.com/users/27312/skvery for noticing
    Thanks to @muzimuzhi for reviewing and catching a typo
    Rmano committed Jul 11, 2021

Commits on Jul 9, 2021

  1. Merge pull request #568 from Rmano/generic-tunable

    Add a generic component tunable arrow
    Rmano committed Jul 9, 2021
  2. Add a generic component tunablea arrow

    Bump version to 1.4.1
    Rmano committed Jul 9, 2021

Commits on Jul 6, 2021

  1. Merge pull request #565 from Rmano/release-1.4.0

    CTAN release 1.4.0 (2021-07-06)
    
    The main news is that *package rollback* for `circuitikz` has been
    implemented (LaTeX-only, of course).  Additionally, a small but
    important change in the path (`to`) construction that should fix some
    warning from Ti*k*Z and give better line joins in wire corners.
    
    - bump version to 1.4.0
    - implement the version rollback: time travel to 0.4!
    - remove a wrong movement in the path construction
    Rmano committed Jul 6, 2021
  2. CTAN release 1.4.0 (2021-07-06)

    The main news is that *package rollback* for `circuitikz` has been
    implemented (LaTeX-only, of course).  Additionally, a small but
    important change in the path (`to`) construction that should fix some
    warning from Ti*k*Z and give better line joins in wire corners.
    
    - bump version to 1.4.0
    - implement the version rollback: time travel to 0.4!
    - remove a wrong movement in the path construction
    Rmano committed Jul 6, 2021

Commits on Jul 5, 2021

  1. Merge pull request #564 from Rmano/rollback

    Set up the rollback system for LaTeX `circuitikz`
    Rmano committed Jul 5, 2021

Commits on Jul 4, 2021

  1. Add rollback for 0.4

    Rmano committed Jul 4, 2021
  2. Add rollback for 0.6

    Rmano committed Jul 4, 2021
  3. Add rollback for 0.7

    Rmano committed Jul 4, 2021
Older