Releases: smariel/PTree
Releases Β· smariel/PTree
Release v2.3.0
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
New features
- Added a Sequence auto-refresh (f2445e1)
Release v2.2.0
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
Release v2.1.2
Modification of the JSON export format of sequences
Release v2.1.1
New features
- Added the ability to export Sequences to a JSON object. 9348b99
Release v2.1.0
Release v2.0.2
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
Release v2.0.1
Release v2.0.0
New features
- Added a complete sequence editor (), 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