Releases: bornova/numara-calculator
Releases · bornova/numara-calculator
v5.7.1
v5.7.0
v5.6.0
v5.5.1
v5.5.0
- Improved line wrapping. Long lines can now wrap before operator symbols such
+ - / *
etc. #90 - Improved and consistent line heights when display scale is other than 100%. #93
- Fix cursor position on app start. Cursor is now placed where it was left off when app was last closed. #94
- Remember window position on close so window does not always launch on screen center. It will now open from same position when it was closed. #94
- Install updates manually instead of forcing them upon app restart. You can now stay on an older version if you need.
- Added link to About dialog which opens the log file when clicked.
- Minor bug fixes and improvement
- Updated dependencies
Please report any regressions and bugs you may find!
v5.4.2
v5.4.1
v5.4.0
- Added user variables, line numbers, units and currencies to autocomplete hints.
- Breaking change: Currency codes now must be in capital letters. Ex.
USD
instead ofusd
. This prevents conflicts between units such ascup
(volume unit) andCUP
(Cuban Peso) - Replaced outdated Mousetrap library with
tinykeys
. - In Settings, combined Typography with Appearance. Moved Notifications to bottom.
- Removed unnecessary service worker for PWA.
- Minor UI improvements
- Updated dependencies