Skip to content

Latest commit

 

History

History
146 lines (101 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

146 lines (101 loc) · 11.2 KB

Changelog

1.17.0 (2024-12-22)

Features

Bug Fixes

1.16.7 (2024-10-02)

Bug Fixes

1.16.6 (2024-09-11)

Bug Fixes

1.16.5 (2024-08-26)

Bug Fixes

1.16.4 (2024-08-17)

Bug Fixes

1.16.3 (2024-08-11)

Bug Fixes

1.16.2 (2024-08-05)

Bug Fixes

  • Update Tauri version to RC (b338a33)

1.16.1 (2024-07-23)

Bug Fixes

1.16.0 (2024-07-21)

Features

  • alt+q quits the app (b224add)
  • 💫 Support for BigNumbers and different notations (426e168), closes #1
  • 🔐 Add content security policy (cb6fbc2)
  • add autostart option (4a22134)
  • add autoupdater (e53cbc5)
  • add more placeholder animations (e62f3b1)
  • add more placeholders (48e6a78)
  • add new icon (d75b9ec)
  • Add option to open the settings page from the tray (a9db499)
  • add placeholder animation (666b244)
  • Add tray icon with toggle and quit utilities (4fb2f68)
  • add update available notification (dde1252)
  • added settings alt+s (9fc5af4)
  • configure single instance (ecc5746)
  • EXE installer now available (53c9452)
  • handle long results in subconsole view (33f4ed2)
  • navigate history with ArrowUp and ArrowDown (d6ea0b2)
  • save window position on exit (9a308b7)
  • Unit conversion and Complex numbers (8c36d99)
  • Use Alt+U to open the downloads page (e97ce8f)

Bug Fixes

  • add capabilities to the settings page (dbb0e26)
  • add csp to improve security (e4248f0)
  • add drag permission (1f053e2)
  • add space between input and result (cacf607)
  • Avoid duplicate shortcut triggers making it impossible to hide the app (445e73d)
  • Avoid spellchecking in the input (#7) (7f3c268)
  • build options (b40171b)
  • checkbox not calling onchange (b7f6660)
  • ci (8265ff3)
  • clear input on enter (4fc059d)
  • copy to clipboard (f732590)
  • csp error blocking color picker (8c3473f)
  • csp issue (741637b)
  • dialog permission (a9610ec)
  • Fit window size to app content (790ad8a)
  • improve setting styles (f606076)
  • improve settings page (48ec479)
  • Migrate RunMath to Kiimesoft organization (646e128)
  • min height breaking app UI (0b9df85)
  • move to @dubisdev acc (f50db38)
  • Notation option not updated when resetting settings (60f4af4), closes #4
  • quiet updater not working (8842378)
  • remove old shortcut information (288ff9c)
  • rm settings manager bloatware + update deps (be0c846)
  • semantic-release (1b3e346)
  • settings error on first load (d11dc4a)
  • settings page on top of runmath window (8b5a57a)
  • Start hidden when run on windows start (a7593fe), closes #6
  • test autoupdater (03c8daf)
  • type error (b8ab7fe)
  • Update calculate when notation settings change (c292974), closes #3
  • Update deoendencies (b33cfef)
  • update dependencies (b611f3a)
  • update deps (f3942d9)
  • update deps (dc0681b)
  • update deps (b56dcf0)
  • update minor deps (7c02a00)
  • Update to latest Tauri version (aef1e3a)
  • use / as separator for the date (bde822a)
  • use just needed APIS (466ef23)
  • use precission for floating point numbers (93aac10)

Performance Improvements