Releases: smariel/PTree
Releases · smariel/PTree
Release v1.8.0
New features
- Added dropout to LDOs (#70, 0e14cf9)
- Added output current limit to regulators (#71, 5b4d67a)
- Added input voltage limit to regulators (#72, cfa45aa)
- Added alerts on regulators and loads to prevent design mistakes (a3d260c, 2ddd4b3, f402574)
- Added a contextual menu to the partlist, with the possibility to change the parts order (#64, 0a519fe)
- Added a new option to show/hide the regulators type (39ab508)
- Added a new background to the canvas (a93551b)
- Added a "--help" command to the CLI to list all commands (ebd982c)
- Added a "--no-lock" command to CLI to disable the disable the lock on edited file (c2f1a0c)
- Added a "--no-backup" command to CLI to disable periodic backups (c2f1a0c)
Bug corrections
- Fixed a bug with 0% efficiency leading to division by 0 (75ef1e1)
- Fixed the position of the left info bubble (cfcb347)
- Fixed the appearance of tooltips on the editor window (dd182b7)
- Fixed the badge position on parallelograms (feb075f)
- Fixed the equation menu to open the PDF on all operating systems (7da8997)
Other
Release v1.7.3
Release v1.7.2
New features
- Added a contextual menu when using right click (#48, 72c7275)
- Added auto scroll to item after creation (#65, c0e1464)
- Added auto scroll to parts after creation (#65, ec82027)
- Added auto backup to prevent data loss after crashes (#59, be2840a)
Bug correction
- Fixed the Part List horizontal scroll absence leading to the hiding of datas (#63, cd35f48)
- Fixed the Part List import (#68, adc1875)
- Fixed the appearance of duplicated items (#69, 095a1a6)
- Fixed a bug occurring when load values were not numbers (#62, b1dac82)
- Fixed the behavior of Up and Down buttons when adding new item (5372b44)
- Fixed the behavior of the Hide button (190f0e7)
Other
Release v1.7.1
Bug correction
- Fixed an internal crash that made PTree instable after copying/pasting an item (#60)
Other
- Updated all dependencies
Release v1.7.0
New features
- Added a button to export a complete report of the PTree project in an XLSX spreadsheet (#58, bb43b11)
- Added an option to show the power loss repartition within a metal tempering color grade (#57, f6ce8d7, c3fa7ab)
- Added the possibility to change the item shape (#52, 53690a8)
- Added the possibility to add badges on the input and the output of any item (#53, bbc18a0)
- Added command line options:
--help
,--debug
and--no-update-check
(1222b64) - Added a lock when opening a file to prevent the edition by someone else, by creating a temporary file next to the project. All user will have to use this version to make it work (#39, b04f492).
Bug correction
Other
- Improved the calculation of efficiencies outside of the DC/DC graph, using linear interpolation on a predicted point (53d5e10)
- Improved the layout of the item editor window (efd4ab0)
- Renamed the 2nd
add source
button intoadd regulator
for disambiguation (534e888) - Removed the hidden free field 2 that was used by nobody. Let me know if you want it back. (53690a8)
- Improved the style/layout/behavior of the canvas (cb50afc, cbbf49e)
- Updated all dependencies and their security issues (60962ac, b53a744)
Release v1.6.2
Release v1.6.1
Release v1.6.0
Enhancement
- Hide a branche of the tree (#41)
- Display release notes when an update is available (#37)
- New configuration: item default color (#44)
- New configuration: size of exported image (#45)
Bug correction
- Crash when exporting a full-zoomed big tree (#46)
- Lowercase cell coordinates not working (#42)
- ItemEditor inputs value ignored (50612f2)
- File opening not working on macOS (3f22596)
- Undesired selection when undo/redo (6c5508e)
Other modifications
Release v1.5.1
- Minor update of the Windows and Linux binaries
- Dependencies update
Release v1.5.0
New features
- Association with .ptree files (#4, a60c5af, 627ead9)
- Open files dropped on the main window (1b35664)
- Total power and efficiency (c743db5, 71b9913)
- Canvas zoom (#34, b808823)
- Proportional nets in option (#3, 206b243)
- Stats for functions and tags (#2, 25214bf, 7d43f0a)
Bug correction and improvement
- Smarter update check (bbc2392)
- Stats for raw and synced loads (7bf6fa5)
- Part list behavior using the tab key (4e8d6f1)
- Loads displayed in the part list (18b2f55)
- Project default state (9ba1540)
- Default JPG name and location (65044ec)
- Auto selection of the last created item (2a6c50e)
- Range config behavior (22fd458)
- Perfect source on root by default (c367ec4)
- Item editor slight speed up (#22, 9988d5e)
Other
- Full compliance with the Electron security checklist (#28, 7691cc2, 1d18a20, accebeb, 38254f6)
- Dependencies update
For developpers