winget install --id bornova.numara
About Numara
Simple notepad calculator built on Electron, powered by Math.js
What's new in 7.1.10
- Improved symbol matching regex: Updated the letter symbol regex to use proper Unicode word boundary logic (\p{L}\p{M}_ and \p{M}\d_), preventing false matches when symbol names appear as substrings within longer identifiers. - Handle string answers in formatAnswer: String-type answers are now returned via stripAnswer early, avoiding errors when non-numeric results are passed to formatting logic. (#280) - Page name layout fix. Added margin-top to the .pageName class for improved visual layout.
Version history
| Version | Updated | Notes |
|---|---|---|
| 7.1.10 | - Improved symbol matching regex: Updated the letter symbol regex to use proper Unicode word boundary logic (\p{L}\p{M}_ and \p{M}\d_), preventing false matches when symbol names appear as substrings within longer identi... | |
| 7.1.9 | Unknown | - Fix update block when running in system tray (macOS): Resolved an issue where clicking the Install Now button failed to update the app. Previously, when the app was configured to run in the menu bar, the window close e... |
| 7.1.8 | Unknown | - Fix issue where fast typing on mobile devices deletes characters unexpectedly. - Updated dependencies |
| 7.1.7 | Unknown | - macOS Window Restoration: Fixed an issue where clicking the app icon in the Dock would fail to reopen/restore the calculator window if the app was running in the menu bar (tray) and had been closed via the traffic ligh... |
| 7.1.1 | Unknown | - Enhanced the macOS Dock integration by dynamically hiding the dock icon when the app starts hidden (e.g., via "Open at login" when "Keep in tray" is enabled) or when the main window is closed/hidden to the tray. The Do... |
| 7.0.0 | Unknown | Numara v7.0.0 represents a complete, ground-up rewrite and modernization of the application. This release introduces a fully asynchronous calculation architecture, a brand new file synchronization mechanism, built-in cod... |
| 6.10.5 | Unknown | - Replaced @melloware/coloris dependency with refactored @bornova/colorpicker version. - Switch to Github Pages for hosting numara.io. Removes build folder from public repo. |
| 6.10.4 | Unknown | - Added theme colors to text entries - Remove tinykeys dependency - Updated dependencies |
| 6.10.3 | Unknown | - Fixed issue where some currencies were clashing with some units. - Updated dependencies |
| 6.10.2 | Unknown | - Fix more UI regressions/bugs |
| 6.10.1 | Unknown | - Minor UI fixes/improvements |
| 6.9.1 | Unknown | - Fix currency locale bug #250 - Updated dependencies |
| 6.9.0 | Unknown | - Added setting to choose how the page list side bar is displayed. (#244) - Auto: Automatically choose to slide out or show docked depending on window width. - Slide out: Always slides out from left using the open/close... |
| 6.8.4 | Unknown | - Suppress new version notification and move other notifications out of editor input area. (#243) - Minor bug fixes and improvements - Updated dependencies |
| 6.8.3 | Unknown | - Improved currency formatting. Fixes #241 - Minor bug fixes and improvements |
| 6.8.2 | Unknown | - Added code signing to Windows builds - Updated dependencies |
| 6.8.1 | Unknown | - Fixed a copy answer regression where thousands separator would be included even when turned off in settings. |
| 6.8.0 | Unknown | - Support for other languages and unicode characters as variable names. #230 - Minor cleanup and improvements |
| 6.7.0 | Unknown | - Simplified and improved theme switching - Many under the hood bug fixes and improvements Full Changelog: v6.6.9...v6.7.0 |
| 6.6.9 | Unknown | Updated dependencies |