Skip to content

Releases: smariel/PTree

Release v1.8.0

11 Jan 21:07
Compare
Choose a tag to compare

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

  • Changed the default regulator and load name (f12c509)
  • Improved the behavior of the numerical input (7e9fbdc)
  • Added a code signature to the macOS app
  • Updated all dependencies and their security issues

Release v1.7.3

26 Sep 21:30
Compare
Choose a tag to compare

Bug correction

  • Fixed Open and Save dialog window bug (e6baaf9)
  • Fixed DC/DC efficiency over 100% and below 0% (#73, 5aaaa68)

Other

  • Fixed unsafe-inline styles caused by Chart.js (#40, 8a1cf49)

Release v1.7.2

15 Sep 17:44
Compare
Choose a tag to compare

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

  • Rewrite of the canvas display to improve performance (e3bac10)
  • Updated all dependencies and their security issues (205e704)

Release v1.7.1

28 Jan 18:15
Compare
Choose a tag to compare

Bug correction

  • Fixed an internal crash that made PTree instable after copying/pasting an item (#60)

Other

  • Updated all dependencies

Release v1.7.0

19 Jan 20:02
Compare
Choose a tag to compare

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

  • Fixed the disfunctioning scroll on configs (55713d3)
  • Fixed most of the blurry items (f063fb5)

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 into add 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

22 Nov 22:29
Compare
Choose a tag to compare

New features

  • Display the real efficiency above each regulator (#56)
  • Display total DC/DC and LDO loss (#55)
  • Download button when opening a newer PTree file (#51)

Bug correction

  • Bug when editing any item makes other item disappear (#49, #54)

Other

  • Package update and security check (#1d9b77e)

Release v1.6.1

20 Oct 19:12
Compare
Choose a tag to compare

Bug correction

  • Bug when exporting large images (#47)

Other

  • Configuration of the exported image resolution replaced with zoom factor (#47)
  • Enhancement of the update popup style (72bdb69)
  • Enhancement of the config menu style (40878e0)
  • Update to Electron 3

Release v1.6.0

15 Oct 22:04
Compare
Choose a tag to compare

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

  • Disabling popup when opening and "old" file (6f9c77c)
  • Security fix to prevent navigation outside the app (cd64690)
  • Minor modification of the About window behavior (009221d)
  • No longer use of synchronous IPC (00ec5f5)

Release v1.5.1

06 Sep 17:59
Compare
Choose a tag to compare
  • Minor update of the Windows and Linux binaries
  • Dependencies update

Release v1.5.0

03 Sep 14:58
Compare
Choose a tag to compare

New features

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

For developpers