Skip to content

Releases: bornova/numara-calculator

v5.7.1

21 Nov 20:17
8d59acf
Compare
Choose a tag to compare

v5.7.0

12 Nov 23:08
d792eed
Compare
Choose a tag to compare
  • Introducing color customizer. You can now change most colors used for syntax highlighting.
    image
    image
  • Minor UI tweaks and bug fixes
  • Updated dependencies

v5.6.0

30 Oct 17:11
41b6fa9
Compare
Choose a tag to compare
  • Implemented currency update interval setting (as suggested in #98)
  • User defined modal improvements and bug fixes
  • Fix setting initialization where settings were not being set on app reset
  • Improved cursor height
  • UI improvements and fixes
  • Updated dependencies

v5.5.1

21 Oct 13:21
df09a7f
Compare
Choose a tag to compare
  • Normalize line alignment when at bottom of viewport.
  • Minor bug fixes and improvements

v5.5.0

18 Oct 06:24
eb3f069
Compare
Choose a tag to compare
  • 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

11 Oct 17:16
d0da35a
Compare
Choose a tag to compare
  • Fix wrapping of line in the middle of a word or number (#90)
  • Updated dependencies

v5.4.1

03 Oct 19:43
3867c96
Compare
Choose a tag to compare
  • Updated dependencies

v5.4.0

20 Sep 21:44
e279a35
Compare
Choose a tag to compare
  • Added user variables, line numbers, units and currencies to autocomplete hints.
  • Breaking change: Currency codes now must be in capital letters. Ex. USD instead of usd. This prevents conflicts between units such as cup (volume unit) and CUP (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

v5.3.2

16 Sep 18:23
aaeb736
Compare
Choose a tag to compare
  • Bug fixes and performance improvements

v5.3.1

10 Sep 17:45
e0f4fea
Compare
Choose a tag to compare
  • Updated dependencies