CalcPad Changelog

What's new in CalcPad 1.14

Mar 29, 2020
  • Support for multiple pages is back! But this time uses a ComboBox instead of a specified amount of tabs (4 or 8) and works a bit differently.
  • Changed and fixed shortcuts.
  • Splash screen now closes without a delay.
  • Character index is now placed properly for duplicate line, remove line, and enclose line with brackets.
  • Periodic Table: When you click on an element it now freezes the data so you can copy it instead of showing a popup box.
  • Some tests have been removed and some have been added.
  • Passes 1500 single-line tests & 58 multi-line tests with 343 lines. Total lines: 1843.

New in CalcPad 1.13 (Mar 25, 2020)

  • When loading the last session, the cursor now appears at the end instead of the beginning.
  • Instead of typing "ans+2", you can now type "+2", and it will use the answer from the last expression. Does not work with the negative symbol, as it can lead to confusion, such as typing "-2+4".
  • Passes 1513 single-line tests & 58 multi-line tests with 343 lines. Total lines: 1856.

New in CalcPad 1.12 (Mar 21, 2020)

  • Bug: The input "1.4e+3" worked. But the input "1.40e+3" caused the program to get stuck in an infinite loop.
  • Units: When units completely cancel the are converted into numbers now.
  • Units: When multiplying/dividing units, applies superscripts when able to simplify the output.
  • Code: A few projects of CalcPad were not targeting the 4.8 .NET framework.
  • Help: Documentation has been greatly improved and now directly ships with CalcPad (used to be online only).
  • UI: Added superscripts to the input context menu.
  • UI: Added remove, duplicate, and enclose line in brackets.
  • Passes 1513 single-line tests & 57 multi-line tests with 336 lines. Total lines: 1849.