- Auto-Focus Input Editor: The application now automatically places focus into the CodeMirror editor as soon as the window is opened or brought into focus from the system tray or menu bar. This allows you to immediately start typing calculations without needing to click on the editor first.
- Refined System Tray Click Interactions:
- Left-Click: Instantly brings the application to the front and focuses the editor. The app will no longer toggle visibility to hidden or show the context menu on left-click.
- Right-Click / Secondary Click: Displays the system tray context options menu (e.g., Show, Hide, Quit).
- Prevented Accidental Tooltips: Resolved an issue where focusing the application window when there were no calculations would cause the "Open sidebar" tooltip to be shown unexpectedly.
- Improved Dialog State Tracking: Improved tracking of open modals and sidebars, ensuring keyboard shortcuts and auto-focus events do not conflict with open dialog windows.