Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 2.31 KB

Changelog

Unreleased

v3.5.4 (2024-03-31)

  • Added Umami analytics script.

v3.5.3 (2024-01-10)

  • Fixed incorrect URL to the NinjaCalc app from the homepage.

v3.5.2 (2023-07-10)

  • Fixed bugs which were crashing the 'NTC Thermistor' and 'Dew Point (Magnus Equation)' calculators.

v3.5.1 (2023-07-02)

  • Fixed bug where the Standard Resistance Finder calculator would sometimes return the wrong values for the closest resistance (the percentage differences were being calculated incorrectly).
  • Added more input validation to the Standard Resistance Finder calculator, it no longer crashes when a negative number is entered.

v3.5.0 (2023-07-01)

  • Fixed bug where resistance values above 95.3 but below 100 (or the equivalent in any decade) would crash the Standard Resistance Finder calculator.
  • Added unit tests for the Standard Resistance Finder calculator.
  • Added a Donate button (linked to Ko-fi).
  • Version number is now displayed in the upper-right corner of the app.

v3.4.6 (2023-02-20)

  • Fixed incorrect imperial unit display of 'mill' to 'mil' in the IPC2151 track current calculator.
  • Plane proximity input value is disabled if "is plane present" select is set to False in the IPC2151 track current calculator.

v3.4.5 (2023-02-19)

Features

  • Added mill (imperial) units to the Minimum Track Width variable of the IPC-2152 Calculator.
  • Added a CHANGELOG.

v3.4.2 (2018-04-27)

Features

  • Provided useful template code for 'custom process' option in the PID tuner, closes #172.
  • Added info section to the PID tuner.

Fixed

  • Fixed bug where deployment did not work correctly without first deleting everything under ninja-calc dir on server, closes #160. Fixed by removing '--ignore-existing' flag in call to rsync.
  • Default process for PID tuner is now the spring-mass-damper system.
  • Fixed bug in where changes to process code was not being loaded into the PID tuner.