EBTCalc Changelog

What's new in EBTCalc 1.0.20

Aug 31, 2023
  • HTML tweaks. Updated dependencies.

New in EBTCalc 1.0.19 (Jan 8, 2023)

  • Updated dependencies.

New in EBTCalc 1.0.18 (Nov 30, 2022)

  • Cosmetic updates.
  • Bug Fix: In the Edit window, the "Go To Line" button is working properly again.

New in EBTCalc 1.0.17 (Nov 29, 2022)

  • Updated dependency versions. App start-up is much faster as a result.

New in EBTCalc 1.0.16 (Jul 12, 2022)

  • Updated dependency versions.
  • Bug Fix: In previous versions, when windows were maximized and the app was closed, those windows were not properly positioned and sized when the app was re-launched.

New in EBTCalc 1.0.15 (Apr 4, 2022)

  • Updated dependency versions.

New in EBTCalc 1.0.14 (Mar 29, 2022)

  • Updated dependency versions.

New in EBTCalc 1.0.13 (Jan 31, 2022)

  • Switched Javascript parser from esprima to espree. This allows users to use more recent Javascript features without syntax errors being reported. For instance, users can specify BigInt literals by just adding an "n" at the end of an integer literal: const x = 235234234n;
  • Updated dependency versions.

New in EBTCalc 1.0.12 (Oct 8, 2021)

  • Bug Fix: In previous versions, errors thrown from custom code were sometimes not properly displayed.

New in EBTCalc 1.0.11 (Oct 5, 2021)

  • Updated to Electron v. 15.1.0. Updated all dependencies.

New in EBTCalc 1.0.10 (Sep 26, 2021)

  • Updated to Electron v. 15.0.0.

New in EBTCalc 1.0.9 (Sep 14, 2021)

  • Updated to Electron v. 14.0.1.

New in EBTCalc 1.0.8 (Sep 13, 2021)

  • Updated to Electron v. 13.3.0.

New in EBTCalc 1.0.5 (Sep 6, 2021)

  • Suppressed "wavy-underline" spell check in edit code window. Added "Angles" pre-defined functions.

New in EBTCalc 1.0.4 (Jan 29, 2021)

  • Updated dependencies.
  • Flashing cursor is now visible in leftmost column of edit window now.

New in EBTCalc 1.0.3 (Nov 23, 2020)

  • Updated dependencies. Dropped the OSX version as I no longer have a Mac to build it. If you're interested in building and testing an OSX version, please contact me.

New in EBTCalc 1.0.2 (Jul 9, 2020)

  • Updated dependencies, including electron-packager.

New in EBTCalc 1.0.1 (May 11, 2020)

  • Updated versions of dependency versions, except for electron-packager, which is still broken on the Windows platform.

New in EBTCalc 1.0.0 (Feb 24, 2020)

  • Logging bugs fixed. EBTCalc now uses Electron v. 8.0.1.

New in EBTCalc 0.0.14 (Jan 30, 2020)

  • Bug Fix: In previous versions, in some cases, variables were not properly stored when the user clicked the "Store" button

New in EBTCalc 0.0.13 (Jan 27, 2020)

  • Added "Stack" category with "Roll ↑" and "Roll ↓" buttons.

New in EBTCalc 0.0.12 (Jan 27, 2020)

  • Bug Fix: In previous versions, the wrong button was selected by default when the user was prompted to save changes to custom code, or when the user attempted to clear all variables. This bug only applied to the OSX version.

New in EBTCalc 0.0.11 (Jan 27, 2020)

  • Bug Fix: In previous versions, suppression of repeated 0 digits to the right of the decimal point didn't work for decimal point characters other than '.'.
  • Bug Fix: In previous versions, user could to specify operator characters as decimal point or thousands separator.
  • Now using ipcRenderer.invoke instead of remote, where possible.

New in EBTCalc 0.0.10 (Jan 27, 2020)

  • Bug Fix: In previous versions, boolean literals entered by user were improperly handled.
  • Now using serialize-javascript version 2.1.1 to avoid security issue with that component.