Skip to content

Releases: smariel/PTree

Release v2.3.0

29 Sep 14:27
Compare
Choose a tag to compare

New features

  • Added custom data in sequence steps (04dabc9)

Bug correction

  • Fixed the move up/down command on signal in sequences (34237a6)
  • Fixed popup crash when key press instead of click (cfd86f7)
  • Renamed the export sequence menu to "image" for clarity (c41e7ed)

Other

  • Updated all dependencies and their security issues

Release v2.2.1

08 Jan 19:59
Compare
Choose a tag to compare

New features

  • Added a Sequence auto-refresh (f2445e1)

Release v2.2.0

01 Nov 15:46
Compare
Choose a tag to compare

New features

  • Added import of an other project (e01faa6)
  • Added copy and paste for styles (9f266d9)
  • Added total power to the summary (dd806cc)
  • Added a check of the file after save to prevent corrupted files (cd982bf)
  • Added stats for loads (f6ba8f2)
  • Added efficiency for a complete node (= regulator + childs) (639ab8e)
  • Added mignification for sequence json (e56054e)

Bug correction

  • Fixed the efficiency with negative current or voltage, allowing more flexibility with negative voltages (b290010)
  • Fixed a bug with charts (5d528e9)

Other

  • Updated all dependencies and their security issues

Release v2.1.3

03 Jan 19:47
Compare
Choose a tag to compare

New features

  • Added ON and OFF sequences 810e866
  • Added stacked items (only graphical) 5bd3455

Bug fixes

  • Fixed sequence export format 5bd3455

Other modifications

  • Modifications of loss summary 3372528
  • EN and PGOOD disabled by default on root sources 3b0d020
  • Updated all dependencies and their security issues 2429177

Release v2.1.2

07 Dec 11:11
Compare
Choose a tag to compare

Modification of the JSON export format of sequences

Release v2.1.1

11 Nov 14:02
Compare
Choose a tag to compare

New features

  • Added the ability to export Sequences to a JSON object. 9348b99

Release v2.1.0

06 Mar 13:35
Compare
Choose a tag to compare

New features

  • Added new load type "raw power" (#118)

Bug fixes

  • Removed item type "resistive element" causing crashes (88fb946)
  • Fixed maximum power equation (c717844)

Release v2.0.2

24 Oct 15:49
Compare
Choose a tag to compare

New features

  • Added "Resistive Element" as a new type of regulator. #96
  • Added a power dissipation limit with corresponding alerts. #104
  • Added a config menu to show/hide the summary. #92
  • Added a config menu to select the position of the summary. #92

Bug fixes

  • Fixed multiple errors with negative LDOs. #117
  • Fixed the right click not working in the part list. #116

Other modifications

  • Simplification of the equations with maximum values. Cf summary. d9d6ffd
  • Updated all dependencies and their security issues. 87af3d1

Release v2.0.1

03 May 18:51
Compare
Choose a tag to compare

Bug correction

  • Fixed a crash occurring by pressing Enter or Escape while editing an item (#94)
  • Fixed the impossibility to open the equation PDF File (#93)
  • Fixed a crash with LDO children (#97)
  • Fixed the LDO dropout alert (148acfc)

Other

  • All images are now exported as PNG instead of JPEG (#95)

Release v2.0.0

27 Dec 13:03
Compare
Choose a tag to compare

New features

  • Added a complete sequence editor (demo), to manage asserted (enable) and awaited (pgood) signals, with a chronogram and an automated sequence generator (#25, d324a26)
  • Added an option to choose between typical or maximum for displaying (#84, 6e662c4)
  • Added an option to show or hide alerts (#83, 436357e)
  • Added an option to modify the item size ratio (#61, 6248ea2)
  • Added an option to show or hide parts in the tree (5eef066)

Bug correction

  • Fixed the default alert with 0% efficiency in case of null load (#82, 4e4f091)
  • Fixed a bug forcing to refresh the sheet twice (#67 5ffe3e3)
  • Fixed the window file icon association (#38, 2c60da0)
  • Fixed the window size according to the top menu (#85 cc258cc)
  • Fixed unwanted vertical net when an item is hidden (cdb5f5b)
  • Fixed the default Vmin value (fac1b46)

Other

  • Disabled file locking by default, now must be enabled with --file-lock option (bac9bfc)
  • Global code cleaning
  • Updated all dependencies and their security issues